home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 1.toast / mac / About this CD / Sep 00 Developer CD Assistant (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-08-07  |  4.3 MB  |  111,714 lines  |  [FMP3/FMP3]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Sep 00 Developer CD Assistant
  2. FMP3FMP3
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. summary
  7. document
  8. contains
  9. helpful
  10. converti@
  11. overview
  12. development
  13. wcheckout@
  14. card@
  15. describes@
  16. fixing@
  17. images@
  18. improving
  19. national@
  20. overview@
  21. pool@
  22. quit@
  23. simpler@
  24. summary@
  25. summary
  26. maccalendar
  27. control
  28. strip
  29. module
  30. displays
  31. summary
  32. xcmds
  33. xfcns
  34. perform
  35. summary
  36. allows
  37. developer
  38. monitor
  39. therefore@
  40. versions@
  41. within@
  42. debug@
  43. network@
  44. stack@
  45. disposeresource
  46. debugging
  47. resource
  48. handles@
  49. multi-processing@
  50. appleevent@
  51. HBAM3016AUG95@
  52. APPLESCRIPT_BROWSER
  53. APPLESCRIPT_OPEN
  54. CDDATE
  55. CDNAME
  56. CDTITLE
  57. CONSTANT
  58. CONTENTS
  59. CURCNT
  60. CURREC
  61. CUSTOMSEARCH
  62. DESCRIPTION
  63.         FINDFIELD
  64. KEYWORDS
  65. KEYWORDSCALC
  66. NEWREVISEDCALC
  67. PATHNAME
  68. PATHNAMECALC
  69. PORTALCOLOR
  70. PORTALFILTERCALC
  71. PORTALSELECTIONCALC
  72. RECEIVED
  73. RECORDID
  74. REQUIREMENTS
  75. SEARCHSELECTED
  76. SHOWPATHNAME
  77. SHOWTEXT
  78. STATUS
  79. UPDATED
  80. WEB_FTP_URL
  81. _COLOR
  82. _CONTENT
  83. _CUSTOMFIND
  84. 2)    _HELPTEXT
  85.     _KEYWORDS
  86. _NAME
  87. _PORTALCLICK
  88. _PORTALFILTER
  89. _PORTALFILTERFIND
  90. _PORTALSELECTION
  91. _PORTALSELECTIONMATCH
  92.     _RECEIVED
  93. _REQUIREMENTS
  94. _SEARCH
  95. _SEARCHFIELD
  96. _SEARCHPACKAGE
  97. _SHOWPATHFLAG
  98. _UPDATED
  99. Sunday
  100. Monday
  101. Tuesday
  102.     Wednesday
  103. Thursday
  104. Friday
  105. Saturday
  106. January
  107. February
  108. March
  109. April
  110. August
  111.     September
  112. October
  113. November
  114. December
  115. 1st Quarter
  116. 2nd Quarter
  117. 3rd Quarter
  118. 4th Quarter
  119. ?P9W#P
  120. 8/7/0009
  121. Closing Screen
  122. Intro
  123. Browser
  124. Package Info
  125. @>A    Developer
  126. Find Fewer Choices
  127. Find More Choices
  128. RecordID
  129. Custom Find
  130. Browser Custom Search
  131. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  132. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  133. ^("") )
  134. NameB
  135. CurCntB
  136. CurRecB
  137. DescriptionB
  138. ContentsB
  139. ReceivedB
  140. UpdatedB
  141. RequirementsB
  142. KeywordsB
  143. PathNameB
  144. PathNamecalcB
  145. ) - 1 )
  146. " & " - ")
  147. _SearchB
  148. SearchSelectedB
  149. _PortalClickB
  150. _ShowPathFlagB
  151. ShowTextB
  152.  = 1 
  153.  "Hide Path" 
  154.  "Show Path" )
  155.     Hide Path
  156.     Show Path2
  157. RecordIDB
  158. 84345
  159. _ColorB
  160. ConstantB
  161. A    FindFieldB
  162.  & " " & 
  163.      & " " & 
  164.  & " " & 
  165.  & " " & 
  166.  & " " & 
  167.  & " " & 
  168.  & " " & 
  169. PortalColorB
  170.  "" )
  171. _PortalSelectionMatchB
  172. ShowPathNameB
  173.  = 1 
  174.  "" )
  175. CDDateB
  176. CDNameB
  177.  3) + 1 
  178.  1) - 
  179.  " " 
  180.  3 ) - 1 )
  181. _SearchFieldB
  182. _SearchPackageB
  183. CustomSearchB
  184.  "Custom Search"
  185.  "" )
  186. Custom Search
  187.  "new")
  188.  "New"  
  189.  "updated") 
  190.  "Revised" 
  191.  "" )
  192. updatedG
  193. Revised
  194. AppleScript_OpenB
  195. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  196.  "" & "
  197. "try" & "
  198. "    tell application ""Finder""" & "
  199. "        open item """ & 
  200.  & """
  201. "        activate" & "
  202. "    end tell" & "
  203. "on error errMsg number errNum" & "
  204. "    --enter statements to perform when no records are found such as..." & "
  205. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  206. "    return" & "
  207. "end try"
  208. A--set theItem to choose file -- uncomment to test in an AS editor
  209.     tell application "Finder"
  210.         open item "
  211.         activate
  212.     end tell
  213. on error errMsg number errNum
  214. F    --enter statements to perform when no records are found such as...
  215. E    display dialog "Sorry, the item you selected could not be found."
  216.     return
  217. end try
  218. AppleScript_BrowserB
  219. StatusB
  220. KeywordsCalcB
  221.  ", " 
  222. _NameB
  223. _PortalFilterFindB
  224. _DescriptionB
  225. _RequirementsB
  226. +A    _KeywordsB
  227. ,A    _ReceivedB
  228. _UpdatedB
  229. _ContentB
  230. Web_FTP_URLB
  231. _WebB
  232. CDTitleB
  233.  1) - 1 )
  234. l Packages
  235. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  236.  "" & "
  237.  "try" & "
  238. "    tell application ""Finder""" & "
  239. "        open item """ & 
  240.  & """
  241. "        activate" & "
  242. "    end tell" & "
  243. "on error errMsg number errNum" & "
  244. "    --enter statements to perform when no records are found such as..." & "
  245. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  246. "    return" & "
  247. "end try"
  248. A--set theItem to choose file -- uncomment to test in an AS editor
  249.     tell application "Finder"
  250.         open item "
  251.         activate
  252.     end tell
  253. on error errMsg number errNum
  254. F    --enter statements to perform when no records are found such as...
  255. G    display dialog "Sorry, the folder you selected could not be found."
  256.     return
  257. end try
  258. elds then click Find or hit Enter.
  259. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  260.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  261.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  262. ackages list on the Browser screen.
  263. 0_    Any Field`
  264. All Packages
  265. HelpB
  266.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  267. IntroB
  268. Homem
  269. Quitn
  270. Browsero
  271. Find...p
  272. Homem
  273. Quitn
  274. Browsero
  275. Find...
  276. BrowserB
  277. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  278. navigating content on the Developer CD Series from Apple Developer Connection.
  279. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  280. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  281. tly to the package folder on the CD.
  282. The Find... button allows you to do full-text searches on all content available on the 
  283. Developer CD Series.
  284. More complete usage instructions are accessed by clicking the Help button.
  285. To quit the Developer CD Series Assistant, click Quit.
  286. Helpe
  287. Find...f
  288. Quith
  289. Browser
  290. Package InfoB
  291. Current Selection:{    <<
  292. ABBF>>
  293. F!Double-click title for more info.
  294. Find...
  295. Open Folder
  296. Package Info
  297. Export List
  298. Browser
  299. Open Folder
  300. Package Info
  301. Export List
  302. A    DeveloperB
  303. DescriptionR
  304. Revision InfoS
  305. FilesV
  306. RequirementsW
  307. Keywords[    Released:\
  308. Revised:b
  309. ABAI>> of <<
  310. ABAH>>h
  311. Current Selection: <<
  312. ABAB>>o    <<
  313. ABCC>>
  314. Web/FTP URL
  315. Open Folder
  316. Find...
  317. ABBF>>
  318. Browser
  319. Find Fewer ChoicesB
  320. A    DeveloperC
  321. Package InfoH
  322. HelpI
  323. Find...J
  324. Open Folder
  325. Current Selection:Q
  326. (Double-click to open)T
  327. QuitY    <<
  328. ABBF>>[.Import with auto update for record ID numbers.`
  329. Portal Selectiona
  330. Show Path Flagd
  331. Click Selecth
  332. Color for Portal Row Selectionk
  333. Show Portal Path}    Released:~
  334. Revised:
  335. Open Folder
  336. ABAI>> of <<
  337. ABAH>>
  338. From Package Info
  339. From Browser
  340. From Browser
  341. From Package Info
  342. Browser
  343. A    DeveloperC
  344. Package InfoH
  345. HelpI
  346. Find...J
  347. Open Folder
  348. Current Selection:Q
  349. (Double-click to open)T
  350. QuitY    <<
  351. ABBF>>[.Import with auto update for record ID numbers.`
  352. Portal Selectiona
  353. Show Path Flagd
  354. Click Selecth
  355. Color for Portal Row Selectionk
  356. Show Portal Path}    Released:~
  357. Revised:
  358. Open Folder
  359. ABAI>> of <<
  360. ABAH>>
  361. From Package Info
  362. From Browser
  363. From Browser
  364. From Package Info
  365. Browser
  366. Find...
  367. Open Folder
  368. ABBF>>
  369. Rectangle Buttons
  370. Find...
  371. Status:
  372. Joint Solutions
  373. Marketing
  374. Specialists
  375. in Web, Print 
  376. and Electronic
  377. Media
  378. 831.471.1500
  379. info@jointsolutions.com
  380. www.jointsolutions.com
  381. Database design: Sheila Kliewer
  382. Data Wizard 831 336-2129
  383. sheilasgk@aol.com
  384. www.DataWizardFMP.com
  385. Find More ChoicesB
  386. Find any package containing:
  387. Cancel
  388. containst    any field
  389. Cancel
  390. More Choices
  391. To search for specific text within package title, package descriptions, or filenames:
  392.  To search any field for a keyword, enter your desired search criteria.
  393.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  394. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  395. Find (fewer choices)
  396. RecordIDB
  397. RecordID
  398. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  399. HTML Text Extractor
  400.  and 
  401. PDF Text Extractor
  402. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  403. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  404. Description
  405. Revision Info
  406. Files
  407. Requirements
  408. Keywords
  409. Released
  410. Revised
  411. Disk/Edition
  412. Web/FTP URL
  413. Cancel
  414. Fewer Choices
  415. Find (more choices)
  416. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  417. Find (more choices)
  418. d by your search will appear in the packages listB
  419.  on the Browser screen.
  420. masterB
  421. Unlock Status Bar
  422. Intro
  423. Quit Button
  424. Quit JSM
  425. Browser
  426. Package Info
  427.  = "Custom Search"
  428. Custom Search
  429. Browser Portal
  430. ) = 0    
  431. Show Path
  432. Browser Portal Validation
  433. ) > 0
  434. A    Auto Open
  435. "New & Revised"
  436. New & RevisedB
  437. Go To Record Next
  438. Go To Record First
  439. Go To Record Last
  440. Go To Record Previous
  441. A    Developer
  442. Find Cancel
  443. "All Packages"
  444. All Packages
  445. Find More Choices
  446. Find Fewer Choices
  447. "Any Field"
  448.     Any FieldB.
  449. "All Packages"
  450. All Packages
  451. Find...
  452. "Any Field"
  453.     Any FieldC.
  454. "All Packages"
  455. All PackagesD
  456. Find Execute
  457. A    Find None
  458. )  = 0    
  459.     Try Againgl
  460. cript"
  461.  "1")
  462. CanceloggleDoScript
  463. Toggle
  464. No packages match your request.C+
  465. ) = 1    
  466. "All Packages"
  467. All Packages
  468. A    Find Some
  469. "Custom Search"
  470. Custom Search
  471. A    Find Prep
  472. "Custom Search"
  473. Custom Search
  474. A    Find Prep
  475. Find Request
  476. Find Request
  477. Package Open Folder
  478. Browser Open Folder OLD
  479. ) = "Browser"    
  480. Browser
  481. Z] ow templates in Ne
  482. Canceldialog`
  483. Select a Package to open.D>
  484. ) =  "Package Info"    
  485. Package Info
  486. Import From Master
  487. ) = "Find More Choices"    
  488. Find More Choices
  489.   = "All Packages"
  490. All Packages
  491.  = "Any Field"
  492.     Any Field
  493.  = "Package Title"
  494. Package Title
  495.  = "Any File Name"
  496. Any File Name
  497. Find More Clear
  498. Find More Find
  499. Export List
  500. Cancel
  501. Save the current list to a text file called "Developer CD Search Results"?B+
  502. ) = 2    
  503. AppleScript_Browser
  504. AppleScript_Open
  505. -nulltell application "Developer CD Series Assistant"
  506.     set CDTitle to get data cell "CDTitle" of current record
  507. end tell
  508. tell application "Finder"
  509.     if (disk CDTitle exists) is false then
  510.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  511. end tellFasdUAS 1.101.10
  512. -nulltell application "Developer CD Series Assistant"
  513.     set CDTitle to get data cell "CDTitle" of current record
  514. end tell
  515. tell application "Finder"
  516.     if (disk CDTitle exists) is false then
  517.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  518. end tellFasdUAS 1.101.10
  519. .coregetd****
  520. CDTitle
  521. cdtitle
  522. CDTitle
  523. Developer CD Series Assistant
  524. eAFDCT
  525. Patagrande
  526. Developer CD Series Assistant
  527. 'APPLAFDC
  528. Developer CD S
  529. eries Assistant 
  530. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  531. :Developer CD Series Assistant
  532. Net Ref Zone
  533. tyler.jointsolutions.com
  534. Patagrande
  535. Tyler Stone
  536. .coredoexbool
  537. cdtitle
  538. CDTitle
  539. boovfals
  540. .sysodlogaskr
  541. AThe item you selected could not be found. Please insert the CD - 
  542. cdtitle
  543. CDTitle
  544. Cancel
  545. Continue
  546. Continue
  547.     thechoice
  548.     theChoice
  549. Finder
  550. Patagrande
  551. Finder
  552.     l@FNDRMACS
  553. System Folder
  554. Patagrande:System Folder:Finder
  555. Ref Zone
  556. tyler.jointsolutions.com
  557. Patagrande
  558. Tyler Stone
  559. .aevtoappnull
  560. .aevtoappnull
  561. .coregetd****
  562. cdtitle
  563. CDTitle
  564. .coredoexbool
  565. Button: Web
  566. Browser Portal OLD
  567. Find Prep OLD
  568. .coregetd****
  569. CDTitle
  570. cdtitle
  571. CDTitle
  572. Developer CD Series Assistant
  573. Patagrande
  574. Developer CD Series Assistant
  575. 'APPLAFDC
  576. Developer CD S
  577. eries Assistant 
  578. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  579. :Developer CD Series Assistant
  580. Net Ref Zone
  581. tyler.jointsolutions.com
  582. Patagrande
  583. Tyler Stone
  584. .coredoexbool
  585. cdtitle
  586. CDTitle
  587. boovfals
  588. .sysodlogaskr
  589. AThe item you selected could not be found. Please insert the CD - 
  590. cdtitle
  591. CDTitle
  592. Cancel
  593. Continue
  594. Continue
  595.     thechoice
  596.     theChoice
  597. Finder_
  598. Patagrande
  599. Finder
  600.     l@FNDRMACS
  601. System Folder
  602. Patagrande:System Folder:Finder
  603. Ref Zone
  604. tyler.jointsolutions.com
  605. Patagrande
  606. Tyler Stone
  607. .aevtoappnull
  608. .aevtoappnull
  609. .coregetd****
  610. cdtitle
  611. CDTitle
  612. .coredoexbool
  613. .sysodlogaskr
  614.     thechoice
  615.     theChoice
  616. ) = -128    
  617. cdtitle
  618. CDTitle
  619. boovfals
  620. .sysodlogaskr
  621. Import From Master
  622.     Developer
  623. Unlock Status Bar
  624.     Auto Open
  625. Intro
  626. Package Info
  627. Browser
  628. Quit Button
  629. Quit JSM
  630. Button: Web
  631. Package Open Folder
  632. Browser Open Folder OLD
  633. Browser Portal
  634. Browser Show Path
  635. Browser Portal Validation
  636. Go To Record First
  637. Go To Record Previous
  638. Go To Record Next
  639. Go To Record Last
  640. Find Cancel
  641. Find More Choices
  642. Find Fewer Choices
  643. Find...
  644. Find Execute
  645. :    Find Prep
  646. Find Request
  647. >    Find None
  648. @    Find Some
  649. Find More Clear
  650. Find More Find
  651. Export List
  652. AppleScript_Browser
  653. AppleScript_Open
  654. Browser Portal OLD
  655. Find Prep OLD
  656. _    Any Field`
  657. All Packagesg
  658. macapp
  659. 67889
  660. 67890
  661. 67891
  662. 67892
  663. 687419
  664. 66310
  665. 66311
  666. 66312
  667. 66313
  668. 66314
  669. 66315
  670. 66316
  671. 66317
  672. 66318
  673. 66319
  674. 66320
  675. 66321
  676. 66322
  677. 66323
  678. 66324
  679. 66325
  680. 66326
  681. 66327
  682. 66328
  683. 66329
  684. 66330
  685. 66331
  686. 66332
  687. 66333
  688. 66334
  689. 66335
  690. 66336
  691. 66337
  692. 66338
  693. 66339
  694. 66340
  695. 66341
  696. 66342
  697. 66343
  698. 66344
  699. 66345
  700. 66346
  701. 66347
  702. 66348
  703. 66349
  704. 66350
  705. 66351
  706. 66352
  707. 66353
  708. 66354
  709. 66355
  710. 66356
  711. 66357
  712. 66358
  713. 66359
  714. 66360
  715. 66361
  716. 66362
  717. 66363
  718. 66364
  719. 66365
  720. 66366
  721. 66367
  722. 66368
  723. 66369
  724. 66370
  725. 66371
  726. 66372
  727. 66373
  728. 66374
  729. 66375
  730. 66376
  731. 66377
  732. 66378
  733. 66379
  734. 66380
  735. 66381
  736. 66382
  737. 66383
  738. 66384
  739. 66385
  740. oqtutwS6
  741. ingVfp;
  742. mtiEi]B
  743. {M{nH
  744. nro`v6Z
  745. nrruq'
  746. nrquj 
  747. nrvxj11*i
  748. ncSitmc-n
  749. peEFQ`h0Gj>Y
  750. xON\mu5MqA`
  751. lpoid
  752. yrrq0b
  753. glnnopn:m
  754. .RPTH
  755. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  756. FaliA
  757. Current
  758. CD_Catalog.FP3
  759. FMP3FMP3
  760. Joint Solns Apple 10/99
  761. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  762. MSPCA
  763. NAMEA
  764. CD_Catalog.FP3
  765. RPTHA
  766. CD_Catalog.FP3
  767. alisA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. .RPTH
  774. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  775. Faliali
  776. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  777. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  778. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  779. ~Vh\f^
  780. WB;PPOPM}jhw
  781. l_sxz|u^Z`
  782. pjNtu
  783. \W]Va
  784. \IYrmaLcsbniDkuPSLF4:C8`zw}rJh
  785. DfhY]=+B;72+51@/Mhi
  786. +/+%&((#*))
  787. +*,+(,3>KV]p|
  788. Z#'&$#'*""()-/.18AHFEA?;::8:;=@FSS
  789. vX::Qc]PRW=LXhoT
  790. E,*-=B
  791. vtjUM@>AFNB3E[RVRD<7)Mmmuzyw{
  792. pHRFIC>1,75466MELcuzqndYWs
  793. RKHDS
  794. p_TZ~
  795. YJWrmaKcrdmhAjwORKE2:C.Ktw~qJc
  796. P/ECE<:R@C0H]^
  797. hEG?:>?Z
  798. wH@004*1)3>AVTUi{
  799. WDVSOe^USeh^Q\ihV^
  800. sO?EX@X
  801. G::01,-**),+(**+(+@
  802. pgd[P
  803. ?*+5;BHbQ'& "
  804. zbG>7-+49-+AMt
  805. _]78<Kt
  806. o[Rmxx
  807. aEBH>B?Ll
  808. F@U]`RF/(;./$
  809. a\==?AAJIFGPVHF
  810. c61\y}
  811. fp_GwyK>ZGQ
  812. '}$)2LQOQC>CFILNE77;@AGA>F`A
  813. [+=6+#!
  814. '$-7UL?+/ED,/5<Uev
  815. YI5(P
  816. A*K[=&9VfT3F0"
  817. +20EewHD8-+6Je
  818. o,G?,()-86'*
  819. )0))*.38:=EMHITIX]WW]XUMOM
  820. N?;;GKG;52445
  821. HKEPn
  822. F7ISUME0(6--'
  823. [S23476=>==DG::D[
  824. \@[_w~
  825. WbaE4ZZUYS<u
  826. pT^[MN@-FZQJVJR
  827. C+42FTt
  828. dd>DTIKSW[XJ31474@O:-?>3/.%<*+5PVdTVy\9Jcz
  829. m7:U;+(J
  830. x<{yS^]gv
  831.  $(+/39B
  832. @BMEQTNNTOLDFDB70*,*))('))*
  833. V:23-12Ab
  834. oqtutwS6
  835. ingVfp;
  836. )(2P]H[
  837. 1},%:JQFPh<&=[pP>B:!
  838. *79^y
  839. T@@4-/=W}L
  840. i>4.')22#
  841. y).(%-12:>CNNQVegh]Y_id]ROLFBD<>GB933551
  842. oL\b^xYptvzsYq
  843. I<ZG<@>7B@B9:)4b+(+54:;886<HD>@Kf
  844. V]n`hgiUbTC]TFL.h
  845. WF@AdLAK62>OYrKI`Io
  846. W4:$Gz`lqv
  847. rq>/KQGDEUG<41*267,9Wp/#7:%80"8,9:+-#:Hfu
  848. P.JZ9.)u
  849. I$Qb_O:Ea_Q
  850. TYWmu
  851. vlsp[UWjmow\
  852. "').48CF
  853. KP]]`WQV_[SJHE><:0,,*)('*)'
  854. c413187<=A?=a
  855. CGhRGMH=HDJ@@+6s737DCLNJKEM^YRU^p
  856. {jY[y
  857. ookls
  858. w~zuOZOOpdU_:^tLA@Bu]MW?:G^\bGEUBf
  859. N-1"4PI[^^\P^nj
  860. eXURH[cYXf|qr?.IQFCDSH<21(266*:Ys-
  861. ,- -' 8+.,')
  862. *4GQq
  863. |K.J[9-+h
  864. +4:\iMV
  865. 675/(:LNCYrH.B_*tS9EE&!/>Akx
  866. NJH>64Ca
  867. LNifS;;F@AM.NV@
  868. hOM800./725458::9<ENWght
  869. ~bT98?1:1>MTrpr
  870. TASPIYRIGW[SGS`bO]
  871. i5>F<o
  872. eM<buof
  873. aD:>L9P
  874. ]W`U^\[
  875. WUWO_ZLMb^]j
  876. n]Jiqzq
  877. dUblzcR`F|
  878. 0<I=Gk
  879. o^:F5A<
  880. mp@BDER^RNv
  881. mYM^F9I?T;38M
  882. ppjdEPs
  883. I>@EF31;76<';?9}
  884. X(/)&'%&+(*)
  885. .z09AK\^ix
  886. c"%$$'!$!%)(+-*39?DCAA<::987:<?EHT
  887. vSH^[TfbXYjk`Q]ebOV
  888. ]36;5c
  889. {oebYG;2KWTNf^M804=/<kijvzy}
  890. OFI>><<8787<944;9=P
  891. ocVJp}
  892. n]fGr
  893. *2>15IT[]aQ-3(-)
  894. o\i?@CFQ]ROw
  895. nZM_G9I?T728DzqqmeFMk
  896. levof{
  897. HGg`P7;D;@H+MU<q
  898. macapp
  899. fq8J}|t\
  900. sABS*-<ax
  901. }bdmw
  902. omiE3+/KWIIJAM?4001:7FKRQ4)41)
  903. ".028A`~
  904. CB]gB-7
  905. tmB/,)09 3&Ljc
  906. mjqle[U[r
  907. $&'19<CO7Qfgfm_Xde]ZRTLHHC7-,-*'))+#w
  908. tS*460+
  909. 5D7:CC=Bk
  910. Z4XE:CA@ROHJE4&CuCEAGHIV]TQPNNW]Xa
  911. rqu}la\tm
  912. `mnK^HXEE
  913. VG<_YGF?>C[
  914. _g3I~
  915. e40=%(.@P_ilQJSY
  916. `degYZPW_[e
  917. iE1+/JWIIH?M=40/1:7GLQO0#*)$
  918. *-28;HYldl
  919. k=C]gA,7
  920. ?Yj_c
  921. xZL+  
  922. B^DmrB1Il*kQ
  923. ,FWkY
  924. RYF<7:Pug
  925. }\>3001.&.L:
  926. xdN70EUi||
  927. uoo]k
  928. lCKPPa\bbg`Oo
  929. IFfNDGC:GBI??&4p202?=GHEDAIWSMxQZp
  930. Pf}LABH
  931. l|VMd}ggJHODn
  932. (+ +8>UYUI;GWVRE@=9GOA:Jlps>:
  933. 9+)&%&
  934. ")6>[sc
  935. dVzz}~~
  936. hhvjibMJLJ
  937. _=@E_
  938. wXba^
  939. X8A4M1G501DX`qlff
  940. kj\ZVSUbf?53*418/85?H9E5;?)5:EA=5CM44 
  941. "&+/6B=;cgS][Z^W
  942. eKL:1#
  943.  >B1,s
  944. {<vl<4Ns*]
  945. )Ks`u
  946. cCZC>8>dt>
  947. Q/(/1-'0GT
  948. pa<91JURq~
  949. ]7]`KE`^[]lzvhZ{
  950. b1U?6>;:PIGG@2$Co>>;BCCPUNKJIKR
  951. \J>pq]`UOUh
  952. n,|(2#%'2;NbgI?GLLOOM@@78CN`lH5,9
  953.  (-4:9<ETFPplRv
  954. F`qhj
  955. EiBag9)AecR
  956. (?PaZ
  957. NN>2,3Ijd
  958. c6&&(-)
  959. i*)+&.0.:BDLWU
  960. m4uh_jndcZ\TOOJA8:<83457.
  961. ^>ux[Uy
  962. d/L:1
  963. CBAB>0%?]232878AD?
  964. =%?BCCR
  965. d`/dhWLH_e
  966. he[=I:B7C
  967. [L=WN;;64:Z
  968. s$;SIEL`Z]`XbiprrmV
  969. .F<;/@><GC=;B+*JRAILbb`[eZTLJHM"WUZx
  970. mIJNf
  971. *;-A0)&0:J\WPOOL?9758IW9,2,5482Nv
  972. w{TytF
  973. %*.2843R[OXXS]a
  974. rHD82#
  975. ;ja1.HkU
  976. r@O82.6ZmB
  977. $*("%?Z
  978. R*(+)12/:DAP_ayaRwsinkhoW]dWSMG;>A97346*v
  979. r&HfZWa
  980. u\{|q
  981. -B85*864>:529),BE5;@OPMKULE?=;?DCJm
  982. ]pX>H`ywsgSNI:8<J
  983. _5?Ee
  984. nPTTZ
  985. aLcMq=Q=<Hl
  986. LE5*316098AJ;E5<=+7:GC=5CL5;'", 
  987. &+15=PKK
  988. }Z_b`d
  989. wmtPQ?&-gaA=
  990. kWZmfXWnlZ
  991. ! &)(0;:HX>[r]Qukagb`dRVZQMI@103-)()* d
  992. f #/-,-,.12135:
  993. y0KBA2DD>KG@=B/-KXFOReif_i_ZQQNQ]\]v
  994. )A>%(+
  995. {WoQ.6NOW
  996. xHD<50Df_
  997. }/ %"#;mW
  998. I.),-24-8BLNei
  999. yqljiw]eq`YNL;BC<7425,a
  1000. j9koZNLb
  1001. T;49627:95:>
  1002. CF,FPEDJSQRYa_RA<A??@If
  1003. jl^GsiHl
  1004. \]LI?3=^nF
  1005. E\ue[YBC;a
  1006. SXfiNlh>IYA1Ldu
  1007. }P1%1_^RCFFLK@<>CAK2IBA5;=6;GB7F0(%*69N]VUh
  1008. 9tu:;H
  1009. ~Tbh`\
  1010. @! "!%*&/8DH]
  1011. qihd`nU]gXULE276/*((*"P
  1012. `&-1++**,0.123.058<@9W
  1013. LA;FD>CHDCLPUPL-Sndaforqrtpl\U^XW]iw
  1014. dxcYG;JXdB
  1015. @UwnggORG[
  1016. 8MN:?L<+4=HVcl
  1017. o_M\`KYaP+
  1018. /a^UCGGMI>:<BBL3ICA3<=4:GC27'!
  1019. %02L_THSh
  1020. yrT>V
  1021. yHFT*@=&(+QJ8h
  1022. n]{\7=XZ*S
  1023. x;4 &LnZ
  1024. lTRG?9On]
  1025. n4,/))FwV
  1026. `Z486Q\Kp
  1027. oa@5INU@22@F<CKSGB:785=?KOaH$5ILXw
  1028. hRmgNorZXqiR;
  1029. b7KJO
  1030. 4% $%
  1031. 2;INe
  1032. tqdj]dYdd[XOH:950**()$L
  1033. a0!22*''&**.01/1/01425<>S
  1034. 6=2=@LZQQVJEJOW7=leiruiq
  1035. f[ce^Y`w
  1036. JKssprwz
  1037. xvek|VW\Big\JGp[Zc
  1038. mswMJES
  1039. VQ@CPM9eF-JUcVBIQks
  1040. stsk]VU]dB8Foa@8HNW@10>F<CISGA:673<?KPX<
  1041. +AHOox
  1042. s`Wh1U
  1043. V;IK600-13952
  1044. HlpK6CQO*
  1045. P2!%I_M
  1046. ^FTB=Gpxt
  1047. _\59=TbJn}
  1048. j0RVI@=Jcgjig`OQen|}ae
  1049. T>3?=:?D@?GKOLH)Qg[YaigjmrofSOVQ'PWau
  1050. bO_`mF
  1051. +?@88D;)&,3>GXYD1<D9CSP)
  1052. .c_SEHFS
  1053. #..NcR>GYoS;?_nok
  1054. A6?KHh
  1055. ip_[LU|5OOKMl
  1056. {gEiwut
  1057. xJICOTTHP]YL>AZhyoUj
  1058. w~cbTXSLS[nQB[
  1059. ZT^674,9::MT9?CA9:A@9>JHH;)6ALm
  1060. ]M]V5+r
  1061. anuZH
  1062. MO[31''.8,+I
  1063. KiW;8=D]*
  1064. ](#%BZ
  1065. pIFGVh\`
  1066. ]M/HP
  1067. Z[2BIYYW
  1068. k67ZbA893DLa]_gfQUVhc`yvf
  1069. 46-7;IXQPRFBFJQ3:e\_jlbk||{{]SZ\(WRYt
  1070. nRLx`]k
  1071. S>-1:
  1072. <1Q>*BTbU==B\abem`G@CMcE;JtdA7JJs
  1073. '<FIiv
  1074. fKHZ0Kxpb<M
  1075. ]8DG5.++//:
  1076. L`e@/8BK
  1077. jBH83?fq
  1078. >1(12310=DSUnt
  1079. |vjqdkcnmd^SOBB@=8736.Y
  1080. SEE<Xe
  1081. 67+23=NIGI=:>CQ65RHKUWNUchkeG>DGC>Ee
  1082. ^_dB^c[KDk]Yl
  1083. `ejC<:M
  1084. aqbdwgK
  1085. T4XZdXI^i
  1086. wqj@9G
  1087. +:-$&3WPRX[aiicP,aaW`miht
  1088. {nhcU,VY[r
  1089. @"-GNp
  1090. qwb`P[
  1091. 4HKMS}
  1092. ;21:B
  1093. C==HF95@XgxlUix
  1094. eT:BEAIWqXC_
  1095. VD6(2>F`
  1096. ]FNI2'h
  1097. Yquc\
  1098. SKS2/$#*7*'N
  1099. J\J1./2`
  1100. }?9;MbUi
  1101. fT*@K
  1102. 83++03/3;GNVvuu
  1103. lqolcpjcYR_[IC><8873R
  1104. q+O\OSA1JYYy
  1105. .9,"#/SHELKOSSWL,NLFKVTU`llfWPLCEEHb
  1106. MSY\Nr
  1107. t{hdS[
  1108. ;^YMLg
  1109. p|{kKs
  1110. exgw{u_s
  1111. qPI_p
  1112. k`icmSA_
  1113. ^Yh874-:<:NV:@DC<;A?:@JIOD-=FS
  1114. aXvj:7
  1115. bp|>Xfehw[J]
  1116. lcJhf
  1117. /%!!%)(*1<ENl9ln
  1118. ejhb\i`[UNWO@62.+*+'E
  1119. c %+**&"&)+)+,
  1120. 0?./3786V
  1121. 1B3')5ZQOX\bjibO.eh`fsplv
  1122. tok\]_`r
  1123. ~ZPannljox|
  1124. :3+).1.44DHPoqm
  1125. ~hryzatpn[]qlPKFB>;:6I
  1126. v&STSNGC:9Mev
  1127. 1>)!09>EFJKNMPYaRINCHOQ[ltwrnjeTJHMipl
  1128. o_[s2
  1129. [GR_t
  1130. LXF*9SUQZZn
  1131. zmLTa
  1132. f=610?97CP:8BEBK=9B929GICJHNaPC:d
  1133. FD]jD
  1134. Wq\AQbeiYcJ_
  1135. wfwoG
  1136. GeS|S
  1137. $'&)+9>Hf!hf|w
  1138. {aiqpZjheVVidH>940-.*>
  1139. (*)(&'$$'*+-+./210-.013396m
  1140. 3G0);DJVY_`echjmZXmahqsu
  1141. oddfyxb
  1142. hM_sum_cdoxz}||
  1143. \?=G%
  1144. 0@XcSAMYh
  1145. uFP<%5[aaidt
  1146. hVFMVNPcNkcTJ:=
  1147. lbPKUdTNzZQ
  1148. _<4/.>95BN97AD@K<7B908F@@IHI^I;3Z
  1149. \{D6N`DF}
  1150. GLI.$()116=W
  1151. _KU9.385~*
  1152. *&&A8v
  1153. CC\t{_k
  1154. R\68EWWd|
  1155. o&>J@@5+;FEWcebdknadvnkktld
  1156. UUc\U
  1157. packages@
  1158. chest@
  1159. edition@
  1160. library@
  1161. edition@
  1162. packages@
  1163. reference@
  1164. software@
  1165. 1.0.1b3@
  1166. processor
  1167. upgrade
  1168. enabler@
  1169. a-law@
  1170. macintosh@
  1171. appleevent
  1172. receive@
  1173. audio
  1174. palette
  1175. developer
  1176. broadcast@
  1177. callfinder
  1178. cd-rom@
  1179. client@
  1180. collectpictcolors@
  1181. color
  1182. locator
  1183. convert@
  1184. dashed
  1185. lines@
  1186. develop
  1187. issue
  1188. develop
  1189. issue
  1190. developer@
  1191. distribution
  1192. distributors@
  1193. draganddrop@
  1194. driver@
  1195. enabler@
  1196. encodings@
  1197. format@
  1198. stream@
  1199. pdlog
  1200. expand@
  1201. FaliA
  1202. VDEFA
  1203. VDEFA
  1204. VDEFA
  1205. lpoidcb+`
  1206. yrrq0b
  1207. glnnopn:m
  1208. nrquj 
  1209. nrvxj11*i
  1210. ncSitmc-n
  1211. peEFQ`h0Gj>Y
  1212. xON\mu5MqA`
  1213. _DESCRIPTION
  1214. )    _HELPTEXT
  1215.     _KEYWORDS
  1216. _NAME
  1217. _PORTALCLICK
  1218. _PORTALFILTER
  1219. _PORTALFILTERFIND
  1220. _PORTALSELECTION
  1221. _PORTALSELECTIONMATCH
  1222.     _RECEIVED
  1223. _REQUIREMENTS
  1224. _SEARCH
  1225. _SEARCHFIELD
  1226. _SEARCHPACKAGE
  1227. _SHOWPATHFLAG
  1228. _UPDATED
  1229. mtiEi]B
  1230. {M{nH
  1231. nro`v6Z
  1232. nrruq'
  1233. oqtutwS6
  1234. ingVfp;
  1235. mtiEi]B
  1236. {M{nH
  1237. nro`v6Z
  1238. nrruq'
  1239. nrquj 
  1240. nrvxj11*i
  1241. ncSitmc-n
  1242. peEFQ`h0Gj>Y
  1243. xON\mu5MqA`
  1244. lpoidcb+`
  1245. yrrq0b
  1246. glnnopn:m
  1247. UUc\U
  1248. `a_^__`^`b``^`bRZ_`_b`a`
  1249. _Aba^a`_``^aV^b_^_bbd>M^>B@K_^`d^. -+
  1250. #-022::=>;7613:+7cc`^`a
  1251. _b_bO
  1252. !$.31--
  1253. 018Zb_^    `^``^^__^_
  1254. ^ra`^^QR3UXWVWXYVST?2&
  1255. 0:68=;$Va__``abPXba_^bb^_`a^``a_UZ_`[Rb_e]?+
  1256. -bab`^ba^^``^Vba``^`_^a`__``_``_c`N\`    `_^`a^_`ZT
  1257. PrV\V*
  1258. '-96;(@Q.$IBBF>HG.2"<
  1259. \Z&8\S&
  1260. CZT3.0!
  1261. )AV`_a`__^aca^^`VX`bZ&;YE,
  1262. >d`^^bb``bZO
  1263. `a`_^_``^`a^`b
  1264. `RY``_^ab`^VC/
  1265. _a__``^`b_`a`_
  1266. bRZ`a`b`a
  1267. _a``aa_
  1268. d=N_=B@K``ad_0+<8&
  1269. 38=>GHNPMIHADI6:cc
  1270.  '+($#
  1271. *.8Zb
  1272. `)_ba__QQ0IIDCCFFDDF8-$
  1273. *0-066"Wb
  1274. acPYba``bb``a
  1275. a_a`a_W\aa\Rb`e\>1&
  1276. /abaa_ba_
  1277. _Vba``_a`_aa_
  1278. `Ma`baN]`a``ab``a\VRQRX]X.(3=2<F$9F;7=&BS1
  1279. ($'("%&!:0=
  1280. "^\&9^T(
  1281. D\U522$)"$*'+@Xa
  1282. `4acb``aVWac\&9T8!
  1283. >ea_`bb`ab[Oab
  1284. a_`b`aa
  1285. bSYaa``ab`_XD/
  1286. ab`UVUT
  1287. WVVUU
  1288. WHOUVUWUV
  1289. V.TVUUVVTVLSWVTTVWX6ET6:9BUTVXT)
  1290. 0YXVTUVVUVTTUVU
  1291. !"&.420/
  1292. 012PXUU
  1293. WUUFF(.,-,,./,'$
  1294. NXWWXXYZHPZZXWZZWWYYVXXYWNRXXTK[X]T:+
  1295. +ZYZYVZYVVXXWNZYXXVYWVYYVWXWVXXWZXHTWXWVXYVWXRLIHIN;TN( "*.,1 -6:78#:J,
  1296. '$%&!$&!3'6
  1297. SR$4SJ$
  1298. <QK0+,""
  1299. "!':NVUWV
  1300. U2VXWUUVLMVXP":VB+
  1301. 8YVUUWVUVXQG
  1302. UVWUVW
  1303. UVWVTN<*
  1304. ?cRM>.8)&,4Etssw
  1305. 7LMJX
  1306. hc<YVLmqRG=H~J1R
  1307. nA90-^
  1308. _pcOp
  1309. jlSj85E
  1310. uGJ957(;a
  1311. nD?&.LNhn4*7_vTLVR9&0(?SS
  1312. R\C323DZl
  1313. ldK5B.+1:P
  1314. 4@??NZXW\gogU=-#
  1315. a^=WPF[]F?7@f@.Fgu}
  1316. xakRHf
  1317. _O]UVu]Zp`
  1318. vlnUb`GJh
  1319. X56 !5=QS+",UoJAID. '!5LN
  1320. QncLFPbfq
  1321. u )),($(! $(3KIGEFHHKFA=A;??<K
  1322. 8QSO\lnmw
  1323. ueqromruvgL>21(032EI:4/4M5(4DHILQ<
  1324. lLL<7\
  1325. UM\RMo[TdU|<@S
  1326. lWZDGG3>\y
  1327. c>>$/LNem2(6]pMHRN6%.&=NM
  1328. J\H968I[d
  1329. -^X58=:640ABWpjt
  1330. 9IDHUflglpw~
  1331. zjF1+QJ
  1332. ^;R~]X~jaBEdO?KHIeq~
  1333. YP:*%9H
  1334. uXNx}
  1335. \&e7L\q^i
  1336. _}I`l:A45-6?0s
  1337. Q;96*-$.[LM=K:%OiNA:OB910AA^
  1338. T::.29CLp
  1339. 5~sAFKF@<7NMe
  1340. 4=7?IQVSVY]akg_W<+'LG
  1341. wX=MpSMk[S;>UC7BAAS\f
  1342. nK:UY
  1343. a>]AGZ
  1344. h}IgvC[geGJD={
  1345. P850#( $FBF9F2
  1346. D\@3.:60)(<<]
  1347. S:KEEVhUr
  1348. #'*&'))('%.0:DAAFCFEDBD?B:@@GD
  1349. =PIMYlrlqw~
  1350. qJ2,QI
  1351. rwnosun^@60)/D<=QFC24D80500:>DSUI
  1352. cbL4,BN
  1353. {`VU^
  1354. W9U8?S
  1355. T(zD[qtVa
  1356. \qF\f=LFF6>?4k
  1357. J774)+"0]II;I6$OcLA9M?6/.@>V
  1358. K7<26>IJf
  1359. ]YbB7,;;5=:?CVouy
  1360. ~8O<CEFPgiortvz
  1361. rE>XLOW;AG;p
  1362. IUA/*'8E
  1363. b8X~6 :7dct3ryOS9d;.43?@`
  1364. RQ;APgs[kU>;=1'>;RK+<YA684I
  1365. LW;,5><
  1366. TF4II@JEJPh
  1367. 3B3:<9ARSXY[]^cedeiZG
  1368. xRAFn_pa>9NCDL6:>8f
  1369. }XB>MQ
  1370. kZk|>(o`
  1371. fP]_X@^
  1372. NL8:=RZE^Q<78* 3053"-L=250H
  1373. KcV=GW<
  1374. L!)&&")('+*,.4@CACBAA?>?<@@D@DAW
  1375. q>WDGGKTmnuxy|
  1376. vnstqotuujM:/*.KGTK3/?78=.13+BUQE7IKq
  1377. RiU>1.?H
  1378. Yvm]\
  1379. ]H]t9"JEuv
  1380. 5gqaX@wL:DCH=W}WJ
  1381. ~NN7?NbpYgR<::.%<:RJ+:V@581C
  1382. GU>.8D8
  1383. m}r{a]z
  1384. BnV<3,2:781<J]vy~
  1385. y;=B?F=0[jkmqtz{vqrv
  1386. sRc89FURMKN16
  1387. ]RJ6)/2SW
  1388. ^RUE=O`7*,<kp<0QSmZK]7#>Txuos
  1389. mWu;.31II?iR1,7@HNy
  1390. uB@+!7}
  1391. *cHtlWe\^KTw
  1392. sK>4:HCE7G\u
  1393. y9556?5+JVVW[\a`^VW[
  1394. bIV45?KHDCD-3
  1395. i>PVxl
  1396. bWVGdsgB<K\
  1397. `?N_srsx
  1398. oaQMg4')(>>1B6$#4=FNz
  1399. uAT>(E
  1400. 8;pnZh^_IMk
  1401. (('&%"$(('%+/4>@?ABB><;:>>=FBD>H
  1402. lCCFDI?3]nnouy
  1403. |zvzy
  1404. euwxttvuoY;1-09hL:C-.4<:668()]x|wZ0CK
  1405. \f`H19>_^
  1406. VcUxpbv
  1407. |t~dXc
  1408. VNQBK[c<16H
  1409. oVqE,DXtkfk
  1410. jQo8-1/DD@kP1-8=AGl
  1411. i@D/":q
  1412. GbJ?7>9C416<G]qy
  1413. }:;2@EH/>aopqoqtne_f|m
  1414. ~WVJCZ
  1415. ]hnRHBHF?<D
  1416. SDG717A^l
  1417. 7!FN6VV?eJ/A`kSZTK)-Xk~oYBcIOf
  1418. MHYI87W[.EN115+f
  1419. bQCNFS=;AIYv
  1420. |86+6<=+7NXZZXY]YPJPlf
  1421. pQMB<OvyQX^HA=@?:6?
  1422. ZbWiJj~
  1423. ZnmYHN
  1424. 9.SaGtoX
  1425. m_xEAVd|tf_xi`
  1426. P6:F;.-IQ*57##+(h
  1427. d[B'9
  1428. $+(('()+'%(),3<=?DEBB;89
  1429. <:=FGFN
  1430. m@A6EIJ3Bbsuvuu|vofm{h
  1431. k||{yxvrbI80852?WY?FJ:42451.0Yky}|fE:
  1432. SX^E=FNkp
  1433. V[TiJfx
  1434. VhiZIK
  1435. 6&CO=b`H~X2Ct
  1436. h_V[24VdtgWKfSQp
  1437. }MGVG74TW+CO445,^
  1438. xvV2!)CQG
  1439. \[LE<=:<42CJF\j
  1440. 3<6>C97=IR_hfjfefbfwN
  1441. 15D/L
  1442. ShZg^GAF?D>9n
  1443. o9JE42>A:{
  1444. n{a1j
  1445. znecP;YnE<82AM;@^N6$Vd]
  1446. <F]GNg
  1447. c-2.:REEKG4$
  1448. yx[=,A``H(x[_vq~|
  1449. }e\KKHK=;U\Ut
  1450. 37/39206<BKSRTSRNLXqQ
  1451. 7@V:S
  1452. }I\OWS@;@9>96`
  1453. TSfjV|
  1454. z~a1i
  1455. GRPa`p
  1456. qTulKIi
  1457. pC8?@/C^MPDARvVU
  1458. OA/X`_
  1459. yIfh47g
  1460. K#)'0C69EA+
  1461. /4L][dg
  1462. m#)'('*((%%--,19>CDCA>;;:8<<=CNKP
  1463. 3B;CH=;CKUcnlolnokkzO~
  1464. |7;M6K
  1465. |zwl\C60CVk_<G?DB513/40-F[Wq~}~v?b
  1466. f@_Z@=KNEr
  1467. nw\0d
  1468. EON`_o
  1469. rTukJJc
  1470. fA8>>-B\EF=8G^GEqO;&V_U
  1471. zEVw_ez
  1472. kJh|F<j
  1473. `,0+8QC@JF2$
  1474. wO7/36NWVp
  1475. E<"4PV`i
  1476. f[]VF28747>;IV^p
  1477. j3K?1+7<JIQ]]a^VTf}}37w
  1478. ':8;/K
  1479. ozTWF4QNLQF>
  1480. BN8==A52-H\u
  1481. t>1`p!;U
  1482. ~mmaQ6:I]\??@2Ia
  1483. ^@BfQ=6OXkJIb
  1484. nI9+5>O?:?WPU5:,z
  1485. vQ@EHFSXPRK<)$T8!0HO_r
  1486. t]=DD?BLH\m{
  1487. k1A6+&05>=DMOQQGEUpv6<
  1488. q+HKI7X
  1489. _hIL@1GCCH?9
  1490. `pciTR=a
  1491. vB8bq$@X
  1492. ]KQfq
  1493. wprcTMR
  1494. WEIL:4?:6>FB5ENe
  1495. t>L@[o
  1496. f@0$,/90/5E?H17,|
  1497. k@*"#$*
  1498. -/46/%
  1499. )>COWk
  1500. T$&''$((&&((-/18?DGEC?<;:7<=BDMOKx
  1501. `8NF70=BOMS`abbZYg{w59q
  1502. d)ABC3N
  1503. }wqZ@885[d^IP<<5*997951\jbt
  1504. HaDNKN?<2Nh|
  1505. j=3[i":U
  1506. WLOdp
  1507. worcRLS
  1508. SFHK93=:5=GB2>J_lR=D6Qb
  1509. cER|iTNho}LUp
  1510. dD7)4=M?8<XPR49,o
  1511. 6331ACFt
  1512. d][E,/0-8D=<EY[m
  1513. <IO=-38CBLRPT[MMavgT/;`E
  1514. 3<B9Np
  1515. k\aqiDQJbt
  1516. M836F:4.?Aj
  1517. y`TWtB
  1518. [4JH6?b
  1519. UOU[P4pd`gVQ
  1520. ;H9/VOQ37:8%BEMK962Sp=6}
  1521. 9AC?PHAIA@>=:=@BHSe
  1522. ~[4695DTKJXtu
  1523. =DE5*.0::CGFJMBATnbV2?iI:RaFZw
  1524. ]lRET?{
  1525. \OS^Z>GBSb
  1526. Udf[oSYO
  1527. bQWs>
  1528. ?^\EgTVWEKL`
  1529. >Ht`TPSXEFWX[OMf
  1530. eK`Gk~
  1531. 8C3'JLO036/
  1532. .277,+(Eh95~
  1533. -#'(-++0
  1534. 0211/25<AM_z
  1535. P$(&#$$"(+((+.08@DFCDB=;:98:@JIQJ\
  1536. :NSD28=GFOTST[QPao_O-=]C8GR?Rt{
  1537. }xoS:4K@7B5XgG>BKE3:5CI[chxzux
  1538. MIDBUDA9TRkz
  1539. }_SQk>
  1540. <\[DeSTUDK
  1541. x>Iq_SOSXEEWYZONj
  1542. wFIR<On
  1543. f`mthHzmkycW{
  1544. u8E6.QKL.253$CFMM852Pm84o
  1545. 1;<53;X_
  1546. dXUE6/--8D9=AO`o
  1547. 1c_OM=:AGJNQOGKa}[
  1548. 49G;7-y
  1549. b`qrl3e[MSCLnS@OV
  1550. eLCt||^Wfcp{aA''16+7EI~
  1551. h{fAfh
  1552. |4:9@HDB
  1553. mS_Ygw
  1554. WR37CC5>79K?=B;:1
  1555. 5LM;56C:97:564:EO\mx
  1556. o|w[A844EWHMQf~
  1557. 1XRB@649<>BEA<@Yz[
  1558. y(BI@SgG=-y
  1559. TQ^_X/YPDH>DZH;GI~
  1560. \XD8EQ>\u]w~lgoy
  1561. _g^Aeh
  1562. s4(3NOJ[h[W
  1563. ~NFX{r`[OZQOb_QF>Ff
  1564. ^=Ka`OX
  1565. QP26>8).),867;78/
  1566. w$+.(&(*+,R,-++*.7CP`lx
  1567. Q%%&&#"#',))*..6?DGIBA@=<:99=FLLYS
  1568. x2deTRA>EJPSURJN`zV
  1569. k'>B;FU@:/p
  1570. }vkK94>HKC)D@7<36H:19:Tgcr}vry
  1571. gaxnsuWH2-7@1DTOs
  1572. `l]=_`
  1573. h3)1MNIZi\Q
  1574. uPFWyo`ZNYROb_PE?Fh
  1575. D:@LMBF
  1576. sUdYbr
  1577. QO16@A3=68I><A99/
  1578. 3<64A>Nq
  1579. cUQG52-52169EYbi}
  1580. P^fZPI?HBHPVNgoS
  1581. w"4s%&C6M}
  1582. {/VH>
  1583. fISB<?B<<B:LWX_f])-8E2NX
  1584. bI7G?BI78:>E<1,
  1585. 7J@4;58?74776757?NV_q
  1586. mwn_@;5A=9CFVv
  1587. NV[KE>5=:=BID\kR
  1588. y%?,1]AN
  1589. ~RGZlNY
  1590. ujgmrg-KA:
  1591. p_ze+`dnfcm[|
  1592. w]/DXlBmlvz
  1593. qlZUsy|g]aP
  1594. pN-CMdsv|
  1595. ^QwqW[
  1596. ococ4StmP;41cZ87njcd
  1597. jSE4?256)+5<A90)
  1598. $-*&)'(+*(!+*)+)+3AJUgt
  1599. O%&'%%#'&%(',.03:CHIFA@=<:9:;?
  1600. yM`i\TMBLGKT\QdiO
  1601. k#8(+P=Gr
  1602. yrdM;7:FS>E`WQMSTN'=5/[skxzvu
  1603. dScNINSKJPF^nkolV+5DQ6X\t
  1604. dF-DLcqrq
  1605. aQvqW\
  1606. namc4RtkO:11`P3+Zhaa
  1607. _F2E=AI869>C;/*s
  1608. ;I957EO?y
  1609. oQU<-,6:,,<AUZX`y
  1610. a=;Pa[OQU:IWlv]
  1611. m^`kv`Ei
  1612. dXN2t
  1613. xDA9852)&+()**42<Uol]YYVX
  1614. WKECV
  1615. S0HEF>;Q@G2Lii
  1616. >Y@2155)546769937?KWbhz
  1617. vqsK45AI45KQowu|
  1618. c<9FSOEDH5ANdoX
  1619. K//4EH
  1620. YPS]eT>Y}lrjVKD/n
  1621. Dev.CD Jul 93
  1622. Dev.CD Apr 93"
  1623.         activate
  1624.     end tell
  1625. on error errMsg number errNum
  1626.     --enter statements to perform when no records are found such as...
  1627.     display dialog "Sorry, the item you selected could not be found."
  1628.     return
  1629. end try
  1630. All Packages
  1631. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1632. Dev.CD Jan 94
  1633. Dev.CD Oct 93
  1634. Dev.CD Jul 93
  1635. Dev.CD Apr 93PDDev.CD Apr 94
  1636. Dev.CD Jan 94
  1637. Dev.CD Oct 93
  1638. Dev.CD Jul 93
  1639. Dev.CD Apr 9V
  1640. 29411X
  1641. Apr 94
  1642. .sysodlogaskr
  1643.     thechoice
  1644.     theChoice
  1645. ) = -128    
  1646.  to the previous package.
  1647. To find all new and revised packages on the current CD:
  1648.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1649.  Double-click an interesting-looking item in the packages list to see information about that package.
  1650. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1651. To search for specific text within package title, package descriptions, 
  1652. or filenames:
  1653.     Click the Find... button on the toolbar at the bottom of any screen.
  1654.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1655.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1656.     Click the Find button. The packages found by your search will appear in t
  1657. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1658.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1659. To Display the full path to a package on the CD:
  1660.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1661.  click the Show Path button in the toolbar at the bottom of the screen.
  1662. To Open a package
  1663. s folder on the CD:
  1664.     From the Browser, select the package from the list and click the Open Folder button.
  1665.     From a package info screen, click the Open Folder button.
  1666. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1667. Browser Show Path
  1668. Browser Show Path
  1669. ^("")
  1670. ^("")
  1671. 9LD@;63p~k
  1672. uO>4(,),.84?HTYft
  1673. x70Vkrsxy
  1674. xillT>X[h
  1675. O:,''(.,+)'*))(&)+(7w
  1676. XfsznbQ
  1677. '8DJ=;2#
  1678. _VRC?s
  1679. ~}ytutu
  1680. D:>;>HG06X
  1681. :L:3/'$3509
  1682. :"@=?@HWVdmlx
  1683. ~iM>.3048D?Q^qw
  1684. x7-I[\]acg_RU[L>WXh
  1685. e3CHC5
  1686. cZqrtZ\cmH:X
  1687. `eH@@H`Q
  1688. TMIPOQK@KhVe
  1689. {c\fh]cpceeQkij`^S
  1690. X/E(9\
  1691. ~M9*,0@.$$8
  1692. oz~hi
  1693. dHKZGVWI
  1694. ndHUN`Y:gQ4GWkSLC=?HUf}{
  1695. ^oo]]b
  1696. A4458B<(-U
  1697. )-*'%!
  1698. )*(+-
  1699. ./4335<
  1700. @ @0`
  1701. `0@ p
  1702. P @0`
  1703. `0@ p
  1704. @ @0`
  1705. `0@ p
  1706. P @0`
  1707. `0@ p
  1708. @ @0`
  1709. `0@ p
  1710. P @0`
  1711. `0@ p
  1712. `@p0p 
  1713. `@p0p 
  1714. `@p0p 
  1715. 99:CD_Catalog.FP3
  1716. FaliA
  1717. Current
  1718. CD_Catalog.FP3
  1719. FMP3FMP3
  1720. Joint Solns Apple 10/99
  1721. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1722. MSPCA
  1723. NAMEA
  1724. CD_Catalog.FP3
  1725. RPTHA
  1726. CD_Catalog.FP3
  1727. alisA
  1728. Current
  1729. CD_Catalog.FP3
  1730. FMP3FMP3
  1731. Joint Solns Apple 10/99
  1732. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1733. .RPTH
  1734. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1735. 2T!941
  1736. JM[cdn
  1737. b(&& #!!#($(*+,17:?@?=;8899599;BIZ
  1738. l;8]uwy~
  1739. rtpT=RT`|
  1740. [3=><3
  1741. ~ofcYD>]LETWYGGMT:1A[knt||
  1742. RI5//3>8731
  1743. 5@2-2=8H~
  1744. ubXfmir
  1745. qtsO`ine\Lw
  1746. tK&2 .CX`WS<-"$$/%?
  1747. `cbQQwcGIZFVXI
  1748. meGTM_X9fR4GXlSLB<@HT_nk
  1749. ~T\^T[}
  1750. >5<89CC.1W
  1751. EJ@=4#I[I
  1752. NA*(,-71134F
  1753. YYbv|
  1754. gNRIGXfpru}
  1755. u}mqn
  1756. }`KG;1=L
  1757. ]znogTg
  1758. R.3-+(%',*&)00
  1759. +bfRB322!
  1760.  (!#1:
  1761. vUKRYI>9^
  1762. S17FPSM;B
  1763. =;30'
  1764. )0,69;BEHBIHI[alnsq
  1765. hW/.34E99>@Yxv
  1766. hKL?<FPW[[`a[^jzm|
  1767. rsaeg
  1768. ycOC=AQ
  1769. rOh^_XJXqqeVDa
  1770. _cuvYKCIa
  1771. f]^jhSWVV\\z
  1772. gn\Scenpb
  1773. l^W+$',3*2X`
  1774. }n`}yFW[QYTMs
  1775. veIVi
  1776. \8TK4DNUIAOCFVwxSW}hpa~e
  1777. [erix
  1778. Q-3BLMD-1
  1779. '+'$ 
  1780. #'%+-/>79;8==@PWadijy
  1781. m*&! ""'$$%&*+.2259;;9
  1782. 7<5655:?Dd
  1783. `SWMJZgsux
  1784. ~nympo
  1785. t_O?8=M
  1786. }sh__L>NJHD;DWVM
  1787. A4Eedlvzz
  1788. RAJF:3/3=>8:DC8;99:;T
  1789. an_\ps~
  1790. ""3z}dXF@?$!!#+$
  1791. q]V`j]PHiuFW[NYTMr
  1792. weHUi
  1793. \5TL5DOVI@NBDVwxQPqZf`sUUfk\k
  1794. H+3DJMF8@
  1795. xXCG.*5Ffi
  1796. zQ9955/11-48KWW^wv
  1797. KbZVEK^ox{xs{ut
  1798. cr]:W<
  1799. &-,(&+24/2:93254,./5Q
  1800. x|lxlp
  1801. O(6+3
  1802. Mio\9%
  1803. #" &CC7
  1804. T/KHLK<64Z
  1805. =ECPIO0O
  1806. y^ANT
  1807. v<27&
  1808. $(42:;BOVMHTVValsoysy
  1809. ~o`n]
  1810. kIHA?8::5?Fbws|
  1811. HXML<@P[cdc\a`]x
  1812. [crov
  1813. giY?ZE
  1814. Ixd]qoelORL
  1815. t0@X^FEPlz
  1816. _awta_hg\rb^^]`rv^VXxdYdnO
  1817. pCT9Q
  1818. -$6,&>
  1819. lGswzxfa_
  1820. EKKo\H_}~Xufg^Q5>A;5CPrX/PUFR}
  1821. mCNlsKQc
  1822. :@>MEF'8x
  1823. VG6:D
  1824. #*).17
  1825. CJB?JNMXaheokp}
  1826. rfVcT
  1827. k-$'&$$%$#&'*)-.41698564753005<AB{
  1828. rNb\[IOfu}
  1829. x~v]r
  1830. io\9TB
  1831. ~shefP:WLIUTNP;:3Rrwiw
  1832. i$.:;008FL?BPNCBGF<F@BSgr
  1833. }ba]wc^lwP
  1834. X1?0<_
  1835. X9YZ][MFClyDJJn\H]|
  1836. Yudg^R4<B95
  1837. BIiY-OUDQ~
  1838. lCKdpIL^WpN/
  1839. 8>>LEH.O
  1840. v[@MQ
  1841. [a<B8)NPjx
  1842. xXSH2,1*.9,8ORZenmn
  1843. zxv{y_
  1844. 6XB@Vddin{
  1845. y_eKO
  1846. 4%*/()0:BG?A?<6?:7<@A>Gr
  1847. Te`_dZs
  1848. q0:XI2
  1849. WVf^,
  1850. :ADCA;6<B7@
  1851. 6@<EHJC926:]
  1852. P`QXQH3>Cha
  1853. N:/3*
  1854. -,26==LX[ZQdifhisuroq
  1855. {kg_b[o
  1856. zoq_<3;07F3Fhkv
  1857. 9R;7HQRU\cgfbfnjr
  1858. zDnqutx
  1859. }jqlclRT
  1860. BBN[ETmx~
  1861. l]_^ndeME
  1862. vbWGV
  1863. L%Y^o
  1864. Anr}qof^]ihvmAbckLUs|m]qzp?;BI<E5C\YmQF?CertfdGp
  1865. OZLRIC),0@<@=HD
  1866. WUknK|
  1867. D*$%!
  1868. %$),03AKKQQLZ`_^_jkhfh|
  1869. |q_\UWQb
  1870. m.+(%"%"#'#&+--00/054101123./48A=
  1871. :ZHCZijns
  1872. {Y]OP
  1873. }tjgeSTTPMSYIF<ETjrsvw}}~
  1874. 6.6<18FPW_XZUQHUPLU\YNL_n
  1875. sy]Gnc\YMbz
  1876. j6VsR9kj
  1877. EMSY[QIW
  1878. 8RQZWVPHAIMfk@ablMTt|o^qzp@<CH=C5BULiQE=CfsrfbFp
  1879. L[LOKE1=Dd`YKTE
  1880. L"$3Ap
  1881. TN3>.-
  1882. KRI8?38-/..EHYe[oktsospowwhduvfh
  1883. UCJ=6G``hhmuptv
  1884. *=/+GYUGBCB=<<GMQ^_Lb
  1885. qh\\v
  1886. Q93HQ%
  1887. -YaO#IlaO>5;GNDDR
  1888. Z9J?;>@<;845Ni
  1889. pK^ZG?+ 9UBAPIp
  1890. -*G;Q
  1891. E/)/$
  1892. 1+49?MR^efctruon{omyk|
  1893. |xk`_YXOf
  1894. eEG9,B
  1895. j`A8QkOMV
  1896. ^yufg^X
  1897. ViU}e
  1898. 4$! "#&(,66CY
  1899. |dauy_jhb_m}mKHG=6321B
  1900. 1$)$*&$&$%'+-..-0..0/0/11546-
  1901. 7E/3=:BX\f^]gz
  1902. Vayuru
  1903. wd\|n6
  1904. eTx|wri__dou|vsw
  1905. _<F=L0
  1906. 03 =3=?T
  1907. ob2COvdiOe`e
  1908. ^TERUMcmEv
  1909. ZLNU[TNVY
  1910. YKUMTLWXWS
  1911. 676AD>79I35J9:ME,;G80F?8A97G51]
  1912. q=Z;FagA?a
  1913. \GJ;-=
  1914.  )!)0
  1915. E3'((<
  1916. =+*<L
  1917. PU75ERVb[
  1918. u"BDC?8621>NXegdkfg``jjgndqa{
  1919. -?,$5AEPW\^__dhlZVeX`hjr
  1920. zk-^]axui
  1921. 3E_jXAGT^tviGT:%6q
  1922. m@-7@=
  1923. @Q?RN73,3LSU=F_
  1924. sO42?NBAoYW
  1925. qm~qc
  1926. x7=HIH^I:.T
  1927. PqC/FU@J
  1928. IID+""%.05Bb
  1929. hCH-&%-1
  1930. H<PjvZp
  1931. LQJZZ>;qOY}
  1932. hZNL[bcY
  1933. YD^RNMQHJG<i
  1934. ]JA46DSO/F\jV2<8=61B=.:W5]iRYc\XiV:<4jFZeFZc
  1935. PO:<5/?FMXQ;9
  1936. --"&1_
  1937. 88$%*P
  1938. I*36J
  1939. TU37CFUdt
  1940. =5<4A95502CUZc^l`HihjpplpvmqC
  1941. 0<*0:8=SXaZXcw
  1942. T]slhi
  1943. o`X{i6
  1944. e(.-5*
  1945. 5-88K}
  1946. |nY`6HU
  1947. ^>/<@>
  1948. U];_mE13<?=>ABHe
  1949. Y7;4>9<@FT
  1950. E.:3/7)/Wn]3L4:Tm>7f
  1951. fHJ;.B
  1952. =3)*,+.36A@Jaqqsx
  1953. gsoket
  1954. uURRIDAA=M
  1955. F@I=QGAA9<Uqw
  1956. 4<&)215FGNIJR`xo}LJWQMNj
  1957. hXJIsm8
  1958. jZq]w?!9<"EW:FGa
  1959. r1ITjRSAST`
  1960. 6$AE>7;I36I:<LE/<F:1FGEKABYC6i
  1961. MoGYurJSHh
  1962. !)),0*CaX=197R^WNN^[NFd
  1963. H93@D3
  1964. 6gDKfrR@56AJLC<D
  1965. ^6L?;79569;t
  1966. z*Ytcnn[Z}[3+7{=
  1967. XU?>93@HO^R<;
  1968. ,+ '4g
  1969. A/'/%".37>9EXhphy
  1970. ti{sdrhxx
  1971. ~Wb^PPMMFU
  1972. mcMJFF=@:>>Sez|h
  1973. ;F6898>IRPTY[dljngMjZSWu
  1974. _ZdnIbn
  1975. )[jZqCf
  1976. tOcgi]VM@_~s
  1977. wtw}mm\Cv
  1978. fJA48FTO0G[iV3=:>82D>0;WCjmXdrjfu^CJ7wW]h
  1979. UM;;4.8BJWO9;
  1980. di38j^?:=t
  1981. Pxdid\
  1982. X`of]
  1983. ''+31>O6_hcr
  1984. wymepj\haqp
  1985. uNXSEC?>9I
  1986. T++('(%%$%')+
  1987. ,E100.//,-+/.063?
  1988. :NAFEEM[ihkru
  1989. ~xwuDXa
  1990. }wqhabfhtxmchgjiiuy~
  1991. #<@<I3OwiF7CCewqigzu]F^mzpibNc~t
  1992. nubusI
  1993. objectI
  1994. octoberJ
  1995. onlyA
  1996. openF
  1997. openedA
  1998. orientedJ
  1999. otherD
  2000. outlinesJ
  2001. overE
  2002. packageC
  2003. packagesA
  2004. packetK
  2005. packetsK
  2006. parserM
  2007. partF
  2008. particularF
  2009. pascalO
  2010. patchesN
  2011. patchingL
  2012. patternsC
  2013. physicalL
  2014. platformI
  2015. plug-inA
  2016. plug-insA
  2017. portK
  2018. portableA
  2019. powerbookN
  2020. powerpcD
  2021. pre-translateD
  2022. prerequisitesJ
  2023. previouslyA
  2024. printF
  2025. printingF
  2026. problemM
  2027. processD
  2028. productD
  2029. productsD
  2030. providedD
  2031. providesA
  2032. quadraM
  2033. quadrasM
  2034. quickdrawF
  2035. quicklyA
  2036. quitF
  2037. +RPTH
  2038. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  2039. FaliA
  2040. Current
  2041. Catalog.txt
  2042. TEXTttxt
  2043. Joint Solns Apple 10/99
  2044. +Current:Joint Solns Apple 10/99:Catalog.txt
  2045. MSPCA
  2046. NAMEA
  2047. Catalog.txt
  2048. RPTHA
  2049. Catalog.txt
  2050. alisA
  2051. Current
  2052. Catalog.txt
  2053. TEXTttxt
  2054. Joint Solns Apple 10/99
  2055. +Current:Joint Solns Apple 10/99:Catalog.txt
  2056. QRPTH
  2057. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  2058. MSPCA
  2059. NAMEA
  2060. Developer CD Search Results
  2061. RPTHA
  2062. Developer CD Search Results
  2063. FaliA
  2064. Current
  2065. ADC_Master.FP3
  2066. FMP3FMP3
  2067. Joint Solns Apple 10/99
  2068. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2069. MSPCA
  2070. NAMEA
  2071. ADC_Master.FP3
  2072. RPTHA
  2073. ADC_Master.FP3
  2074. alisA
  2075. Current
  2076. ADC_Master.FP3
  2077. FMP3FMP3
  2078. Joint Solns Apple 10/99
  2079. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2080. FMRLA
  2081. SORTA
  2082. FMRLA
  2083. FMRLA
  2084. FMRLA
  2085. FMRLA
  2086. FilterB    SelectionC
  2087. ClickedE
  2088. CUstom
  2089. (LIST
  2090. LISTA
  2091. New & Revised
  2092. Mac OS SDK Edition
  2093. System Software Edition
  2094. Tool Chest Edition
  2095. Reference Library Edition
  2096. All Packages
  2097. Custom Search
  2098. VDEFA(
  2099. (LIST
  2100. LISTA%Any Field
  2101. Package Title
  2102. Any File Name
  2103. VDEFA(
  2104. (LIST
  2105. LISTAPAll Packages
  2106. New & Revised
  2107. Tool Chest CD
  2108. Reference Library CD
  2109. System Software CD
  2110. VDEFA(
  2111. (LIST
  2112. VDEFA(
  2113. (LIST
  2114. VDEFA(
  2115. (LIST
  2116. VDEFA(
  2117. (LIST
  2118. (LIST
  2119. PortalFilterB
  2120. SearchFieldC
  2121. SearchFilterD
  2122. PortalFilterCalcE
  2123. ReceivedF
  2124. UpdatedG
  2125. Keywords
  2126. VDEFA(
  2127.     Helvetica
  2128. Geneva
  2129. Palatino
  2130. Chicago
  2131. Verdana
  2132. Arial
  2133. NewRevisedCalcB
  2134.  "new")
  2135.  "New"  
  2136.  "updated") 
  2137.  "Revised" 
  2138.  "" )
  2139. updatedG
  2140. Revised
  2141. AppleScript_OpenB
  2142. t_OpenB
  2143. Pro 3.0 - 4.1F!
  2144. USENGLSH.MPR
  2145. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  2146. ore Choices button, then choo
  2147. Custom FindB
  2148. CustomFind
  2149. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  2150. HTML Text Extractor
  2151.  and 
  2152. PDF Text Extractor
  2153. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  2154. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  2155. 83241T
  2156. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2157.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2158.     Click the Find button. The packages found by your search will appear in t
  2159. 83241 packages list. The full path will be displayed on the right.
  2160. "Custom Search"
  2161. Custom SearchB+
  2162. ) > 0    
  2163. needsE
  2164. networkE
  2165. noteN
  2166. notesI
  2167. All Packages
  2168. 4PM 5.0
  2169. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  2170. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  2171. JK4PM 5 0 Doc.pdf
  2172. 4PM 5.0
  2173. 4PM Library 1 0 Doc.pdf
  2174. 4PMLibrary 1.0
  2175. 4PMLibrary.hK
  2176. Jun 99L
  2177. Jul 99M
  2178. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Aug 00 TC Disk 1
  2179.  - Tool Chest
  2180.  - Testing & Debugging
  2181.  - 4PM 5.0V
  2182. 82753X
  2183. Aug 00^    TC Disk 1
  2184. e    No Change
  2185. Jul 99^
  2186. Excellent CD (I)V
  2187. 37081X
  2188. Excellent CD (I)V
  2189. 27676X
  2190. _DESCRIPTION
  2191. Closing ScreenB
  2192. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  2193. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  2194. Current Selection:{    <<
  2195. ABBF>>
  2196. Double-click for more info.
  2197. Find...
  2198. Open Folder
  2199. Package Info
  2200. Export List
  2201. Find...
  2202. Open Folder
  2203. Package Info
  2204. Export List
  2205. "Any Field"
  2206.     Any FieldC.
  2207. "All Packages"
  2208. All PackagesD
  2209. Find Execute
  2210. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  2211. Tool Chest Edition
  2212. appletalk
  2213. component
  2214. _PortalFilterB
  2215. _PortalSelectionB
  2216. A    _HelpTextB
  2217. PortalFilterCalcB
  2218. C"All Packages" & "
  2219.  "SDK") 
  2220.  "Mac OS SDK Edition"
  2221.  = "TC" 
  2222.  "Tool Chest Edition" 
  2223.  = "RL" 
  2224.  "Reference Library Edition"
  2225.  "SSW")
  2226.  "System Software Edition"  
  2227.  "") & "
  2228. ! & "
  2229.  "new") 
  2230.  "updated") 
  2231.  "New & Revised" 
  2232.  "" )
  2233. All Packages
  2234. Mac OS SDK Edition
  2235. Tool Chest Edition
  2236. Reference Library Edition
  2237. System Software Edition
  2238. updatedG
  2239. New & Revised
  2240. PortalSelectionCalc
  2241. Browser Custom SearchM
  2242. New & RevisedB
  2243. 83241
  2244. To get information about a package on the CD:
  2245.     Click the Browser button below to go to the Browser screen.
  2246.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  2247.     Double-click a title in the Browser list to go to the information screen for that package.
  2248.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  2249. _CustomFindB
  2250. 8script
  2251. scriptable
  2252. search
  2253. sherlock
  2254. softwareI
  2255. tokenI
  2256. token
  2257. ringI
  2258. tokentalk
  2259. video
  2260. postscript
  2261. sample@
  2262. porting
  2263. objective-c
  2264. java@
  2265. simple
  2266. example
  2267. obtain
  2268. mouse
  2269. location
  2270. using
  2271. auditing@
  2272. collection
  2273. developer
  2274. documentation@
  2275. concurrently@
  2276. continuing
  2277. offer
  2278. traditional
  2279. server
  2280. software
  2281. suite
  2282. develop-ers@
  2283. enables@
  2284. gateway@
  2285. hyperdam@
  2286. ischeckedout@
  2287. lost@
  2288. noresdialog
  2289. source
  2290. sample
  2291. illustrating
  2292. dialo@
  2293. prototyping@
  2294. same@
  2295. somewhere@
  2296. stand@
  2297. summary
  2298. sample
  2299. discussion
  2300. detect
  2301. whether
  2302. summary
  2303. virtual
  2304. server
  2305. attempt
  2306. provide
  2307. piece
  2308. inc1@
  2309. ispcexchangeinstalle
  2310. oserr@
  2311. rsrc@
  2312. simpleeditmfc
  2313. umafailure
  2314. getwindowdevice@
  2315. performance
  2316. hardware
  2317. powerpc
  2318. bandwidth
  2319. cache
  2320. rates
  2321. toolkit@
  2322. getnextfond@
  2323. getnextfond@
  2324. Zk^DN=D4876Y^x
  2325. XCB71<ILVWWYZ\]bapfRjafz
  2326. a^~`dn\
  2327. .3VPWmB
  2328. ^Uk[\I?ZvwztmM^
  2329. m]bjrunV=F?8IK;IwG[miyOO81D65E,9ZF`bNLaxsrz
  2330. ~PwJ<f
  2331. oD[VB8"
  2332. )?99GBo
  2333. HH=ZKmER
  2334. GdgVY
  2335. ($*.4AH
  2336. T\]]mkmhgofdoctz
  2337. vsoaTRLLDX
  2338. 3+(&*%'""$#)-,-00/0/-0/.-0/26;7X
  2339. QGMD<K`c
  2340. mmovux|
  2341. ypibdekgdUNVW]ZYaqw{{
  2342. (*959E2]tm_^`^UQTcfjwoPVxkpZM[cdrx{Y]
  2343. oM<]{{y
  2344. \IKda(2fw^&U|tfWMT_g
  2345. [\Yu\I^OGKNPPKC8F?5GK<HvG\jgxPQ80D55F+7[:RaOMbxrtz
  2346. sOt>9f{zb
  2347. cD[WB:*
  2348. 7QBAMFf
  2349. @4!.+D8J
  2350. -%&(=
  2351. TM2?55Tis
  2352. gN@;9935134BM\\ajhdeikpknuMUxgR
  2353. 9M?A@EK\eciqv
  2354. t+@Nh
  2355. stack@
  2356. walltowalldialog
  2357. disposeresource
  2358. debugging
  2359. resource
  2360. handles@
  2361. multi-processing@
  2362. optimizing@
  2363. deleted@
  2364. appleevent@
  2365. @?VabUG2*<20'
  2366. ab>BCEEPMIHT]LKSd
  2367. _OcvxzysldUSb
  2368. rd]c_pmW
  2369. fp\<1Tcbja<i
  2370. gtiUXH5TcJBTGM
  2371. ?(+'2=Ybah_\[^f
  2372. klfWXVXQc_WOa@ATIJSW[WK3/253?O;-A9-&% /%*5ROM;<WM18EQp
  2373. k89U:+*E
  2374. }r~6=eO<,O|?,WdG0?X*fX4N:%#069RbjQM>52>Rn
  2375. g2QJ2+*1CB57!
  2376. LqI@=I`
  2377. |q}jb:$HNSStfkl^
  2378. m"1.t
  2379. {_..>AC@DLQ\]V<-)
  2380. ,&+-/57788;:<6419+Rd_`_[Z^WSO9
  2381. $'()/.0/0110200/
  2382. /0(.1/0!
  2383. %$##$
  2384. /11//10-
  2385. #B=CV6LJ::ZK..3
  2386. $+ %*"
  2387. ,;B5XYd_nMW
  2388. ,^}T2F:4GVR&BTA*.30:/)'-:B><,
  2389. #"#(696*
  2390. "0:Dp
  2391. X4/1;?.+-/"
  2392. ?*,-+-00235:;::;<A?DF=:6
  2393. 2)7*#<:5..)*&I
  2394. sBcfz
  2395. }`,(33539>GPMN8)%
  2396. !#'.-,..001)((4+Sd`a`\[`YTP:"##%())//0012
  2397. 101101(.101"
  2398. /210010-
  2399. $ 5;GG2=B2<H=u0 %%'
  2400. vjO+"Ev
  2401. avE:Lm?hzn?GJFed]bZbi^bfNJUPQW^_bn]TM\kq
  2402. $%()+-
  2403. 022658:30,*%#$
  2404. rknpsxy|}
  2405. }vojU+0BDGDINT_^[>-+
  2406. -(,.1899;:<
  2407. <?985<,IYVWVQPTNJF3
  2408. !#$$**+*
  2409. ,+--+,$),+,
  2410. *--++-,(
  2411. -&&* '.#
  2412. $!('16'.2((7:0!%%&
  2413. ~|ug[F#
  2414. X6N:2EZ(EZJ+042?6//0>*EAB5$"$)(*/:>?0&&4AJv
  2415. _834?H;77=)w
  2416. query
  2417. quick
  2418. quick
  2419. intro
  2420. quick
  2421. start
  2422. quickdraw
  2423. quickdraw
  2424. v1.5.2
  2425. quickdraw
  2426. quickdraw
  2427. quickdraw
  2428. update
  2429. quickdraw
  2430. first
  2431. quickdraw3d
  2432. quickdraw3drave
  2433. quicksort
  2434. quicksort
  2435. quickstart
  2436. quicktake
  2437. quicktake
  2438. documentation
  2439. quicktake
  2440. marketing
  2441. items
  2442. quicktake
  2443. first
  2444. quicktake/macintosh
  2445. quicktake/macintosh
  2446. image
  2447. quicktake/windows
  2448. quicktake/windows
  2449. quicktime
  2450. javao
  2451. quicktime
  2452. textp
  2453. quicktime
  2454. quicktime
  2455. xcmds
  2456. alias
  2457. quite
  2458. aedaemone
  2459. r13u5
  2460. r14a1
  2461. r14b1
  2462. r15d1
  2463. uOUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:PcDev.CD Aug 00 TC Disk 2
  2464.  - Sample Code
  2465.  - QuickTime
  2466.  -  All Java
  2467.  - QuickTime for Java
  2468.  - QTEffectsV
  2469. 83509X
  2470. Aug 00^    TC Disk 2
  2471. --set theItem to choose file -- uncomment to test in an AS editor
  2472.     tell application "Finder"
  2473.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:"
  2474.         activate
  2475.     end tell
  2476. on error errMsg number errNum
  2477.     --enter statements to perform when no records are found such as...
  2478.     display dialog "Sorry, the item you selected could not be found."
  2479.     return
  2480. end try
  2481. e    No Changef
  2482. QuickTime
  2483. Dev.CD Aug 00 TC Disk 2
  2484. All Packages
  2485. QTEffects Explode
  2486. 83510X
  2487. f--set theItem to choose file -- uncomment to test in an AS editor
  2488.     tell application "Finder"
  2489.         open item "Dev.CD Jan 96 SSW"
  2490.         activate
  2491.     end tell
  2492. on error errMsg number errNum
  2493.     --enter statements to perform when no records are found such as...
  2494.     display dialog "Sorry, the item you selected could not be found."
  2495.     return
  2496. end try
  2497. pictdialog
  2498. picture
  2499. pippin
  2500. pippin
  2501. bandai
  2502. atworld
  2503. atmark
  2504. multimedia
  2505. pixel
  2506. pixelsize
  2507. pixmapr
  2508. pixmap
  2509. direct
  2510. pixel
  2511. access
  2512. getcpixel
  2513. getpixbaseaddr
  2514. copybits
  2515. pixpat
  2516. plaintalk
  2517. plaintalk
  2518. speech
  2519. recognition
  2520. platformR
  2521. platformid
  2522. playback
  2523. player
  2524. playing
  2525. hairline
  2526. postscript
  2527. quickdraw
  2528. setlinewidth
  2529. prgeneral
  2530. print
  2531. printer
  2532. printer
  2533. current
  2534. printing
  2535. printing
  2536. carbon
  2537. carbon
  2538. printing
  2539. carbon
  2540. printing
  2541. manager
  2542. 4.0.8
  2543. 4.5.2
  2544. 4/16R
  2545. 40-60
  2546. 40-bit
  2547. 4400/200
  2548. program
  2549. control
  2550. access
  2551. 512-919-2645
  2552. 512-bit
  2553. 5300{
  2554. 5300c/1005300ce/1173
  2555. 58.1.5
  2556. 5thcolumnB
  2557. 6-158
  2558. 6-164
  2559. 6-bits
  2560. 6.0.4
  2561. 6.0.5
  2562. probably
  2563. probing
  2564. problemW
  2565. problematic
  2566. problems
  2567. procs
  2568. procdoggie
  2569. procdoggie
  2570. blown
  2571. application
  2572. demonstrates
  2573. procedure
  2574. procedures
  2575. proceed
  2576. processN
  2577. processed
  2578. processes
  2579. processing
  2580. All Packages
  2581. System Enabler 003 (LC III)OEDev.CD Apr 94
  2582. Dev.CD Jan 94
  2583. Dev.CD Oct 93
  2584. Dev.CD Jul 93
  2585. Dev.CD Apr 93PDDev.CD Apr 94
  2586. Dev.CD Jan 94
  2587. Dev.CD Oct 93
  2588. Dev.CD Jul 93
  2589. Dev.CD Apr 9V
  2590. 84013X
  2591. Apr 94
  2592. --set theItem to choose file -- uncomment to test in an AS editor
  2593.     tell application "Finder"
  2594.         open item "Dev.CD Apr 94
  2595. Dev.CD Jan 94
  2596. Dev.CD Oct 93
  2597. Dev.CD Jul 93
  2598. Dev.CD Apr 93"
  2599.         activate
  2600.     end tell
  2601. on error errMsg number errNum
  2602.     --enter statements to perform when no records are found such as...
  2603.     display dialog "Sorry, the item you selected could not be found."
  2604.     return
  2605. end try
  2606. All Packages
  2607. System Enabler 003 (LC III)OEDev.CD Apr 94
  2608. Dev.CD Jan 94
  2609. Dev.CD Oct 93
  2610. Dev.CD Jul 93
  2611. Dev.CD Apr 93PDDev.CD Apr 94
  2612. Dev.CD Jan 94
  2613. Dev.CD Oct 93
  2614. Dev.CD Jul 93
  2615. Dev.CD Apr 9V
  2616. 84014X
  2617. Apr 94
  2618.     display dialog "Sorry, the item you selected could not be found."
  2619.     return
  2620. end try
  2621. All Packages
  2622. 601 Processor Upgrade EnablerO
  2623. Dev.CD Jul 95P
  2624. Dev.CD Jul 9V
  2625. 81168X
  2626. application
  2627.     tell application "Finder"
  2628.         open item "Dev.CD Jul 95"
  2629.         activate
  2630.     end tell
  2631. on error errMsg number errNum
  2632.     --enter statements to perform when no records are found such as...
  2633.     display dialog "Sorry, the item you selected could not be found."
  2634.     return
  2635. end try
  2636. All Packages
  2637. 601 Processor Upgrade EnablerO
  2638. Dev.CD Jul 95P
  2639. Dev.CD Jul 9V
  2640. 81170X
  2641. Jul 95
  2642. WebObjects Memory Management by Theresa Ray of Tensor Information Systems
  2643. One of the most difficult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  2644. Advanced Web Site Technique.pdf
  2645. Avoid Audio Pitfalls Guide.pdf
  2646. CompbasedMediaBroadcastEnv
  2647. Creating MIDI for the Web3.pdf
  2648. DeBabelizer 3.0.pdf
  2649. Design For Reuse.pdf
  2650. DesignForRobustness
  2651. Digital Asset Management.pdf
  2652. Digital Storyboard.pdf 
  2653. DVD Development.pdf
  2654. DVD_Primer.pdf
  2655. Enhanced CD Survival Guide.pdf
  2656. EOModeler
  2657. Frameworks.pdf
  2658. Gender-Based Title Creation.pdf
  2659. Int_Media_Writer_Resources.pdf
  2660. Java Survival Guide.pdf
  2661. Making Cool QD3D Apps.pdf
  2662. Music on the Net.pdf
  2663. New Audio Features QT3.pdf
  2664. Porting
  2665. detect
  2666. detecting
  2667. detection
  2668. detective
  2669. detectory
  2670. detectorsy
  2671. detects
  2672. determination
  2673. determine
  2674. determines
  2675. determining
  2676. devanagari
  2677. developb
  2678.       activate
  2679.     end tell
  2680. on error errMsg number errNum
  2681.     --enter statements to perform when no records are found such as...
  2682.     display dialog "Sorry, the item you selected could not be found."
  2683.     return
  2684. end try
  2685. All Packages
  2686. 601 Processor Upgrade EnablerV
  2687. 81173X
  2688. tPNDev.CD Aug 00 TC Disk 2
  2689.  - Sample Code
  2690.  - QuickTime
  2691.  - Basics
  2692.  - QTCreateMovieV
  2693. 83508X
  2694. Aug 00^    TC Disk 2
  2695. --set theItem to choose file -- uncomment to test in an AS editor
  2696.     tell application "Finder"
  2697.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:"
  2698.         activate
  2699.     end tell
  2700. on error errMsg number errNum
  2701.     --enter statements to perform when no records are found such as...
  2702.     display dialog "Sorry, the item you selected could not be found."
  2703.     return
  2704. end try
  2705. e    No Changef(QuickTime
  2706. Video
  2707. Sound
  2708. Track
  2709. Movie
  2710. Createq
  2711. Dev.CD Aug 00 TC Disk 2
  2712. All Packages
  2713. F    QTEffectsI
  2714. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  2715. PlayQTEffectApp.zip
  2716. QTEffect
  2717. README.txt
  2718. Feb 00
  2719. 3509X
  2720. 1e    No Change
  2721. Advanced Web Site Technique.pdf
  2722. Avoid Audio Pitfalls Guide.pdf
  2723. CompbasedMediaBroadcastEnv
  2724. Creating MIDI for the Web3.pdf
  2725. DeBabelizer 3.0.pdf
  2726. Design For Reuse.pdf
  2727. DesignForRobustness
  2728. Digital Asset Management.pdf
  2729. Digital Storyboard.pdf 
  2730. DVD Development.pdf
  2731. DVD_Primer.pdf
  2732. Enhanced CD Survival Guide.pdf
  2733. EOModeler
  2734. Frameworks.pdf
  2735. Gender-Based Title Creation.pdf
  2736. Int_Media_Writer_Resources.pdf
  2737. Java Survival Guide.pdf
  2738. Making Cool QD3D Apps.pdf
  2739. Music on the Net.pdf
  2740. New Audio Features QT3.pdf
  2741. Porting
  2742. kObjectiveCtoJava
  2743. Push Tech Survival Gd.pdf
  2744. QT3-More Than Dig. Video.pdf
  2745. Simplified Stream Audio.pdf
  2746. Web Animation Guide.pdf
  2747. WebObjects Database Part I.pdf
  2748. WebObjects Database Part II.pdf
  2749. WebObjects Memory Mgmt.pdf
  2750. WebObjects Tools and Techniques
  2751. WebObjectsCategories&Posers.pdf
  2752. WebObjectsPerformanceTuning
  2753. Working with WebObjects.pdf
  2754. Writing for Interactive Media
  2755. queue
  2756. quick
  2757. quickdraw
  2758. quickdraw
  2759. windows
  2760. metafile
  2761. quickdraw
  2762. calccmask
  2763. calcmask
  2764. seedcfill
  2765. seedfill
  2766. search
  2767. 7.0.1P
  2768. 7.0fo
  2769. 7.1p2
  2770. 7.1p5
  2771. 7.1p6
  2772. 7.5.5
  2773. 7edit
  2774. 7.0.1P
  2775. 8.5.1gm
  2776. interaction
  2777. samplea
  2778. sample
  2779. applicationsb
  2780. toolsc
  2781. terminology
  2782. 3/92d
  2783. aecdev/aedaemon
  2784. aecoercion
  2785. aegizmosg
  2786. aegizmos
  2787. 1.4.2g
  2788. aetrackerh
  2789. aetracker
  2790. aevti
  2791. dcmdi
  2792. aiffk
  2793. writer
  2794. sdevk
  2795. aiffwriter
  2796. alawm
  2797. scomm
  2798. aliasn
  2799. alias
  2800. javao
  2801. --set theItem to choose file -- uncomment to test in an AS editor
  2802.     tell application "Finder"
  2803.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  2804.         activate
  2805.     end tell
  2806. on error errMsg number errNum
  2807.     --enter statements to perform when no records are found such as...
  2808.     display dialog "Sorry, the item you selected could not be found."
  2809.     return
  2810. end try
  2811. ackages
  2812. 601 Processor Upgrade EnablerO
  2813. Dev.CD Jul 95P
  2814. Dev.CD Jul 9V
  2815. 81174X
  2816. Jul 95
  2817. b--set theItem to choose file -- uncomment to test in an AS editor
  2818.     tell application "Finder"
  2819.         open item "Dev.CD Jul 95"
  2820.         activate
  2821.     end tell
  2822. on error errMsg number errNum
  2823.     --enter statements to perform when no records are found such as...
  2824.     display dialog "Sorry, the item you selected could not be found."
  2825.     return
  2826. end try
  2827. All Packages
  2828. 7.0foV
  2829. 81175X
  2830. se    No Changeq
  2831. Dev.CD Aug 00 TC Disk 2
  2832. All Packages
  2833. QTCreateMovie
  2834. CreateMovie is a sample application that demonstrates how to use the QuickTime APIs to create a very simple QuickTime movie with both a video track and a sound track.
  2835. CreateMovie is based largely on the sample code included in Inside Macintosh:QuickTime, starting with pg. 2-45.
  2836. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  2837. Building QT Samples
  2838. CreateMovie.c
  2839. CreateMovie.h
  2840. CreateMovie.rsrc
  2841. MacPrefix.h
  2842. QTCreateMovie 68k
  2843. QTCreateMovie 68k.mcp
  2844. QTCreateMovie PPC
  2845. QTCreateMovie PPC.mcp
  2846. QTCreateMovie Win.mcp
  2847. QTCreateMovie.exe
  2848. QTCreateMovie.mak
  2849. QTSound.c
  2850. QTSound.h
  2851. QTVideo.c
  2852. QTVideo.h
  2853. READ ME.txt
  2854. WinPrefix.h
  2855. N-QuickTime, Video, Sound, Track, Movie, CreateOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:V
  2856. 83508X
  2857. 1e    No Change
  2858. ~--set theItem to choose file -- uncomment to test in an AS editor
  2859.     tell application "Finder"
  2860.         open item "Dev.CD Apr 94
  2861. Dev.CD Jan 94
  2862. Dev.CD Oct 93"
  2863.         activate
  2864.     end tell
  2865. on error errMsg number errNum
  2866.     --enter statements to perform when no records are found such as...
  2867.     display dialog "Sorry, the item you selected could not be found."
  2868.     return
  2869. end try
  2870. manager'sf
  2871. manager-related
  2872. managers
  2873. managing
  2874. managmentw
  2875. manalyzer
  2876. mananger
  2877. manger
  2878. manipulate
  2879. arkets
  2880. turnedA
  2881. turning
  2882. turns
  2883. turtle
  2884. tutorial
  2885. tview
  2886. tween
  2887. tweening
  2888. twice
  2889. twiddle
  2890. twindow
  2891. twindows
  2892. twisted
  2893. twists
  2894. developer
  2895. newsz
  2896. apple
  2897. share
  2898. authentication
  2899. pbvolumemount
  2900. appleeventa
  2901. appleevent
  2902. interaction
  2903. aeinteractwithusera
  2904. appleevent
  2905. manager
  2906. coercionf
  2907. appleeventsO
  2908. appleevents
  2909. applescript
  2910. appleevent
  2911. object
  2912. model
  2913. appleevents
  2914. applescript
  2915. scriptable
  2916. editorO
  2917. appleglot
  2918. appleglot
  2919. localization
  2920. internationalization
  2921. translation
  2922. applescriptO
  2923. applescript
  2924. apple
  2925. events
  2926. aegizmosg
  2927. qtcode
  2928. qtcode
  2929. qtcode
  2930. qtcreatemovie
  2931. qtcreatemovie
  2932. qtcreatemovie
  2933. qtcreatemovie
  2934. qtcreatemovie
  2935. qtcreatemovie
  2936. qtcreatemovie
  2937. qtcreatemovie
  2938. qtdevdocs
  2939. qteffect
  2940. qteffects
  2941. qteffects
  2942. qteffects
  2943. qteffects
  2944. project
  2945. qtfiletransfer
  2946. qtfiletransfer
  2947. qtfiletransfer
  2948. qtflattentohandle
  2949. qtflattentohandle
  2950. qtflattentohandle
  2951. qtforjava
  2952. qtframestepper
  2953. qtframestepper
  2954. qtframestepper
  2955. qtfullscreen
  2956. qtfullscreen
  2957. qtfullscreen
  2958. qtgraphimp
  2959. qtgraphimp
  2960. qtgraphimp
  2961. qthintmovies
  2962. qthintmovies
  2963. qthintmovies
  2964. qtime
  2965. qtime
  2966. qtinternals
  2967. qtinternals
  2968. qtinternals
  2969. qtjava
  2970. qtjava
  2971. qtjavadocs
  2972. qtjavasdk
  2973. qtlogo
  2974. qtlogo
  2975. qtmissingcomp
  2976. qtmissingcomp
  2977. qtmissingcomp
  2978. extractor
  2979. faceless
  2980. family
  2981. fcode
  2982. features
  2983. fetch
  2984. field
  2985. folder
  2986. multiprocessor
  2987. manager
  2988. sample
  2989. sharing
  2990. shared
  2991. volumes
  2992. hJU Readme - Translation Mgr SDK
  2993. (Obsolete)
  2994. Document Converter
  2995. Documentation
  2996. Sample CodeK
  2997. Aug 98M
  2998. Code Warrior Pro 2 -or- ETO
  2999. 23N+easy open, translation manager, translationO?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Jul 00 SDK1
  3000.  - Development Kits
  3001.  - Mac OS
  3002.  - Translation ManagerV
  3003. 84264X
  3004. Jul 00^
  3005. --set theItem to choose file -- uncomment to test in an AS editor
  3006.     tell application "Finder"
  3007.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  3008.         activate
  3009.     end tell
  3010. on error errMsg number errNum
  3011.     --enter statements to perform when no records are found such as...
  3012.     display dialog "Sorry, the item you selected could not be found."
  3013.     return
  3014. end try
  3015. e    No Changef)easy open
  3016. translation manager
  3017. translationq
  3018. Dev.CD Jul 00 SDK1
  3019. All Packages
  3020. TubeTest
  3021. 84265X
  3022. e    No Changef)sound
  3023. sample rate
  3024. SoundConvert
  3025. Dev.CD Aug 00 TC Disk 2
  3026. All Packages
  3027. SoundConverter
  3028. SoundConverter a very simple application that shows how to use the Sound Converter API and how to place audio data in a movie. The destination format parameters are hard coded in this sample.
  3029. SoundConverter simply creates some uncompressed data (a sine wave at the pitch convert A), converts it to the hard-coded format (which can be any audio format supported by QuickTime 4.0 and Sound Manager 3.4), and places the data in a movie.
  3030. Application Files
  3031. Building QT Samples
  3032. Common Files
  3033. README
  3034. SoundConverter 68k
  3035. SoundConverter 68k.mcp
  3036. SoundConverter PPC
  3037. SoundConverter PPC.mcp
  3038. SoundConverter Win.mcp
  3039. SoundConverter.c
  3040. SoundConverter.exe
  3041. SoundConverter.h
  3042. SoundConverter.makOMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:V
  3043. 83868X
  3044. 1e    No Change
  3045. window
  3046. osh Display Card 8
  3047. 24GC.
  3048. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  3049. 24GC.J
  3050. 24 GC
  3051. 24GC READMEK
  3052. Jan 92M
  3053. Apple Macintosh Display Card 8
  3054. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  3055. VideoOIDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  3056. 24GC 7.0:PTDev.CD Nov 99 TC
  3057.  - Tool Chest
  3058.  - Hardware
  3059.  - Display & Video Hardware
  3060. 24GC 7.0V
  3061. 81177X
  3062. Nov 99^
  3063.  QT3DTween.c. 
  3064. The remaining files in this folder are part of the general 
  3065. Mac and Windows support code.
  3066. USING QT3DTween
  3067. Launch the application and select either "Use Camera Tweening" 
  3068. or "Use Rotation Tweening" (or both) from the Test menu. 
  3069. Then select the menu item "Create 3D Tween Movie". 
  3070. A window will appear asking you to select a 3DMF file 
  3071. (a sample 3DMF file is included, but you can choose any 3DMF file). 
  3072. Once a 3DMF file is selected, the selection window will go awaD
  3073. you'll then be asked to select a destination for the new movie. 
  3074. Open the newly created movie and play the movie.
  3075. Enjoy,
  3076. QuickTime Team
  3077. Application Files
  3078. Common Files
  3079. QT3DTween.c
  3080. QT3DTween.dsp
  3081. QT3DTween.dsw
  3082. QT3DTween.exe
  3083. QT3DTween.h
  3084. QT3DTween.mak
  3085. README.txt
  3086. Red Chair.3dmfODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Aug 00 TC Disk 2
  3087.  - Sample Code
  3088.  - QuickTime
  3089.  - Goodies
  3090.  - QT3DTween.win
  3091. appropriately
  3092. approval
  3093. approved
  3094. approximate
  3095. approximately
  3096. approximations
  3097. appstogo
  3098. appwannabe
  3099. april{
  3100. arabe
  3101. arabic
  3102. arbitraryj
  3103. arbitrate
  3104. arbitration
  3105. arcade
  3106. arcellana
  3107. found."
  3108.     return
  3109. end try
  3110. 83506X
  3111. Aug 00^    TC Disk 2
  3112. --set theItem to choose file -- uncomment to test in an AS editor
  3113.     tell application "Finder"
  3114.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:"
  3115.         activate
  3116.     end tell
  3117. on error errMsg number errNum
  3118.     --enter statements to perform when no records are found such as...
  3119.     display dialog "Sorry, the item you selected could not be found."
  3120.     return
  3121. end try
  3122. e    No Changeq
  3123. Dev.CD Aug 00 TC Disk 2
  3124. All Packages
  3125. qtaddeffectsegI
  3126. This sample code illustrates how to use add video effects to segments of movies. See the top of the file AddEffectSegment.c for more details.J@AddEffectSegment.c
  3127. AddEffectSegment.h
  3128. Building QT Samples
  3129. READMEOEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:PPDev.CD Aug 00 TC Disk 2
  3130.  - Sample Code
  3131.  - QuickTime
  3132.  - Goodies
  3133.  - qtaddeffectsegV
  3134. 83507X
  3135. Aug 00^    TC Disk 2
  3136. e    No Change
  3137. QT3DTween is a sample application that creates a QuickTime movie 
  3138. containing both a 3D track and a tween track. The 3D track is created 
  3139. by reading data from any 3DMF file. The tween track contains 
  3140. QuickDraw3D camera data. The camera data in the tween track 
  3141. specifies both an initial position for the camera and a final 
  3142. position for the camera. The result of the tween track can be 
  3143. seen as the movie is played: the objects in the scene will appear 
  3144. to move. 
  3145. The code is based on
  3146.  the QuickTime 3.0 APIs. Please note that 
  3147. all QuickTime atom data must be in big-endian format. The code 
  3148. makes use of the QuickTime 3.0 endian format conversion routines 
  3149. contained in the interface file Endian.h to do any required 
  3150. translations.
  3151. Note also the code contains very limited error checking. 
  3152. It's up to you to add the appropriate error-handling routines.
  3153. QT3DTween can be compiled and run under the MacOS and under Windows. 
  3154. The main tweening code is found in the file
  3155. textfile
  3156. textintlsvcs
  3157. textoid
  3158. textoid
  3159. textres
  3160. textres
  3161. texttotypeintlcoerci
  3162. texttotypeintlcoerci
  3163. texture
  3164. texture
  3165. sample
  3166. textures
  3167. browsermaker
  3168. moviebrowser
  3169. moviebrowser
  3170. sighyper
  3171. hytime
  3172. snarfer
  3173. snarfer
  3174. snarfer
  3175. user's
  3176. guide
  3177. sound
  3178. manager
  3179. fully
  3180. themes
  3181. things
  3182. think
  3183. think
  3184. controlkeytest
  3185. controller
  3186. controllers
  3187. controls
  3188. controls/events
  3189. controlstriplib
  3190. controlstripsample
  3191. controlstripsample
  3192. controlstripsample
  3193. controlstripsample
  3194. controlstripsample
  3195. coursesS
  3196. createcopy
  3197. createcopy
  3198. creator
  3199. creator
  3200. registration
  3201. dropped
  3202. dropping
  3203. dropprint
  3204. dropprint
  3205. demonstrates
  3206. method
  3207. identifying
  3208. attached
  3209. drops
  3210. dsp/opengl
  3211. dspcontext
  3212. dspgetversion
  3213. dspuserselectcontext
  3214. dstspec
  3215. utilities
  3216. collection
  3217. utilities
  3218. sample
  3219. dtscpluslibrary
  3220. dtscpluslibrary
  3221. mini-framework
  3222. small
  3223. simple
  3224. dudes
  3225. dummy
  3226. dumped
  3227. dumpnetworksetup
  3228. dumpnetworksetup
  3229. dumps
  3230. entire
  3231. contents
  3232. network
  3233. dumps
  3234. dumpster
  3235. duplicate
  3236. during_
  3237. dutch
  3238. dykstra-erickson
  3239. dylan
  3240. dynamic
  3241. environment
  3242. eomodeler
  3243. error
  3244. essentials
  3245. european
  3246. european
  3247. distributors
  3248. localizers
  3249. evenbetterbuserror
  3250. evenbetterbuserror
  3251. event~
  3252. example
  3253. examplecodec
  3254. examples
  3255. exchange
  3256. expand
  3257. explained
  3258. explode
  3259. extractor
  3260. f/macos8
  3261. falkenburg's
  3262. fastditherusingqt
  3263. features
  3264. synchronization
  3265. system
  3266. manager
  3267. files
  3268. filesharingon
  3269. filters
  3270. content
  3271. extractor
  3272. finder
  3273. finderdragpro
  3274. finderevents
  3275. finderevents
  3276. finderheaps
  3277. finderlaunch
  3278. findfamilies
  3279. findprinter
  3280. findserialports
  3281. findsysfolder
  3282. floatingpoint
  3283. editor
  3284. folder
  3285. folder
  3286. watching
  3287. fonts
  3288. fonts
  3289. 6.0.4
  3290. dragwindowgrid
  3291. sample
  3292. showing
  3293. write
  3294. function
  3295. fRscrolling edit text items
  3296. scrolling
  3297. user pane
  3298. user pane items
  3299. control managerq
  3300. Dev.CD Aug 00 TC Disk 2
  3301. All Packages
  3302. SCSI Async SampleI
  3303. SCSI Async Sample is a simple sample that illustrates asynchronous I/O using SCSI Manager 4.3. It allows you to create independent I/O "threads" that use the asynchronous capabilities of SCSI Manager 4.3 to carry out asynchronous device read operations.J
  3304. MakeFile
  3305. Read Me
  3306. Scsi Async Sample
  3307. SCSI Async Sample MPW
  3308. SCSI Async Sample MWC
  3309. SCSI Async Sample MWC.SYM
  3310. SCSI Async Sample.
  3311. .rsrc
  3312. SCSIAsyncSample.
  3313. SCSIAsyncSample.
  3314. .rsrc
  3315. SCSIAsyncSample.
  3316. SCSIAsyncSample.
  3317. .rsrc
  3318. SCSI Manager 4.3N3SCSI, SCSI Manager, asynchronous, SCSI Async SampleOPDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Async Sample:P[Dev.CD Aug 00 TC Disk 1
  3319.  - Sample Code
  3320.  - Devices and Hardware
  3321.  - SCSI
  3322.  - SCSI Async SampleV
  3323. 83790X
  3324. Aug 00^    TC Disk 1
  3325. e    No Change
  3326. papserverutilities
  3327. papworkstation
  3328. papworkstation
  3329. O]Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTStreamingApplet:PkDev.CD Aug 00 TC Disk 2
  3330.  - Sample Code
  3331.  - QuickTime
  3332.  -  All Java
  3333.  - QuickTime for Java
  3334.  - QTStreamingAppletV
  3335. 83534X
  3336. Aug 00^    TC Disk 2
  3337. --set theItem to choose file -- uncomment to test in an AS editor
  3338.     tell application "Finder"
  3339.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTStreamingApplet:"
  3340.         activate
  3341.     end tell
  3342. on error errMsg number errNum
  3343.     --enter statements to perform when no records are found such as...
  3344.     display dialog "Sorry, the item you selected could not be found."
  3345.     return
  3346. end try
  3347. e    No Changef
  3348. QuickTime
  3349. Dev.CD Aug 00 TC Disk 2
  3350. All Packages
  3351. QTStreamMsgIwThis snippet shows a few ways to work with the messages that are displayed in the controller bar of a streaming movie.
  3352. J6Building QT Samples
  3353. QTStreamMsg.c
  3354. QTStreamMsg.h
  3355. READMEV
  3356. 83535X
  3357. 1e    No Change
  3358. rtest
  3359. metrics
  3360. quicktime
  3361. compress
  3362. decompress
  3363. quicktime
  3364. quickview
  3365. appleevent
  3366. ethernet
  3367. ramdisk
  3368. rapid
  3369. rapid
  3370. application
  3371. development
  3372. raster
  3373. ratesA
  3374. rawip
  3375. rawmode
  3376. reader
  3377. readlocation
  3378. readsector
  3379. readsector
  3380. msdos
  3381. reality
  3382. reassembler
  3383. receive
  3384. receives
  3385. recognition
  3386. reconfiguration
  3387. record
  3388. record
  3389. sound
  3390.  AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  3391. AppleSearch:
  3392. AppleShare:
  3393. AppleTalk Remote Access:
  3394. IP Gateway:
  3395. Network Server Dev. Guide:K
  3396. Jul 92L
  3397. Jun 95M
  3398. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  3399. 81181X
  3400. Deleted
  3401. qJCheaders
  3402. QDesign Decom
  3403. QDesign_decomp readme
  3404. QDesign_decomp.
  3405. sourceOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:P[Dev.CD Aug 00 TC Disk 2
  3406.  - Sample Code
  3407.  - QuickTime
  3408.  - Music and Sound
  3409.  - QT QDesign decompV
  3410. 83505X
  3411. Aug 00^    TC Disk 2
  3412. --set theItem to choose file -- uncomment to test in an AS editor
  3413.     tell application "Finder"
  3414.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:"
  3415.         activate
  3416.     end tell
  3417. on error errMsg number errNum
  3418.     --enter statements to perform when no records are found such as...
  3419.     display dialog "Sorry, the item you selected could not be found."
  3420.     return
  3421. end try
  3422. e    No Changeq
  3423. Dev.CD Aug 00 TC Disk 2
  3424. All Packages
  3425. F    QT3DTween
  3426. 83506X
  3427.  99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  3428.  - Programs & Marketing
  3429.  - About Developer University
  3430. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  3431. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  3432. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  3433.    [1] UnmountVol (via MoreFi
  3434.    [2] sending an AppleEvent to Finder
  3435.    [3] a combination of emptying the trash and MoreFiles
  3436. A successful unmounting algorithm might choose to use more than one of these techniques.
  3437. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  3438. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  3439. movie's
  3440. moviebrowser
  3441. moviecontroller
  3442. movieexportadddataso
  3443. movieexportfromproce
  3444. to choose file -- uncomment to test in an AS editor
  3445.     tell application "Finder"
  3446.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  3447.         activate
  3448.     end tell
  3449. on error errMsg number errNum
  3450.     --enter statements to perform when no records are found such as...
  3451.     display dialog "Sorry, the item you selected could not be found."
  3452.     return
  3453. end try
  3454. Deletedf-ESD
  3455. AppleSearch
  3456. AppleShare
  3457. IP Gatewayq
  3458. Dev.CD Dec 99 RL Disk 1
  3459. All Packages
  3460. ADB Analyzer 1.0D6
  3461. 81182X
  3462. pe    No Changef
  3463. QuickTime
  3464. movie
  3465. structures
  3466. Dev.CD Aug 00 TC Disk 2
  3467. All Packages
  3468. QT QDesign decomp
  3469. QDesign decompression information:
  3470. Version 1.0.1 fixes a hard coded constant, the source format (inputFormat.format),
  3471. to be read from the AIFF file decompression atom instead.  This fixes a bug where
  3472. not all QDesign sounds would decompress.
  3473. This sample is designed to show you how to create the required QuickTime atom and send
  3474. it to the QDesign decompression codecs so that you can decompress QDesign compressed
  3475. AIFF files using the Sound Manager's SoundConvert routines and the QuickTime QD
  3476. Cesign
  3477. codecs.
  3478. This sample also shows a tecnique of playing a sound that doesn't rely on doing any
  3479. work, other than setting a flag, at interrupt time.  Use this tecnique if you want to
  3480. be a friendly application, but not if you can't stand to have sound dropouts.
  3481. The interesting bits are in PlaySound and SoundCallBackFcn.
  3482. 83505X
  3483. 1e    No Change
  3484. y: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  3485. Features: User can specify an ADB command to trigger the capture.
  3486. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  3487. ADB AnalyzerK
  3488. Mar 92M%Mac SE or later machine for the host.OPDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:P[Dev.CD Aug 00 TC Disk 1
  3489.  - Tool Chest
  3490.  - Devices
  3491.  - Apple Desktop Bus
  3492.  - ADB Analyzer 1.0d6
  3493. he version information in the problem description and send to:
  3494.            Internet:  apple.bugs@applelink.apple.com
  3495.            AppleLink:  APPLE.BUGS
  3496. See the document " READ ME FIRST!" for details.
  3497.  READ ME FIRST!
  3498. Bug Reporting
  3499. English SR 1.5 Installer
  3500. Speech Recognition Manager Docs
  3501. SR 1.5 Interfaces & Lib
  3502. SR Files
  3503. SR Sample Code
  3504. SRLanguageModeler
  3505. What's new in SR 1.5.1K
  3506. Feb 96L
  3507. Jan 97M
  3508. Power Macintosh computers with 16-bit sound-in running System 7.5 or later, and on PowerPC-based PowerBooks with 16-bit sound-in running System 7.5 or later.N"PlainTalk, Speech Recognition, ASROFDev.CD Jul 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Jul 00 SDK1
  3509.  - Development Kits
  3510.  - Mac OS
  3511.  - Speech Recognition ManagerW
  3512. support's
  3513. supported
  3514. switching
  3515. symbolh
  3516. symbols
  3517. qdmediamaker
  3518. qdmmaker
  3519. qdmmaker
  3520. qdmmaker
  3521. qdmmaker
  3522. qdmmaker
  3523. qdmmaker
  3524. qdmmaker
  3525. qdmmaker
  3526. qdmmaker
  3527. qdrawhandler
  3528. qdrawhandler
  3529. qdrawhandler
  3530. qdrawhandler
  3531. qdrawhandler
  3532. qdrawhandlerdispatch
  3533. qdrawhandlerdispatch
  3534. qdrawmhdlr
  3535. qdrawmhdlr
  3536. qdrawmhdlr
  3537. qdrawmhdlr
  3538. qdrawmhdlr
  3539. qdrawmhdlr
  3540.  selected could not be found."
  3541.     return
  3542. end try
  3543. Movedf
  3544. keyboard map adbq
  3545. Dev.CD Aug 00 TC Disk 2
  3546. All Packages
  3547. ADB Parser 5.0.7
  3548. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  3549. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  3550. Jun 92L
  3551. Dec 92V
  3552. 81184X
  3553. 1e    No Change
  3554. QT Internals is a simple QuickTime application that dumps information about  the movie structures. Open movies and use the menu entries for displaying information in a text window.J
  3555. About DTSQTUtilities
  3556. DTSQTUtilities.c
  3557. DTSQTUtilities.h
  3558. Mac Framework
  3559. QT Internals - 68k.
  3560. QT Internals - PPC.
  3561. QTInternals - 68k
  3562. QTInternals - PPC
  3563. QTInternals.c
  3564. QTInternals.h
  3565. READMEM    QuickTimeN
  3566. QuickTime, movie, structures
  3567. OCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:PNDev.CD Aug 00 TC Disk 2
  3568.  - Sample Code
  3569.  - QuickTime
  3570.  - Goodies
  3571.  - QT InternalsV
  3572. 83504X
  3573. Aug 00^    TC Disk 2
  3574. --set theItem to choose file -- uncomment to test in an AS editor
  3575.     tell application "Finder"
  3576.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:"
  3577.         activate
  3578.     end tell
  3579. on error errMsg number errNum
  3580.     --enter statements to perform when no records are found such as...
  3581.     display dialog "Sorry, the item you selected could not be found."
  3582.     return
  3583. end try
  3584. private
  3585. stack
  3586. switch
  3587. snifferq
  3588. Dev.CD Aug 00 TC Disk 2
  3589. All Packages
  3590. F    SyncCatchI
  3591. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  3592. Read Me
  3593. SyncCatchK
  3594. Jun 98L
  3595. Jan 00M
  3596. MacsBugN
  3597. Interrupt Time, Debugging, ToolOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:SyncCatch 2.1:PMDev.CD Aug 00 TC Disk 1
  3598.  - Tool Chest
  3599.  - Testing & Debugging
  3600.  - SyncCatch 2.1V
  3601. 83898X
  3602. Aug 00^    TC Disk 1
  3603. --set theItem to choose file -- uncomment to test in an AS editor
  3604.     tell application "Finder"
  3605.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  3606.         activate
  3607.     end tell
  3608. on error errMsg number errNum
  3609.     --enter statements to perform when no records are found such as...
  3610.     display dialog "Sorry, the item you selected could not be found."
  3611.     return
  3612. end try
  3613. work-around
  3614. work-arounds
  3615. work-flow
  3616. workable
  3617. workaround
  3618. workarounds
  3619. workbook
  3620. workers
  3621. workflows
  3622. workgroupT
  3623. working{
  3624. workings
  3625. works
  3626. works
  3627. under
  3628. appearance
  3629. workshop
  3630. workstation
  3631. workstations
  3632. worldS
  3633. world's
  3634. worlds
  3635. worldscript
  3636. worldwide
  3637. worldwrite
  3638. worry
  3639. would
  3640. wouldn't
  3641. sample
  3642. which
  3643. demonstrates
  3644. ethernet
  3645. driver
  3646. Dec 92M
  3647. 6.0.6 or later.ONDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:PYDev.CD Aug 00 TC Disk 1
  3648.  - Tool Chest
  3649.  - Devices
  3650.  - Apple Desktop Bus
  3651.  - ADB Parser 5.0.7V
  3652. 81184X
  3653. Aug 00^    TC Disk 1
  3654. --set theItem to choose file -- uncomment to test in an AS editor
  3655.     tell application "Finder"
  3656.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:"
  3657.         activate
  3658.     end tell
  3659. on error errMsg number errNum
  3660.     --enter statements to perform when no records are found such as...
  3661.     display dialog "Sorry, the item you selected could not be found."
  3662.     return
  3663. end try
  3664. e    No Changeq
  3665. Dev.CD Aug 00 TC Disk 1
  3666. All Packages
  3667. ADBReInit 1.0I
  3668. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.K
  3669. Sep 92V
  3670. 81185X
  3671. 1e    No Change
  3672. M.Mac OS 8.1 or later. MPW, THINK C, CodeWarriorN
  3673. Sample, Code, DTSO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  3674.  - Sample CodeV
  3675. about
  3676. dumpnetworksetup
  3677. about
  3678. getsetoptions
  3679. about
  3680. listmania
  3681. about
  3682. nocopyreceives
  3683. about
  3684. otendpointinfo
  3685. about
  3686. otfindserialports
  3687. about
  3688. otlookupnametest
  3689. about
  3690. sample
  3691. about
  3692. procdoggie
  3693. about
  3694. simple
  3695. server
  3696. about
  3697. traceroute
  3698. sample
  3699. aecdev-aedaemone
  3700. aecoercioninitf
  3701. aegizmosg
  3702. asyncdriversample
  3703. before
  3704. using
  3705. registration
  3706. chromakey
  3707. movie
  3708. createdirwcusticon
  3709. defprocs
  3710. defprocs
  3711. drivergestaltexplore
  3712. filesharingison
  3713. first
  3714. Application Files
  3715. Building QT Samples
  3716. Common Files
  3717. QDMediaMaker.mak
  3718. QDMMaker 68k
  3719. QDMMaker 68k.mcp
  3720. QDMMaker PPC
  3721. QDMMaker PPC.mcp
  3722. QDMMaker Win.mcp
  3723. QDMMaker.c
  3724. QDMMaker.exe
  3725. QDMMaker.h
  3726. README
  3727. Untitled.movOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:PMDev.CD Aug 00 TC Disk 2
  3728.  - Sample Code
  3729.  - QuickTime
  3730.  - Codecs
  3731.  - QDMediaMakerV
  3732. 83503X
  3733. Aug 00^    TC Disk 2
  3734. --set theItem to choose file -- uncomment to test in an AS editor
  3735.     tell application "Finder"
  3736.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:"
  3737.         activate
  3738.     end tell
  3739. on error errMsg number errNum
  3740.     --enter statements to perform when no records are found such as...
  3741.     display dialog "Sorry, the item you selected could not be found."
  3742.     return
  3743. end try
  3744. e    No Changeq
  3745. Dev.CD Aug 00 TC Disk 2
  3746. All Packages
  3747. QT InternalsV
  3748. 83504X
  3749.  movie.JWAddFrameToMovie
  3750. AddFrameToMovie.c
  3751. AddFrameToMovie.mcp
  3752. AddFrameToMovie.rsrc
  3753. Sample MovieM    QuickTime    No Change
  3754. developingW
  3755. developmentw
  3756. developments{
  3757. devfeedback
  3758. devicel
  3759. device's
  3760. deviceloop
  3761. devicesW
  3762. devon
  3763. devsupport
  3764. devworld
  3765. animatepalette
  3766. animation
  3767. antlr
  3768. olr.qtx. Move that .qtx file into the System folder in the Windows folder. (You may need to edit the .bat file if the Rez and RezWack utilities are not located in the folder QuickTimeSDK\QTDevWin\Tools.)
  3769. If you are using MS-Dev, just build the project and then run the batch file QDrawMHdlr.rez.bat; move the .qtx file as described in the preceding paragraph.
  3770. Enjoy!
  3771. Building QT Samples
  3772. dllmain.c
  3773. MacPrefix.h
  3774. MacPrefixRez68K.h
  3775. MacPrefixRezPPC.h
  3776. QDMediaCommon.h
  3777. QDrawHandler.c
  3778. QDrawHandler.h
  3779. QDrawHandler.l
  3780. QDrawHandler.r
  3781. QDrawHandlerDispatch.h
  3782. QDrawMHdlr 68K
  3783. QDrawMHdlr PPC
  3784. QDrawMHdlr.dll
  3785. QDrawMHdlr.mcp
  3786. QDrawMHdlr.rez.bat
  3787. README
  3788. WinPrefix.h
  3789. ODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:PODev.CD Aug 00 TC Disk 2
  3790.  - Sample Code
  3791.  - QuickTime
  3792.  - Codecs
  3793.  - QDMediaHandler
  3794. paragraph
  3795. parallels
  3796. parametera
  3797. parameters
  3798. paramount
  3799. paraphernalia
  3800. parent
  3801. parrt
  3802. parse
  3803. parsefullpathname
  3804. parserW
  3805. parses
  3806. parsing
  3807. parsons
  3808. part{
  3809. partial
  3810. participation
  3811. fixing
  3812. fkey's
  3813. ddhtactionsZ
  3814. addhtactions
  3815. addhtactions
  3816. addhtactions
  3817. addhtactions
  3818. addhtactions
  3819. addhtactions
  3820. addhtactions
  3821. rsrcZ
  3822. additions
  3823. addmenu
  3824. addresmenu[
  3825. addresmenu
  3826. addresmenu7.1[
  3827. addresmenu7.1
  3828. addresmenu7.1
  3829. addresmenu7.1
  3830. addresmenu7.1
  3831. addresmenu7.1
  3832. rsrc[
  3833. addressy
  3834. addresses
  3835. addvractions\
  3836. addvractions
  3837. addvractions
  3838. addvractions
  3839. addvractions
  3840. addvractions
  3841. addvractions
  3842. addvractions
  3843. rsrc\
  3844. color
  3845. imaging`
  3846. advanced
  3847. color
  3848. imaging
  3849. coercion
  3850. initc
  3851. aecdev
  3852. aecdev
  3853. aecdev
  3854. aecdev
  3855. aecdev
  3856. aecdev
  3857. rsrce
  3858. aecdev-aedaemone
  3859. aecoerceinitf
  3860. aecoerceinit
  3861. aecoercionf
  3862. aecoercion
  3863. rsrcf
  3864. aecoercioninit
  3865. aecoercioninit
  3866. makef
  3867. aedaemon
  3868. aedaemon
  3869. aedaemon
  3870. aedaemon
  3871. rsrce
  3872. aedaemonaeventse
  3873. aedaemonaevents
  3874. 83502X
  3875. Aug 00^    TC Disk 2
  3876. --set theItem to choose file -- uncomment to test in an AS editor
  3877.     tell application "Finder"
  3878.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  3879.         activate
  3880.     end tell
  3881. on error errMsg number errNum
  3882.     --enter statements to perform when no records are found such as...
  3883.     display dialog "Sorry, the item you selected could not be found."
  3884.     return
  3885. end try
  3886. e    No Changeq
  3887. Dev.CD Aug 00 TC Disk 2
  3888. All Packages
  3889. QDMediaMaker
  3890. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  3891. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  3892. 83503X
  3893. 1e    No Change
  3894. This sample code illustrates one way to write a derived media handler. It's based on the code described in the article "Somewhere in QuickTime: Derived Media Handlers" by John Wang in develop, issue 14. That article shows how to store QuickDraw pictures as the media in a track. 
  3895. The current sample expands on the original code by making it PowerPC-savvy and cross-platform. 
  3896. Mac OS Build Instructions:
  3897. Build either the PPC or 68K project using CodeWarrior; then install the resulting extens
  3898. ion in the Extensions folder in the System folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
  3899. Windows Build Instructions:
  3900. Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  3901. interface
  3902. builder
  3903. pertext
  3904. sample
  3905. application
  3906. wireZ
  3907. createmovie
  3908. createmovie
  3909. sample
  3910. application
  3911. demonstrates
  3912. createpmforecolorima
  3913. creatergbforecolorim
  3914. creates
  3915. creates
  3916. containing
  3917. txratio
  3918. opcod
  3919. creates
  3920. quickdraw
  3921. saves
  3922. includi
  3923. creativity
  3924. creator
  3925. creator/file
  3926. crimes
  3927. critical[
  3928. critically
  3929. cropping
  3930. cross-industry
  3931. cross-platform{
  3932. crucial
  3933. cryptic
  3934. cryptographic
  3935. culture{
  3936. curbow
  3937. curious
  3938. current
  3939. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  3940. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  3941. ed versions of GX.
  3942. JuGX Spooler Patch Read Me
  3943. QDGX 1.1.1 Spooler Patch 1.0.2
  3944. QDGX 1.1.2 Spooler Patch 1.0.2
  3945. QDGX 1.1.3 Spooler Patch 1.0.2K
  3946. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOIDev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PQDev.CD Aug 00 TC Disk 1
  3947.  - Tool Chest
  3948.  - QuickDraw GX
  3949.  - QDGX Spooler Patch 1.0.2
  3950. these
  3951. applications
  3952. demonstrate
  3953. write
  3954. background
  3955. these
  3956. components
  3957. packetize
  3958. reassemble
  3959. multimedia
  3960. these
  3961. examples
  3962. based
  3963. wrote
  3964. these
  3965. samples
  3966. quicktime
  3967. music
  3968. features
  3969. intro
  3970. these
  3971. samples
  3972. rotate
  3973. objects
  3974. postscr
  3975. these
  3976. inquiry
  3977. folders
  3978. contain
  3979. three
  3980. simple
  3981. theta
  3982. they're{
  3983. thick
  3984. thing{
  3985. thingies
  3986. things
  3987. think
  3988. J}MoreFiles
  3989. PutAwayOneVolume.c
  3990. PutAwayOneVolume.h
  3991. PutAwayOneVolume.rsrc
  3992. PutAwayVolumes(PPC)
  3993. PutAwayVolumes.c
  3994. PutAwayVolumes.mcpM
  3995. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Aug 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Aug 00 TC Disk 1
  3996.  - Sample Code
  3997.  - Files
  3998.  - PutAwayVolumeso perform when no records are found such as...
  3999.     display dialog "Sorry, the item you selected could not be found."
  4000.     return
  4001. end try
  4002. e    No Changef"QuickTime
  4003. Wired
  4004. Hotspot
  4005. Actionsq
  4006. Dev.CD Aug 00 TC Disk 2
  4007. All Packages
  4008. AdLib 2.6.5
  4009. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  4010. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  4011. Install Ad Lib 2.6.5K
  4012. Apr 00L
  4013. Apr 00
  4014. A&Mac OS 7.5 or later.  68020 or better.
  4015. 83501X
  4016. Aug 00^    TC Disk 1
  4017. --set theItem to choose file -- uncomment to test in an AS editor
  4018.     tell application "Finder"
  4019.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  4020.         activate
  4021.     end tell
  4022. on error errMsg number errNum
  4023.     --enter statements to perform when no records are found such as...
  4024.     display dialog "Sorry, the item you selected could not be found."
  4025.     return
  4026. end try
  4027. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  4028. Dev.CD Aug 00 TC Disk 1
  4029. All Packages
  4030. QDMediaHandler
  4031. 83502X
  4032. processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4033. AddVRActions 68K
  4034. AddVRActions PPC
  4035. AddVRActions.c
  4036. AddVRActions.exe
  4037. AddVRActions.h
  4038. AddVRActions.mcp
  4039. AddVRActions.rsrc
  4040. Building QT Samples
  4041. READMEN&QuickTime, VR, Wired, Hotspot, ActionsOWDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime VR:AddVRActions:
  4042. moreisbetter
  4043. morpheme
  4044. mouse
  4045. mouseevent
  4046. mouseinfo
  4047. moved
  4048. movewindow
  4049. movieY
  4050. movies
  4051. multiprocessing
  4052. thread
  4053. All Packages
  4054. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4055. Dev.CD Jan 94
  4056. Dev.CD Oct 93
  4057. Dev.CD Jul 93
  4058. Dev.CD Apr 93PDDev.CD Apr 94
  4059. Dev.CD Jan 94
  4060. Dev.CD Oct 93
  4061. Dev.CD Jul 93
  4062. Dev.CD Apr 9V
  4063. 84156X
  4064. Apr 94
  4065. --set theItem to choose file -- uncomment to test in an AS editor
  4066.     tell application "Finder"
  4067.         open item "Dev.CD Apr 94
  4068. Dev.CD Jan 94
  4069. Dev.CD Oct 93
  4070. Dev.CD Jul 93
  4071. Dev.CD Apr 93"
  4072.         activate
  4073.     end tell
  4074. on error errMsg number errNum
  4075.     --enter statements to perform when no records are found such as...
  4076.     display dialog "Sorry, the item you selected could not be found."
  4077.     return
  4078. end try
  4079. All Packages
  4080. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4081. Dev.CD Jan 94
  4082. Dev.CD Oct 93
  4083. Dev.CD Jul 93
  4084. Dev.CD Apr 93PDDev.CD Apr 94
  4085. Dev.CD Jan 94
  4086. Dev.CD Oct 93
  4087. Dev.CD Jul 93
  4088. Dev.CD Apr 9V
  4089. 84157X
  4090. Apr 94
  4091. incorporates
  4092. incorrect
  4093. increaseu
  4094. increases
  4095. incrementalj
  4096. indexj
  4097. indexes
  4098. indicate[
  4099. indicated_
  4100. advantages
  4101. advent
  4102. adventures
  4103. advertisements
  4104. advertising
  4105. advice
  4106. advisable
  4107. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  4108.  - Sample Code
  4109. typecharf
  4110. typed
  4111. typeintltext
  4112. types[
  4113. typeservicesforunico
  4114. typeservicesforunico
  4115. sample
  4116. application
  4117. provided
  4118. universityS
  4119. unknown
  4120. unleash
  4121. unless
  4122. unobtrusive
  4123. unofficial
  4124. untested
  4125. until
  4126. up-to-date_
  4127. updateR
  4128. update-based
  4129. updated
  4130. updatesv
  4131. updatingj
  4132. upgrades
  4133. urbina
  4134. prototyping@
  4135. provider@
  4136. providing@
  4137. puzzle@
  4138. qtmissingcomp@
  4139. qtmovie@
  4140. qtmusic
  4141. sample
  4142. application
  4143. demonstrates
  4144. qtshoweffect@
  4145. quadras@
  4146. quick@
  4147. quickdraw
  4148. dimension
  4149. macintosh
  4150. graphics
  4151. pablo@
  4152. quicktime
  4153. oughta
  4154. pictures
  4155. guillermo
  4156. ortiz@
  4157. qwertytunes
  4158. small
  4159. application
  4160. which
  4161. rank@
  4162. read-only@
  4163. reboot@
  4164. recommends@
  4165. recording@
  4166. references@
  4167. register@
  4168. relative@
  4169. reliable@
  4170. remote@
  4171. replaces@
  4172. required@
  4173. requiring@
  4174. reserve@
  4175. resources@
  4176. respond@
  4177. restructured@
  4178. retrieves
  4179. control
  4180. panel
  4181. settings
  4182. longitude
  4183. revised@
  4184. ring@
  4185. roms@
  4186. routinedescriptor@
  4187. run-time@
  4188. 83500X
  4189. Aug 00^    TC Disk 1
  4190. --set theItem to choose file -- uncomment to test in an AS editor
  4191.     tell application "Finder"
  4192.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  4193.         activate
  4194.     end tell
  4195. on error errMsg number errNum
  4196.     --enter statements to perform when no records are found such as...
  4197.     display dialog "Sorry, the item you selected could not be found."
  4198.     return
  4199. end try
  4200. e    No Changef.unmount
  4201. put away
  4202. Finder Apple Events
  4203. MoreFilesq
  4204. Dev.CD Aug 00 TC Disk 1
  4205. All Packages
  4206. QDGX Spooler Patch 1.0.2
  4207. 83501X
  4208. ]IpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  4209. QuickTime tools.imgK
  4210. Feb 94OGDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:PODev.CD Aug 00 TC Disk 1
  4211.  - Tool Chest
  4212.  - Testing & Debugging
  4213.  - QuickTime toolsV
  4214. 83741X
  4215. Aug 00^    TC Disk 1
  4216. --set theItem to choose file -- uncomment to test in an AS editor
  4217.     tell application "Finder"
  4218.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:"
  4219.         activate
  4220.     end tell
  4221. on error errMsg number errNum
  4222.     --enter statements to perform when no records are found such as...
  4223.     display dialog "Sorry, the item you selected could not be found."
  4224.     return
  4225. end try
  4226. e    No Changeq
  4227. Dev.CD Aug 00 TC Disk 1
  4228. All Packages
  4229. QuickTime Tools
  4230. 83742X
  4231. kJ@ProtoViews Doc
  4232. ProtoViews.cp
  4233. ProtoViews.h
  4234. Using the View ClassesM
  4235. MacAppN6MacApp, TTextListView, TTextGridView, View, ProtoViewsOJDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:PUDev.CD Aug 00 TC Disk 2
  4236.  - Sample Code
  4237.  - Platforms and Tools
  4238.  - MacApp
  4239.  - ProtoViews to perform when no records are found such as...
  4240.     display dialog "Sorry, the item you selected could not be found."
  4241.     return
  4242. end try
  4243. e    No ChangefBMacApp
  4244. Framework
  4245. Object-oriented
  4246. Classes
  4247. Editor
  4248. Resources
  4249. /A(http://developer.apple.com/tools/macapp/
  4250. Dev.CD Aug 00 TC Disk 1
  4251. All Packages
  4252. Adobe Acrobat Reader
  4253. 81192X
  4254. prototyping
  4255. prove
  4256. proverbial
  4257. proves
  4258. provide_
  4259. provided
  4260. apple
  4261. computer
  4262. --set theItem to choose file -- uncomment to test in an AS editor
  4263.     tell application "Finder"
  4264.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:"
  4265.         activate
  4266.     end tell
  4267. on error errMsg number errNum
  4268.     --enter statements to perform when no records are found such as...
  4269.     display dialog "Sorry, the item you selected could not be found."
  4270.     return
  4271. end try
  4272. e    No Changef
  4273. Adobe
  4274. Acrobat
  4275. Reader
  4276. Dev.CD Sep 00 RL Disk 1
  4277.  D(All Packages
  4278. Reference Library Edition
  4279. F$Advanced Color Imaging on the Mac OS
  4280. 83499X
  4281. Aug 00^    TC Disk 2
  4282. --set theItem to choose file -- uncomment to test in an AS editor
  4283.     tell application "Finder"
  4284.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:"
  4285.         activate
  4286.     end tell
  4287. on error errMsg number errNum
  4288.     --enter statements to perform when no records are found such as...
  4289.     display dialog "Sorry, the item you selected could not be found."
  4290.     return
  4291. end try
  4292. e    No Changef2MacApp
  4293. TTextListView
  4294. TTextGridView
  4295. ProtoViewsq
  4296. Dev.CD Aug 00 TC Disk 2
  4297. All Packages
  4298. PutAwayVolumes
  4299. This code sample demonstrates several ways to unmount a volume.
  4300. o Call MoreFiles and have it take its best shot.
  4301. o Augment MoreFiles with a little Finder-style interface and some strategic trash-emptying.
  4302. o Send an AppleEvent to Finder and have it do the whole thing.
  4303. A real strategy might use all of the above depending on its context.  The sample discusses which contexts might require which techniques.
  4304. develop-ers@
  4305. developed@
  4306. developer's@
  4307. developing@
  4308. diagnose@
  4309. dierks@
  4310. differently@
  4311. directions@
  4312. directory@
  4313. disable@
  4314. utility
  4315. application
  4316. mount
  4317. imag@
  4318. display@
  4319. disposed@
  4320. distributed@
  4321. documentationandsamp@
  4322. doesn't@
  4323. done@
  4324. downloaded@
  4325. dramatic@
  4326. drawkeycaps@
  4327. drivers@
  4328. drives@
  4329. drop@
  4330. dropped@
  4331. snippet
  4332. running
  4333. applications
  4334. except
  4335. dynamically@
  4336. quickdraw
  4337. viewer
  4338. thompson@
  4339. effect@
  4340. electronic@
  4341. elegant@
  4342. embed
  4343. profile
  4344. image
  4345. specified
  4346. image's@
  4347. lities:Acrobat Reader 4.0.1:
  4348. develop-ers
  4349. .0.1 or later recommended)
  4350. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  4351. You may also be able to use other Web browsers that fully support the Netscape APIs.
  4352. Adobe, Acrobat, Reader, PDF
  4353. Summary:  The Telephone Manager is a new manager for the Macintosh Communications Toolbox. It provides a programming interface that lets you develop a variety of telephony applications, including screen-based telephony applications and Macintosh-based answering machines.
  4354. Using the Telephone Manager, applications can offer telephone services to users yet operate independently of the user
  4355. s network type or telephone type. For example, a Macintosh application can serve as a virtual telephone
  4356. whether the telephone network provides Integrated Services Digital Network (ISDN) service or 
  4357. plain old telephone service
  4358.  (POTS), and whether the attached telephone set is a speakerphone or a mobile telephone.
  4359. Issues:  Contact System Software Licensing for licensing details.
  4360. J|Apple Telecom Software 2.1:
  4361. Documentation:
  4362. Interfaces:
  4363. Libraries:
  4364. Stiletto Program:
  4365. Stiletto Sources:
  4366. Telephone Manager 3.0:K
  4367. Sep 93L
  4368. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:
  4369. All Packages
  4370. System 7.5 Update 1.0O
  4371. Dev.CD Jan 96 SSWP
  4372. Dev.CD Jan 96 SSV
  4373. 83940X
  4374. Jan 96
  4375. f--set theItem to choose file -- uncomment to test in an AS editor
  4376.     tell application "Finder"
  4377.         open item "Dev.CD Jan 96 SSW"
  4378.         activate
  4379.     end tell
  4380. on error errMsg number errNum
  4381.     --enter statements to perform when no records are found such as...
  4382.     display dialog "Sorry, the item you selected could not be found."
  4383.     return
  4384. end try
  4385. All Packages
  4386. System 7.5 Update 1.0O
  4387. Dev.CD Jul 95P
  4388. Dev.CD Jul 9V
  4389. 83941X
  4390. Jul 95
  4391. b--set theItem to choose file -- uncomment to test in an AS editor
  4392.     tell application "Finder"
  4393.         open item "Dev.CD Jul 95"
  4394.         activate
  4395.     end tell
  4396. on error errMsg number errNum
  4397.     --enter statements to perform when no records are found such as...
  4398.     display dialog "Sorry, the item you selected could not be found."
  4399.     return
  4400. end try
  4401. All Packages
  4402. System 7.5 Update 1.0O
  4403. Dev.CD Jul 95V
  4404. 83942X
  4405. jJDMalph 2.5:
  4406. ProjectDrag Applets:
  4407. ProjectDrag User Manual.txt
  4408. Sources:K
  4409. Sep 95L
  4410. Nov 95OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  4411.  - develop
  4412.  - develop Issue 23
  4413.  - develop Issue 23 code
  4414.  - ProjectDrag 1.1b8V
  4415. 83498X
  4416. k CD 2
  4417. --set theItem to choose file -- uncomment to test in an AS editor
  4418.     tell application "Finder"
  4419.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  4420.         activate
  4421.     end tell
  4422. on error errMsg number errNum
  4423.     --enter statements to perform when no records are found such as...
  4424.     display dialog "Sorry, the item you selected could not be found."
  4425.     return
  4426. end try
  4427. e    No Changeq
  4428. Bookmark CD 26
  4429. All Packages
  4430. ProtoViewsI
  4431. These examples are based on some code I wrote to fill up the screens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. User
  4432. freed
  4433. freeing
  4434. freely
  4435. freeware
  4436. fresh
  4437. friend
  4438. friendly
  4439. friends
  4440. from_
  4441. toolbox
  4442. assistant
  4443. multiple
  4444. toolbox
  4445. toolbox
  4446. toolbox
  4447. toolframework
  4448. toolframework
  4449. toolframework
  4450. toolframework
  4451. toolkit
  4452. toolsQ
  4453. additionalY
  4454. additions{
  4455. addresmenu[
  4456. addressy
  4457. address
  4458. resolution
  4459. protocol
  4460. protocol
  4461. mapping
  4462. addresses
  4463. addressing
  4464. addsZ
  4465. addvractions\
  4466. source-code
  4467. source-level
  4468. sourcebug
  4469. sourcebug
  4470. source-level
  4471. debugger
  4472. debugging
  4473. 68k-based
  4474. sourcemenu
  4475. sourceobj
  4476. sources
  4477. sourceserver
  4478. space
  4479. space-saving
  4480. spacing
  4481. spain
  4482. spanish
  4483. sparcstations
  4484. spatial
  4485. spawed
  4486. spawn
  4487. spawns
  4488. spbgetdeviceinfo
  4489. spbrecord
  4490. spbrecordtofile
  4491. spbsetdeviceinfo
  4492. speak{
  4493. speakerphone
  4494. speakers
  4495. speaking
  4496. speaks{
  4497. specfically
  4498. specialU
  4499. 81195X
  4500. --set theItem to choose file -- uncomment to test in an AS editor
  4501.     tell application "Finder"
  4502.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rotate Bitmap 90:"
  4503.         activate
  4504.     end tell
  4505. on error errMsg number errNum
  4506.     --enter statements to perform when no records are found such as...
  4507.     display dialog "Sorry, the item you selected could not be found."
  4508.     return
  4509. end try
  4510. ovefile
  4511. removefile
  4512. renderinglib
  4513. renderingwindow
  4514. renderingwindow
  4515. renderingwindow
  4516. rep-iso
  4517. rep-iso/ccitt
  4518. rep-mm
  4519. report
  4520. reporting
  4521. request
  4522. requests
  4523. requestvideo
  4524. requestvideo
  4525. requestvideo
  4526. requestvideo
  4527. reseditc
  4528. resedit
  4529. editor
  4530. 1.0b4c
  4531. resedit
  4532. editorc
  4533. resourced
  4534. resource
  4535. resourceconstants
  4536. resourceconstants
  4537. Summary: The C version of ProgressWindoid 
  4538.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  4539. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  4540. JbProgressWindoid
  4541. ProgressWindoid Worksheet
  4542. ProgressWindoid.c
  4543. ProgressWindoid.make
  4544. ProgressWindoid.
  4545. Vol VIIL
  4546. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.OfDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  4547. C:PtDev.CD Aug 00 TC Disk 1
  4548.  - Tool Chest
  4549.  - Development Kits
  4550.  - HyperCard Related
  4551.  - XCMDs & XFCNs
  4552.  - ProgressWindoid
  4553. CDS; and more.
  4554. May 92L
  4555. May 95V
  4556. 81196X
  4557. 1e    No Change
  4558. e--set theItem to choose file -- uncomment to test in an AS editor
  4559.     tell application "Finder"
  4560.         open item "Dev.CD Aug 96 TC"
  4561.         activate
  4562.     end tell
  4563. on error errMsg number errNum
  4564.     --enter statements to perform when no records are found such as...
  4565.     display dialog "Sorry, the item you selected could not be found."
  4566.     return
  4567. end try
  4568. performance
  4569. manager
  4570. device
  4571. driver
  4572. manager
  4573. manag
  4574. manager
  4575. asynchronous
  4576. inquiry
  4577. sample
  4578. manager
  4579. asynchronous
  4580. async
  4581. sample
  4582. manager
  4583. asynchronous
  4584. driveid
  4585. manager
  4586. inquiry
  4587. devices
  4588. manager
  4589. manager
  4590. inquiry
  4591. manager
  4592. manager
  4593. inquiry
  4594. inquiry
  4595. setpalette
  4596. setpt
  4597. setrect
  4598. 83497X
  4599. Aug 00^    TC Disk 1
  4600. --set theItem to choose file -- uncomment to test in an AS editor
  4601.     tell application "Finder"
  4602.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  4603.         activate
  4604.     end tell
  4605. on error errMsg number errNum
  4606.     --enter statements to perform when no records are found such as...
  4607.     display dialog "Sorry, the item you selected could not be found."
  4608.     return
  4609. end try
  4610. e    No Changeq
  4611. Dev.CD Aug 00 TC Disk 1
  4612. All Packages
  4613. ProjectDrag 1.1b8
  4614. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  4615. Sep 95L
  4616. Nov 95V
  4617. 83498X
  4618. 1e    No Change
  4619.     return
  4620. end try
  4621. e    No Change
  4622. 83879X
  4623. Aug 00^    TC Disk 2
  4624. --set theItem to choose file -- uncomment to test in an AS editor
  4625.     tell application "Finder"
  4626.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Speech Recognition Sample:"
  4627.         activate
  4628.     end tell
  4629. on error errMsg number errNum
  4630.     --enter statements to perform when no records are found such as...
  4631.     display dialog "Sorry, the item you selected could not be found."
  4632.     return
  4633. end try
  4634. e    No Changef
  4635. speech
  4636. recognitionq
  4637. Dev.CD Aug 00 TC Disk 2
  4638. D!All Packages
  4639. Mac OS SDK Edition
  4640. Speech Synthesis Manager
  4641. source
  4642. summary
  4643. series
  4644. tools
  4645. source
  4646. allow
  4647. summary
  4648. xcmds
  4649. xfcns
  4650. perform
  4651. summary
  4652. three
  4653. tools
  4654. written
  4655. hardwar
  4656. summary
  4657. simple
  4658. window
  4659. based
  4660. debugger
  4661. kernel
  4662. summary
  4663. prgram
  4664. guide
  4665. macintosh
  4666. power
  4667. 84252X
  4668. Aug 00^    TC Disk 1
  4669. --set theItem to choose file -- uncomment to test in an AS editor
  4670.     tell application "Finder"
  4671.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Ticket to Program 1.0:"
  4672.         activate
  4673.     end tell
  4674. on error errMsg number errNum
  4675.     --enter statements to perform when no records are found such as...
  4676.     display dialog "Sorry, the item you selected could not be found."
  4677.     return
  4678. end try
  4679. e    No Changeq
  4680. Dev.CD Aug 00 TC Disk 1
  4681. All Packages
  4682. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J+README.txt
  4683. tc.bat
  4684. TimeCode
  4685. TimeCode.zipK
  4686. Feb 00
  4687. - Common
  4688.     - Sun Compliant Java Runtime Environment 1.1
  4689.     - QuickTime 3 
  4690.     - QTJava.zip
  4691.     - QTJava media samples
  4692. - Mac OS:
  4693.     - System 8 or later
  4694.     - Macintosh Runtime for Java (MRJ) 2.1
  4695. - Windows 95, 98, or NT::
  4696.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4697. QuickTime, Java, MRJ
  4698. nts to 7 on an extended keyboard
  4699. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  4700. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  4701.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  4702. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  4703. sdecQ
  4704. sdevk
  4705. searchj
  4706. search
  4707. index
  4708. vtwin
  4709. summaryj
  4710. searchproc
  4711. searchproc
  4712. color
  4713. separation
  4714. addsearch
  4715. delsearch
  4716. security
  4717. seedcfill
  4718. seedcfill
  4719. copymask
  4720. seedfill
  4721. select
  4722. selection
  4723. selector
  4724. separation
  4725. sequence
  4726. serial
  4727. serialdriverarbitrat
  4728. series
  4729. server
  4730. servers
  4731. services
  4732. setcontrolmaximum
  4733. setcontrolminimum
  4734. setcontrolvalue
  4735. setdefaultdtp
  4736. setdeskcpat
  4737. setentrycolor
  4738. sethideonswitch
  4739. setled
  4740. setlinewidth
  4741. setpalette
  4742. setpt
  4743. setrect
  4744. outputs
  4745. overview
  4746. overview
  4747. appletalk
  4748. overview
  4749. appletalk
  4750. xOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ROMResourceDump:PTDev.CD Aug 00 TC Disk 2
  4751.  - Sample Code
  4752.  - Human Interface Toolbox
  4753.  - ROMResourceDumpscreen
  4754. cluts
  4755. restore
  4756. restorectrlchars
  4757. restorectrlchars
  4758. restorescreencluts
  4759. restorescreencluts
  4760. restorescreencluts
  4761. resultcodetable
  4762. retrievepictinfo
  4763. retrievepictinfo
  4764. reuse
  4765. revision
  4766. small
  4767. rsrcN
  4768. window
  4769. window
  4770. window
  4771. window
  4772. windowcolors
  4773. windowcolors
  4774. windowcolors
  4775. windowcolors
  4776. windowdialog
  4777. windowdialog
  4778. windowed
  4779. windowpalette
  4780. windowpalette
  4781. windowpicker
  4782. windowpositioner
  4783. windowpositioner
  4784. windowpositioner
  4785. windows
  4786. windows
  4787. windows
  4788. windows
  4789. system
  4790. files
  4791. windowsmenu
  4792. windowsmenu
  4793. windowsmenu
  4794. windowsmenu
  4795. windowutilities
  4796. windowutilities
  4797. windowutilities
  4798. withv
  4799. workgroupT
  4800. working
  4801. working
  4802. webobjects
  4803. worksheet
  4804. wprocasm
  4805. wprocasm
  4806. wrapcommenttext
  4807. writerk
  4808. writing
  4809. writing
  4810. driver
  4811. writing
  4812. interactive
  4813. media
  4814. inidicators
  4815. init/controlh
  4816. initial
  4817. initialization
  4818. initialize
  4819. initializing
  4820. initiallyy
  4821. initiate
  4822. initiatives{
  4823. initport
  4824. initprojector
  4825. , it is not possible for stand alone code to receive Apple events or receive replies to any Apple events it sends.  This sample shows how a CDEV can send and receive apple events. 
  4826. AECDEV
  4827. AECdev.c
  4828. AECdev.h
  4829. AECDev.mcp
  4830. AECDEV.PPC.c
  4831. AECDev.rsrc
  4832. AEDaemon
  4833. AEDaemon.h
  4834. AEdaemon.mcp
  4835. AEDaemon.rsrc
  4836. AEDaemonAEvents.c
  4837. AEDaemonMain.c
  4838. AEDaemonPPCStuff.c
  4839. Quit AEDaemon
  4840. Read Me 
  4841.  AECDEV-AEDAEMONM
  4842. System 7.0N
  4843. PPC ToolboxOJDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:AECDEV/AEDAEMON:PRDev.CD Aug 00 TC Disk 2
  4844.  - Sample Code
  4845.  - Interapplication Comm
  4846.  - AECDEV/AEDAEMONV
  4847. 81198X
  4848. Aug 00^    TC Disk 2
  4849. e    No Change
  4850. prohibited
  4851. projectw
  4852. projectbuilder
  4853. projectdrag
  4854. projectfolders
  4855. projectmenu
  4856. projector
  4857. projects
  4858. projectx
  4859. projlistmenu
  4860. prominent
  4861. prominently
  4862. promised
  4863. promises
  4864. promotion
  4865. promotional
  4866. promotions
  4867. prompt
  4868. prompts^
  4869. proofreaders
  4870. propagates
  4871. proper
  4872. properly
  4873. properties
  4874. property
  4875. propertylist
  4876. proportional
  4877. --set theItem to choose file -- uncomment to test in an AS editor
  4878.     tell application "Finder"
  4879.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTJava media samples:"
  4880.         activate
  4881.     end tell
  4882. on error errMsg number errNum
  4883.     --enter statements to perform when no records are found such as...
  4884.     display dialog "Sorry, the item you selected could not be found."
  4885.     return
  4886. end try
  4887. colorsieve
  4888. colorsync`
  4889. colorsync-savvy
  4890. colortable
  4891. example
  4892. scriptsO
  4893. example
  4894. sounds
  4895. example
  4896. example1
  4897. example1
  4898. example1
  4899. example2
  4900. example2
  4901. example2
  4902. example3
  4903. example3
  4904. example3
  4905. examplecodec
  4906. examplecodec
  4907. examplecodec
  4908. examples
  4909. exceptions
  4910. exceptions
  4911. exceptions
  4912. exceptions
  4913. expand
  4914. experimental
  4915. experimental
  4916. interfacelib
  4917. experimental
  4918. stuff
  4919. export
  4920. exportersp
  4921. exrom-1func
  4922. exrom-1func
  4923. sresource
  4924. extendprintrecord
  4925. extendprintrecord
  4926. extendprintrecord
  4927. extensionv
  4928. extension
  4929. extension
  4930. extensions
  4931. extractitems
  4932. extractitems
  4933. b"ProgressBars" is a source code sample illustrating how to use the "standard" progress bar and the "barber pole" progress bar in an application.  Inidicators displayed in this example are not based on the appearance manager controls.  Developers creating applications for use with Mac OS 8 and later should use the appearance manager indicator controls.
  4934. AppleEvents.c
  4935. BareBones.c
  4936. BareBones.h
  4937. Documentation
  4938. Events.c
  4939. Initialize.c
  4940. Menus.c
  4941. NonThreadedProgress.c
  4942. ProgressBars(PPC)
  4943. ProgressBars.mcp
  4944. ProgressBars.rsrc
  4945. Prototypes.h
  4946. ThreadedProgress.c
  4947. Utilities.c
  4948. Windows.cOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Aug 00 TC Disk 2
  4949.  - Sample Code
  4950.  - Human Interface Toolbox
  4951.  - ProgressBarsions.  In this sample, a type coercion handler is installed for coercing pascal style strings into typeChar (ASCII strings).
  4952. 81199X
  4953. 1e    No Change
  4954. sample
  4955. haven't
  4956. havingf
  4957. havoc
  4958. hd80sc
  4959. he/she
  4960. head-patch
  4961. headaches
  4962. aesend
  4963. aesend
  4964. racker
  4965. monitorh
  4966. aetracker
  4967. readh
  4968. aeusertermtypesd
  4969. aeusertermtypes
  4970. aeutd
  4971. resourced
  4972. aiatj
  4973. manual
  4974. changes
  4975. readmej
  4976. aiffk
  4977. writer
  4978. writer
  4979. writer
  4980. writer
  4981. writer
  4982. rsrck
  4983. writer
  4984. aiffhardwarel
  4985. aiffhardware
  4986. aiffwriterl
  4987. aiffwriter
  4988. aiffwriter
  4989. debugl
  4990. aiffwriter
  4991. aiffwriter
  4992. aiffwriter
  4993. aiffwriter
  4994. aiffwriter
  4995. aiffwriter
  4996. aiffwriter
  4997. aiffwriter
  4998. aiffwriter
  4999. debugl
  5000. aiffwriter
  5001. aiffwriter
  5002. alawm
  5003. aliasn
  5004. alias
  5005. aliaslab
  5006. fferdisplr
  5007. 83496X
  5008. Aug 00^    TC Disk 2
  5009. --set theItem to choose file -- uncomment to test in an AS editor
  5010.     tell application "Finder"
  5011.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ProgressBars:"
  5012.         activate
  5013.     end tell
  5014. on error errMsg number errNum
  5015.     --enter statements to perform when no records are found such as...
  5016.     display dialog "Sorry, the item you selected could not be found."
  5017.     return
  5018. end try
  5019. e    No Changeq
  5020. Dev.CD Aug 00 TC Disk 2
  5021. All Packages
  5022. ProgressWindoid-C
  5023. 83497X
  5024. tion Comm:AECoercion:"
  5025.         activate
  5026.     end tell
  5027. on error errMsg number errNum
  5028.     --enter statements to perform when no records are found such as...
  5029.     display dialog "Sorry, the item you selected could not be found."
  5030.     return
  5031. end try
  5032. e    No Changef
  5033. AppleEvent Manager
  5034. coercionq
  5035. Dev.CD Aug 00 TC Disk 2
  5036. All Packages
  5037. AEGizmos 1.4.2V
  5038. 81200X
  5039. --set theItem to choose file -- uncomment to test in an AS editor
  5040.     tell application "Finder"
  5041.         open item "Dev.CD Apr 94
  5042. Dev.CD Jan 94
  5043. Dev.CD Oct 93
  5044. Dev.CD Jul 93
  5045. Dev.CD Apr 93"
  5046.         activate
  5047.     end tell
  5048. on error errMsg number errNum
  5049.     --enter statements to perform when no records are found such as...
  5050.     display dialog "Sorry, the item you selected could not be found."
  5051.     return
  5052. end try
  5053. have[
  5054. gMYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  5055.  - Tool Chest
  5056.  - Testing & Debugging
  5057.  - General toolsV
  5058. 83495X
  5059. Aug 00^    TC Disk 1
  5060. --set theItem to choose file -- uncomment to test in an AS editor
  5061.     tell application "Finder"
  5062.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  5063.         activate
  5064.     end tell
  5065. on error errMsg number errNum
  5066.     --enter statements to perform when no records are found such as...
  5067.     display dialog "Sorry, the item you selected could not be found."
  5068.     return
  5069. end try
  5070. e    No Changeq
  5071. Dev.CD Aug 00 TC Disk 1
  5072. All Packages
  5073. ProgressBars
  5074. 83496X
  5075. nd tell
  5076. on error errMsg number errNum
  5077.     --enter statements to perform when no records are found such as...
  5078.     display dialog "Sorry, the item you selected could not be found."
  5079.     return
  5080. end try
  5081. e    No Change
  5082. fD(All Packages
  5083. Reference Library Edition
  5084. ProgGuide to Apple ScannersI
  5085. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  5086. ProgGuide to Apple ScannersK
  5087. Mar 93M
  5088. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  5089.  - Technical Documentation
  5090.  - Peripherals DocumentationV
  5091. 83494X
  5092. 1e data given to and the results returned from the call.
  5093. Features: AET 3B
  5094. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  5095. JUAETracker
  5096. AETracker Monitor
  5097. AETracker 
  5098.  Read
  5099. AETracker.h
  5100. Programmatic Interface - AETK
  5101. Mar 92L
  5102. Oct 92OYDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:V
  5103. 81201X
  5104. 1e    No Change
  5105. notation
  5106. ghtening, darkening, rotating, etc. Developers are provided with the opportunity to modify their applications to support QuickTime IC in a similar fashion to the Camera Access application to better integrate image capture solutions into their application. 
  5107. The QuickTime IC system extension provides all the necessary system level functions for applications to communicate, view, and even manipulate images from image capture devices. For example, when you want to see the images stored in the
  5108.  camera, a small component of code resident in the QuickTime IC extension is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  5109. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  5110. 84318X
  5111. Aug 00^    TC Disk 2
  5112. --set theItem to choose file -- uncomment to test in an AS editor
  5113.     tell application "Finder"
  5114.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:"
  5115.         activate
  5116.     end tell
  5117. on error errMsg number errNum
  5118.     --enter statements to perform when no records are found such as...
  5119.     display dialog "Sorry, the item you selected could not be found."
  5120.     return
  5121. end try
  5122. e    No Changef]counter
  5123. windows
  5124. introduction
  5125. document
  5126. modal dialog
  5127. printing
  5128. about
  5129. Win2MacCounterSamples
  5130. Dev.CD Aug 00 TC Disk 2
  5131. All Packages
  5132. WindoidI
  5133. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating windows for control of window information. This is a simple example that has the bare minimum for supporting floating windows, written in generic C++.JcIncludeFiles.h
  5134. MWindoid.cp
  5135. READMEFIRST
  5136. UWindoid.cp
  5137. UWindoid.h
  5138. Windoid.MAMake
  5139. Windoid.r
  5140. WindoidRez.hM
  5141. MacApp 3.0 or later
  5142. threads@
  5143. Dec 99^
  5144. --set theItem to choose file -- uncomment to test in an AS editor
  5145.     tell application "Finder"
  5146.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  5147.         activate
  5148.     end tell
  5149. on error errMsg number errNum
  5150.     --enter statements to perform when no records are found such as...
  5151.     display dialog "Sorry, the item you selected could not be found."
  5152.     return
  5153. end try
  5154. Deletedq
  5155. Dev.CD Dec 99 RL
  5156. All Packages
  5157. Programmer's Key 1.4.2
  5158. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  5159. Features: Allows reset and interrupt from keyboard.
  5160. This package is 7.0 compatible.  
  5161. General tools.imgK
  5162. Vol IIIL
  5163. Mar 92OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  5164. 83495X
  5165. 1e    No Change
  5166. All Packages
  5167. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5168. Dev.CD Jan 94
  5169. Dev.CD Oct 93
  5170. Dev.CD Jul 93P6Dev.CD Apr 94
  5171. Dev.CD Jan 94
  5172. Dev.CD Oct 93
  5173. Dev.CD Jul 9V
  5174. 84140X
  5175. Apr 94
  5176. --set theItem to choose file -- uncomment to test in an AS editor
  5177.     tell application "Finder"
  5178.         open item "Dev.CD Apr 94
  5179. Dev.CD Jan 94
  5180. Dev.CD Oct 93
  5181. Dev.CD Jul 93"
  5182.         activate
  5183.     end tell
  5184. on error errMsg number errNum
  5185.     --enter statements to perform when no records are found such as...
  5186.     display dialog "Sorry, the item you selected could not be found."
  5187.     return
  5188. end try
  5189. All Packages
  5190. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  5191. Dev.CD Jan 94
  5192. Dev.CD Oct 93P(Dev.CD Apr 94
  5193. Dev.CD Jan 94
  5194. Dev.CD Oct 9V
  5195. 84141X
  5196. Apr 94
  5197. inside
  5198. macintosh
  5199. movie
  5200. toolbox
  5201. sample
  5202. insidemac
  5203. media
  5204. broadcast
  5205. environment
  5206. integration
  5207. 83885X
  5208. Aug 00^    TC Disk 2
  5209. y--set theItem to choose file -- uncomment to test in an AS editor
  5210.     tell application "Finder"
  5211.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  5212.         activate
  5213.     end tell
  5214. on error errMsg number errNum
  5215.     --enter statements to perform when no records are found such as...
  5216.     display dialog "Sorry, the item you selected could not be found."
  5217.     return
  5218. end try
  5219. MovedfDCustomGetFile
  5220. CustomPutFile
  5221. dialog
  5222. select
  5223. folder
  5224. balloon
  5225. appendq
  5226. Dev.CD Aug 00 TC Disk 2
  5227. All Packages
  5228. StandardFileIcons
  5229. 83886X
  5230. 1-12/|
  5231. summary
  5232. apple
  5233. licensed
  5234. ported
  5235. ibm's
  5236. somobjects
  5237. summary
  5238. apple's
  5239. indian
  5240. language
  5241. summary
  5242. apple's
  5243. korean
  5244. language
  5245. affordable
  5246. summary
  5247. appleglot
  5248. translation
  5249. summary
  5250. appleglot
  5251. 2.4b6
  5252. translation
  5253. summary
  5254. applescript
  5255. easy-to-use
  5256. scripting
  5257. language
  5258. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  5259. Features: see above
  5260. Issues: none
  5261. Communications Toolbox
  5262. Contributed
  5263. Devices and Hardware
  5264. Files
  5265. Games
  5266. Graphics 2D
  5267. Graphics 3D
  5268. Help Systems
  5269. Human Interface Toolbox
  5270. Interapplication Comm
  5271. Memory
  5272. Networking
  5273. OS Utilities
  5274. Overview
  5275. Platforms and Tools
  5276. Printing
  5277. Processes
  5278. QuickTime
  5279. Runtime Architecture
  5280. Sound
  5281. Jan 98M    ColorSyncN
  5282. ColorSync profile rename toolO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  5283.  - Sample Code
  5284. appear
  5285. where
  5286. location
  5287. memory
  5288. what's`
  5289. what's
  5290. what's
  5291. updated
  5292. whatever
  5293. whenX
  5294. developing
  5295. drivers
  5296. sometimes
  5297. resedit
  5298. whenever
  5299. survival
  5300. putawayonevolume
  5301. putawayonevolume
  5302. putawayonevolume
  5303. putawayonevolume
  5304. putawayvolumes
  5305. putawayvolumes
  5306. putawayvolumes
  5307. putawayvolumes
  5308. start
  5309. qcopy
  5310. qcopy
  5311. environment
  5312. utilities
  5313. graphics
  5314. objects
  5315. printing
  5316. printing
  5317. drvrs
  5318. prog's
  5319. overview
  5320. typography
  5321. qdesign
  5322. qdesign
  5323. decom
  5324. qdesign
  5325. decomp
  5326. qdesign
  5327. decomp
  5328. readme
  5329. 1.1.1
  5330. spooler
  5331. patch
  5332. 1.0.2
  5333. 1.1.2
  5334. spooler
  5335. patch
  5336. 1.0.2
  5337. 1.1.3
  5338. spooler
  5339. patch
  5340. 1.0.2
  5341. qdmediacommon
  5342. qdmediacommon
  5343. qdmediamaker
  5344. entry-point
  5345. enumerated
  5346. enumerates
  5347. enumeration
  5348. enviroment
  5349. pean{
  5350. evangelical{
  5351. --set theItem to choose file -- uncomment to test in an AS editor
  5352.     tell application "Finder"
  5353.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:ProcDoggie:"
  5354.         activate
  5355.     end tell
  5356. on error errMsg number errNum
  5357.     --enter statements to perform when no records are found such as...
  5358.     display dialog "Sorry, the item you selected could not be found."
  5359.     return
  5360. end try
  5361. d try
  5362. e    No Changef
  5363. search
  5364. index
  5365. vtwin
  5366. summaryq
  5367. Dev.CD Jul 00 SDK1
  5368. All Packages
  5369. AIFF writer sdevI0Sound hardware output ('sdev') component sample.J
  5370. AIFF writer sdev.mcp
  5371. AIFF writer(PPC)
  5372. AIFF_writer.c
  5373. AIFF_writer.h
  5374. AIFF_writer.r
  5375. AIFF_writer.rsrc
  5376. ComponentDispatch.c
  5377. ComponentDispatch.h
  5378. ComponentPrototypes.h
  5379. Hardware.c
  5380. Hardware.h
  5381. Structures.hM
  5382. Sound Manager 3.0 or laterN(Sound, component, sdev, AIFF writer sdevO;Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:AIFF writer sdev:PCDev.CD Aug 00 TC Disk 2
  5383.  - Sample Code
  5384.  - Sound
  5385.  - AIFF writer sdevV
  5386. 81204X
  5387. Aug 00e    No Change
  5388. What is the name of ColorSync
  5389.  Profile?
  5390. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  5391. Many applications correctly use the more descriptive internal 
  5392. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  5393. What does ProfileRenamer do to solve this?
  5394. ProfileRenamer is a simple drag-and-drop application which can help you mak
  5395. 83493X
  5396. Aug 00^    TC Disk 2
  5397. y--set theItem to choose file -- uncomment to test in an AS editor
  5398.     tell application "Finder"
  5399.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  5400.         activate
  5401.     end tell
  5402. on error errMsg number errNum
  5403.     --enter statements to perform when no records are found such as...
  5404.     display dialog "Sorry, the item you selected could not be found."
  5405.     return
  5406. end try
  5407. e    No Changef
  5408. ColorSync profile rename toolq
  5409. Dev.CD Aug 00 TC Disk 2
  5410. ProgGuide to Apple ScannersI
  5411. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  5412. ProgGuide to Apple ScannersK
  5413. Mar 93M
  5414. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  5415.  - Technical Documentation
  5416.  - Peripherals DocumentationV
  5417. 83494X
  5418. 1ntationV
  5419. 83494X
  5420. Deleted
  5421. This sample includes two applications that illustrate how one can use the Process to Process Communications Toolbox (PPC Toolbox) to send messages from one application to another.  In this case, a faceless background server application allows client applications to connect using the PPC Toolbox and send commands that turn on or off file sharing on the machine where the server application is running.  Techniques illustrated include using asynchronous PPC Toolbox calls and how to write a facB
  5422. eless background application.
  5423. MW Remote Control.
  5424. MW Server Controller.
  5425. Remote Control
  5426. Remote Control.p
  5427. Remote Control.rsrc
  5428. Server Controller
  5429. Server Controller.p
  5430. Server Controller.rsrc
  5431. Server Remote Control Read Me
  5432. ServerControlIntf.p
  5433. Server_Remote_Control_1.1.txtK
  5434. Aug 95M
  5435. Metrowerks Pascal 6NDAppleShare, File Sharing, Faceless Background-only, FBA, PPC ToolboxOPDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Server Remote Control:
  5436. ce    No Changef
  5437. process managerq
  5438. Dev.CD Aug 00 TC Disk 2
  5439. All Packages
  5440. ProcessI2A simple demonstration of the Process Manager API.J
  5441. proc.c
  5442. Process(PPC)
  5443. Process.mcpM
  5444. System 7.0N6Process Manager, GetNextProcess, GetProcessInformationO6Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:Process:P>Dev.CD Aug 00 TC Disk 2
  5445.  - Sample Code
  5446.  - Processes
  5447.  - ProcessV
  5448. 83492X
  5449. Aug 00^    TC Disk 2
  5450. --set theItem to choose file -- uncomment to test in an AS editor
  5451.     tell application "Finder"
  5452.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:Process:"
  5453.         activate
  5454.     end tell
  5455. on error errMsg number errNum
  5456.     --enter statements to perform when no records are found such as...
  5457.     display dialog "Sorry, the item you selected could not be found."
  5458.     return
  5459. end try
  5460. e    No Changef4Process Manager
  5461. GetNextProcess
  5462. GetProcessInformationq
  5463. Dev.CD Aug 00 TC Disk 2
  5464. All Packages
  5465. ProfileRenamer
  5466. 83493X
  5467. 1e    No Change
  5468. QuickDraw GXO
  5469. Dev.CD Jan 96 SDK1P
  5470. Dev.CD Jan 96 SDKV
  5471. 835794
  5472. --set theItem to choose file -- uncomment to test in an AS editor
  5473.     tell application "Finder"
  5474.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  5475.         activate
  5476.     end tell
  5477. on error errMsg number errNum
  5478.     --enter statements to perform when no records are found such as...
  5479.     display dialog "Sorry, the item you selected could not be found."
  5480.     return
  5481. end try
  5482.  be found."
  5483.     return
  5484. end try
  5485. e    No Changef2QuickTime
  5486. Sound
  5487. Mixer
  5488. Output
  5489. Device
  5490. Componentq
  5491. Dev.CD Aug 00 TC Disk 2
  5492. All Packages
  5493. ALaw sdec scomI
  5494. A sample fat compression/decompression Sound Manager component example.
  5495. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  5496. A-Law compressor.c
  5497. A-Law decompressor.c
  5498. A-Law(PPC)
  5499. A-Law.mcp
  5500. A-Law.rsrc
  5501. ALAW.r
  5502. ComponentDispatch.c
  5503. ComponentDispatch.h
  5504. Compression.prefix
  5505. Decompression.prefixM
  5506. Sound Manager 3.0 or later
  5507. decompress
  5508. decompression
  5509. decompressors
  5510. default
  5511. default
  5512. folder
  5513. delete
  5514. delsearch
  5515. demos
  5516. dependency
  5517. depth
  5518. design
  5519. designing
  5520. printer
  5521. default
  5522. setdefaultdtp
  5523. quickdraw
  5524. documentation
  5525. developer
  5526. notes
  5527. developers
  5528. development
  5529. device
  5530. device
  5531. manager
  5532. devices
  5533. devnotes
  5534. dialog
  5535. dialog
  5536. manager
  5537. dictation
  5538. dictionary
  5539. dictionary
  5540. manager
  5541. digital
  5542. digital
  5543. camera
  5544. digitizing
  5545. dimmed
  5546. dimming
  5547. direct
  5548. direct
  5549. pixel
  5550. access
  5551. dirid
  5552. disabled
  5553. disassembler
  5554. disassembly
  5555. device
  5556. driver
  5557. drivers
  5558. image
  5559. display
  5560. display
  5561. folder
  5562. display
  5563. 8.5.1
  5564. 802.2
  5565. 802.3
  5566. 9650/350
  5567. a/rose
  5568. about
  5569. access
  5570. acrobat
  5571. action
  5572. action
  5573. module
  5574. actions
  5575. active
  5576. addresmenu
  5577. address
  5578. addsearch
  5579. adlib
  5580. administrator
  5581. adobe
  5582. adopting
  5583. adopting
  5584. interface
  5585. adopting
  5586. carbon
  5587. printing
  5588. manager
  5589. adorner
  5590. aegizmos
  5591. aeinteractwithuser
  5592. aesuspendthecurrente
  5593. protocol
  5594. afterN
  5595. after
  5596. after
  5597. moduleN
  5598. aiffk
  5599. writer
  5600. sdevk
  5601. airport
  5602. alawm
  5603. scomm
  5604. alias
  5605. alias
  5606. manager
  5607. aliases
  5608. alitvec
  5609. allocators
  5610. alternatebufferdispl
  5611. altivec
  5612. analog
  5613. analysis
  5614. animate
  5615. be    No Changef
  5616. testing
  5617. debugging
  5618. printersq
  5619. Dev.CD Aug 00 TC Disk 1
  5620. All Packages
  5621. ProcDoggie
  5622. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  5623. 1. Getting a list of running processes
  5624. 2. Getting information about a running process
  5625. 3. Launching a processes, with and without opening documents
  5626. ProcDoggie(PPC)
  5627. ProcDoggie.mcp
  5628. ProcDoggie.p
  5629. ProcDoggie.rsrc
  5630. Read Me About ProcDoggie
  5631. StubLDEF
  5632. UDialogUtils.p
  5633. UEmergMem.p
  5634. UEvents.p
  5635. UGlobals.p
  5636. UMenuHandler.p
  5637. UProcessGuts.p
  5638. UProcessLDEF.p
  5639. UProcessUtils.pK
  5640. May 97L
  5641. Jan 98N
  5642. process managerO9Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:ProcDoggie:PADev.CD Aug 00 TC Disk 2
  5643.  - Sample Code
  5644.  - Processes
  5645.  - ProcDoggieV
  5646. 83491X
  5647. Aug 00^    TC Disk 2
  5648. e    No Change
  5649. butcdef
  5650. butler
  5651. buttin
  5652. button
  5653. buttons
  5654. about
  5655. appearancesample
  5656. about
  5657. appleshare
  5658. client
  5659. about
  5660. backlight
  5661. control
  5662. about
  5663. bbedit
  5664. about
  5665. clipboard
  5666. mag'n
  5667. about
  5668. clipboard
  5669. magician
  5670. about
  5671. clipboard
  5672. magician
  5673. about
  5674. clipboard
  5675. magician
  5676. about
  5677. convert
  5678. projects
  5679. about
  5680. about
  5681. creator
  5682. changer
  5683. about
  5684. custompc/b
  5685. about
  5686. dashed
  5687. lines
  5688. about
  5689. dashed-capped
  5690. lines
  5691. about
  5692. deepscreen
  5693. picker
  5694. about
  5695. deepscreen
  5696. picker
  5697. about
  5698. driver
  5699. installer
  5700. about
  5701. driver
  5702. installer
  5703. parser
  5704. adbreinit
  5705. adbreinit
  5706. noteX
  5707. adbreinit
  5708. addendumx
  5709. addframetomovie
  5710. addframetomovie
  5711. addframetomovie
  5712. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  5713. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  5714. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  5715. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  5716. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  5717. A list of client (word processor) and server (spelling a
  5718. `PJDev.CD Aug 00 TC Disk 2
  5719.  - Sample Code
  5720.  - Printing
  5721.  - Print multipage PICTV
  5722. 83488X
  5723. Aug 00^    TC Disk 2
  5724. --set theItem to choose file -- uncomment to test in an AS editor
  5725.     tell application "Finder"
  5726.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:"
  5727.         activate
  5728.     end tell
  5729. on error errMsg number errNum
  5730.     --enter statements to perform when no records are found such as...
  5731.     display dialog "Sorry, the item you selected could not be found."
  5732.     return
  5733. end try
  5734. e    No Changef
  5735. print
  5736. PICTq
  5737. Dev.CD Aug 00 TC Disk 2
  5738. All Packages
  5739. PrintDialogMagicIuThis example shows how to automate printing while still showing the print dialog (which is needed for LaserWriter 8).JSPrintDialogMagic(PPC)
  5740. PrintDialogMagic.c
  5741. PrintDialogMagic.mcp
  5742. PrintDialogMagic.rsrcM
  5743. LaserWriter 8N
  5744. LaserWriter 8, print, dialogO>Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:V
  5745. 83489X
  5746. 1e    No Change
  5747. de:QuickTime: All Java:V
  5748. 81208X
  5749. 1e    No Change
  5750. aPFDev.CD Aug 00 TC Disk 2
  5751.  - Sample Code
  5752.  - Printing
  5753.  - PrintDialogMagicV
  5754. 83489X
  5755. Aug 00^    TC Disk 2
  5756. --set theItem to choose file -- uncomment to test in an AS editor
  5757.     tell application "Finder"
  5758.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:"
  5759.         activate
  5760.     end tell
  5761. on error errMsg number errNum
  5762.     --enter statements to perform when no records are found such as...
  5763.     display dialog "Sorry, the item you selected could not be found."
  5764.     return
  5765. end try
  5766. e    No Changef
  5767. LaserWriter 8
  5768. print
  5769. dialogq
  5770. Dev.CD Aug 00 TC Disk 2
  5771. All Packages
  5772. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  5773. General tools.imgK
  5774. Feb 94N
  5775. testing, debugging, printersOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  5776.  - Tool Chest
  5777.  - Testing & Debugging
  5778.  - General toolsV
  5779. 83490X
  5780. Aug 00^    TC Disk 1
  5781. e    No Change
  5782. example
  5783. shows
  5784. automate
  5785. printing
  5786. while
  5787. still
  5788. example
  5789. shows
  5790. convert
  5791. version
  5792. example
  5793. simpletext
  5794. 1.4d16
  5795. sample
  5796. extension
  5797. patches
  5798. firmware
  5799. certain
  5800. macintosh
  5801. contains
  5802. illustrates
  5803. determine
  5804. folder
  5805. includes
  5806. folder
  5807. contains
  5808. two-level
  5809. system
  5810. where
  5811. folder
  5812. contains
  5813. example
  5814. illustrating
  5815. folder
  5816. contains
  5817. example
  5818. write
  5819. mamake
  5820. folder
  5821. contains
  5822. apple
  5823. source
  5824. printdialogmagic
  5825. printdialogmagic
  5826. printing
  5827. printingutils
  5828. printingutils
  5829. printondemand
  5830. printondemand
  5831. printpict
  5832. printpict
  5833. printpictlist
  5834. printpictlist
  5835. Nov 94L
  5836. Nov 96O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  5837.  - Sample Code
  5838. waysg
  5839. we're
  5840. we've
  5841. webobjects
  5842. website
  5843. weeklyz
  5844. weeks
  5845. weird
  5846. weiss
  5847. well{
  5848. well-trod
  5849. OPrint 
  5850. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  5851. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  5852. JGOffscreen Region.c
  5853. PrintClippedOffscreen(PPC)
  5854. PrintClippedOffscreen.mcpN
  5855. clip, text, printOEDev.CD Aug 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:PMDev.CD Aug 00 TC Disk 2
  5856.  - Sample Code
  5857.  - Printing
  5858.  - Print Clipped Offscreenhangef
  5859. QuickTime
  5860. Dev.CD Aug 00 TC Disk 2
  5861. All Packages
  5862. All MacintoshI4A collection of all the Macintosh QuickTime samples.J
  5863. Basics
  5864. Capturing
  5865. Codecs
  5866. Effects
  5867. Goodies
  5868. Importers and Exporters
  5869. Music and Sound
  5870. QuickTime for Java
  5871. QuickTime Text
  5872. QuickTime VR
  5873. Streaming
  5874. TimeCodes
  5875. Vectors
  5876. Wired Movies and SpritesO=Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:V
  5877. 81209X
  5878. 1e    No Change
  5879. b--set theItem to choose file -- uncomment to test in an AS editor
  5880.     tell application "Finder"
  5881.         open item "Dev.CD Jul 95"
  5882.         activate
  5883.     end tell
  5884. on error errMsg number errNum
  5885.     --enter statements to perform when no records are found such as...
  5886.     display dialog "Sorry, the item you selected could not be found."
  5887.     return
  5888. end try
  5889. rdocproc
  5890. re-accept
  5891. re-built
  5892. re-compress
  5893. re-direct
  5894. re-distribute
  5895. re-enabled
  5896. re-install
  5897. re-installed
  5898. re-mount
  5899. re-rolled
  5900. re-sizable
  5901. re-use
  5902. re-write
  5903. reaches
  5904. readB
  5905. recordW
  5906. recordableb
  5907. usage
  5908. usage
  5909. history
  5910. 1.4.3b3
  5911. driver
  5912. useful
  5913. useful
  5914. addmenu
  5915. script
  5916. manual
  5917. user's
  5918. userchkgestaltfuncti
  5919. userchkgestaltfuncti
  5920. userchkgestaltfuncti
  5921. userfunction
  5922. userfunction
  5923. gestalt
  5924. using
  5925. quicktime
  5926. conferencing
  5927. using
  5928. rotate
  5929. piccomments
  5930. using
  5931. piccomments
  5932. using
  5933. classes
  5934. utedocument
  5935. utedocument
  5936. utedocument
  5937. utesample
  5938. utesample
  5939. utesample
  5940. utilitiesQ
  5941. 83487X
  5942. Aug 00^    TC Disk 2
  5943. --set theItem to choose file -- uncomment to test in an AS editor
  5944.     tell application "Finder"
  5945.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  5946.         activate
  5947.     end tell
  5948. on error errMsg number errNum
  5949.     --enter statements to perform when no records are found such as...
  5950.     display dialog "Sorry, the item you selected could not be found."
  5951.     return
  5952. end try
  5953. e    No Changef
  5954. printq
  5955. Dev.CD Aug 00 TC Disk 2
  5956. All Packages
  5957. Print multipage PICTI
  5958. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.J]Print Multipage PICT(PPC)
  5959. Print multipage PICT.mcp
  5960. Print multipage PICT.p
  5961. print.p
  5962. Sample.rsrcN
  5963. tile, print, PICTOBDev.CD Aug 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:V
  5964. 83488X
  5965. 1e    No Change
  5966. Time: All Windows.win:V
  5967. 81210X
  5968. 1e    No Change
  5969. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  5970. Wake100.c
  5971. Wake100.make
  5972. WakeINIT.cM
  5973. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Aug 00 TC Disk 1
  5974.  - Sample Code
  5975.  - Devices and Hardware
  5976.  - Miscellaneous
  5977.  - Wake100V
  5978. 84309X
  5979. Aug 00^    TC Disk 1
  5980. --set theItem to choose file -- uncomment to test in an AS editor
  5981.     tell application "Finder"
  5982.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  5983.         activate
  5984.     end tell
  5985. on error errMsg number errNum
  5986.     --enter statements to perform when no records are found such as...
  5987.     display dialog "Sorry, the item you selected could not be found."
  5988.     return
  5989. end try
  5990. e    No Change
  5991. b--set theItem to choose file -- uncomment to test in an AS editor
  5992.     tell application "Finder"
  5993.         open item "Dev.CD Jul 95"
  5994.         activate
  5995.     end tell
  5996. on error errMsg number errNum
  5997.     --enter statements to perform when no records are found such as...
  5998.     display dialog "Sorry, the item you selected could not be found."
  5999.     return
  6000. end try
  6001. ows.win:"
  6002.         activate
  6003.     end tell
  6004. on error errMsg number errNum
  6005.     --enter statements to perform when no records are found such as...
  6006.     display dialog "Sorry, the item you selected could not be found."
  6007.     return
  6008. end try
  6009. e    No Changef    QuickTimeq
  6010. Dev.CD Aug 00 TC Disk 2
  6011. All Packages
  6012. AlternateBufferDisplayIoShows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  6013. JeAltBufferDisplay(PPC)
  6014. AlternateBufferDisplay.c
  6015. AlternateBufferDisplay.mcp
  6016. AlternateBufferDisplay.rsrcM
  6017. Color QuickDrawange
  6018. encodings
  6019. engine
  6020. enhanced
  6021. enhanced
  6022. macintosh
  6023. developer
  6024. enterprise
  6025. nment
  6026. eomodeler
  6027. error
  6028. essentials
  6029. european
  6030. european
  6031. distributors
  6032. localizers
  6033. evenbetterbuserror
  6034. evenbetterbuserror
  6035. event~
  6036. example
  6037. examplecodec
  6038. examples
  6039. exchange
  6040. expand
  6041. explode
  6042. extractor
  6043. f/macos8
  6044. falkenburg's
  6045. fastditherusingqt
  6046. features
  6047. synchronization
  6048. system
  6049. manager
  6050. files
  6051. filesharingon
  6052. filters
  6053. content
  6054. extractor
  6055. finder
  6056. finderdragpro
  6057. finderevents
  6058. finderevents
  6059. finderheaps
  6060. finderlaunch
  6061. findfamilies
  6062. findprinter
  6063. findserialports
  6064. findsysfolder
  6065. floatingpoint
  6066. editor
  6067. folder
  6068. folder
  6069. watching
  6070. fonts
  6071. fonts
  6072. 6.0.4
  6073. All Packages
  6074. PrefsI
  6075. This application displays a sample preferences dialog containing editable text fields, radio buttons, and a file selection button.  Settings from this dialog are saved in a preferences file.
  6076. J%Pref.c
  6077. Pref.rsrc
  6078. Prefs(PPC)
  6079. Prefs.mcpOBDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Prefs:PJDev.CD Aug 00 TC Disk 2
  6080.  - Sample Code
  6081.  - Human Interface Toolbox
  6082.  - PrefsV
  6083. 83486X
  6084. Aug 00^    TC Disk 2
  6085. --set theItem to choose file -- uncomment to test in an AS editor
  6086.     tell application "Finder"
  6087.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Prefs:"
  6088.         activate
  6089.     end tell
  6090. on error errMsg number errNum
  6091.     --enter statements to perform when no records are found such as...
  6092.     display dialog "Sorry, the item you selected could not be found."
  6093.     return
  6094. end try
  6095. e    No Changeq
  6096. Dev.CD Aug 00 TC Disk 2
  6097. All Packages
  6098. Print clipped offscreen
  6099. 83487X
  6100. that the new acceleration curve is in effect, press the mouse button to have the program restore the original acceleration settings, and to quit the program.
  6101. Note that there is the included glue file CursorDevices.Glue.c.  This glue file is used in conjunction with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  6102. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  6103.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  6104. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  6105. Jun 97
  6106. f--set theItem to choose file -- uncomment to test in an AS editor
  6107.     tell application "Finder"
  6108.         open item "Dev.CD Jun 97 SSW"
  6109.         activate
  6110.     end tell
  6111. on error errMsg number errNum
  6112.     --enter statements to perform when no records are found such as...
  6113.     display dialog "Sorry, the item you selected could not be found."
  6114.     return
  6115. end try
  6116. WD!All Packages
  6117. Mac OS SDK Edition
  6118. QuickTime 3 for Mac
  6119. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  6120. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  6121. QuickTime 4 is the hottest streaming technology on the Internet.
  6122. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  6123. For more informatdata
  6124. detectors
  6125. detectorsy
  6126. developerz
  6127. b--set theItem to choose file -- uncomment to test in an AS editor
  6128.     tell application "Finder"
  6129.         open item "Dev.CD Jul 95"
  6130.         activate
  6131.     end tell
  6132. on error errMsg number errNum
  6133.     --enter statements to perform when no records are found such as...
  6134.     display dialog "Sorry, the item you selected could not be found."
  6135.     return
  6136. end try
  6137. --set theItem to choose file -- uncomment to test in an AS editor
  6138.     tell application "Finder"
  6139.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Basics:AlwaysPreview:"
  6140.         activate
  6141.     end tell
  6142. on error errMsg number errNum
  6143.     --enter statements to perform when no records are found such as...
  6144.     display dialog "Sorry, the item you selected could not be found."
  6145.     return
  6146. end try
  6147. e    No Changef&QuickTime
  6148. preview
  6149. CustomGetFilePreviewq
  6150. Dev.CD Aug 00 TC Disk 2
  6151. All Packages
  6152. AnimaI6Demonstrates Sprite animation using off screen GWorldsK
  6153. Aug 00V
  6154. 81213X
  6155. 1e    No Change
  6156. All Packages
  6157. PPC EnablerO
  6158. Dev.CD Jul 95P
  6159. Dev.CD Jul 9V
  6160. 83483X
  6161. Jul 95
  6162. b--set theItem to choose file -- uncomment to test in an AS editor
  6163.     tell application "Finder"
  6164.         open item "Dev.CD Jul 95"
  6165.         activate
  6166.     end tell
  6167. on error errMsg number errNum
  6168.     --enter statements to perform when no records are found such as...
  6169.     display dialog "Sorry, the item you selected could not be found."
  6170.     return
  6171. end try
  6172. All Packages
  6173. PPC EnablerO
  6174. Dev.CD Jul 95P
  6175. Dev.CD Jul 9V
  6176. 83484X
  6177. Jul 95
  6178. b--set theItem to choose file -- uncomment to test in an AS editor
  6179.     tell application "Finder"
  6180.         open item "Dev.CD Jul 95"
  6181.         activate
  6182.     end tell
  6183. on error errMsg number errNum
  6184.     --enter statements to perform when no records are found such as...
  6185.     display dialog "Sorry, the item you selected could not be found."
  6186.     return
  6187. end try
  6188. All Packages
  6189. PPC EnablerO
  6190. Dev.CD Jul 95P
  6191. Dev.CD Jul 9V
  6192. 83485X
  6193. Jul 95
  6194. About Rinaldi Collection 95/02
  6195. Align 2.7 (US)
  6196. ArchiveContent 1.1 (US)
  6197. ATalkZones 1.5 (US)
  6198. Calendoid 1.6 (US)
  6199. CapsLock 1.0 (US)
  6200. Chartoid 1.4 (US)
  6201. ChooseColor 1.1 (US)
  6202. Chooser 2.2 (US)
  6203. ClipInfo 1.0 (US)
  6204. ClipToPict 1.5 (US)
  6205. CompressPictFile 1.2 (US)
  6206. CopyFolder 2.5 (US)
  6207. CopyRes 2.1 (US)
  6208. CreateAlias 1.0 (US)
  6209. CreateCustomIcon 1.1 (US)
  6210. CreateFolder 1.2 (US)
  6211. CreateMenuHelp 1.0 (US)
  6212. CreateThumbnail 1.2 (US)
  6213. DataMaster 1.3 (US)
  6214. DateConverter 1.2 (US)
  6215. DocCreator 1.5 (US)
  6216. DocTypes 1.6 (US)
  6217. DoMenu 1.0 
  6218. EraseFile 1.2 (US)
  6219. ExtractItems 1.4 (US)
  6220. FileCopy 2.7 (US)
  6221. FileIsOpen 1.2 (US)
  6222. FileMaker 1.3 (US)
  6223. FileSharingMaster 1.0 (US)
  6224. FindFolder 1.1 (US)
  6225. FolderSize 1.5 (US)
  6226. FontMaster 1.3 (US)
  6227. FormatNum 1.0 (US)
  6228. FullBalloons 1.0 (US)
  6229. FullDrag 1.3 (US)
  6230. FullFind 1.5 (US)
  6231. FullHPop 1.7 (US)
  6232. FullMove 1.2 (US)
  6233. FullOffset 1.0 (US)
  6234. FullRemove 1.1 (US)
  6235. FullRename 1.4 (US)
  6236. FullReplace 1.1 (US)
  6237. FullResList 2.2 (US)
  6238. FullSFPack 1.7 (US)
  6239. FullSort 3.9 (US)
  6240. FullText 2.1 (US)
  6241. GetBootVol 1.1 (US)
  6242. GetDInfo 1.1 
  6243. packages
  6244. enabler
  6245. prefs
  6246. premixer
  6247. primer
  6248. print
  6249. print
  6250. clipped
  6251. offscreen
  6252. print
  6253. multipage
  6254. printdialogmagic
  6255. printing
  6256. printrecordspy
  6257. procdoggie
  6258. process
  6259. processes
  6260. processorC
  6261. profile
  6262. profiler
  6263. profilerenamer
  6264. progguide
  6265. progguide
  6266. apple
  6267. scanners
  6268. program
  6269. programmer's
  6270. programmer's
  6271. 1.4.2
  6272. progressbars
  6273. progresswindoid-c
  6274. project
  6275. projectdrag
  6276. projectdrag
  6277. 1.1b8
  6278. projects
  6279. protoviews
  6280. publications
  6281. spooler
  6282. patch
  6283. 1.0.2
  6284. qdmediahandler
  6285. qdmediamaker
  6286. internals
  6287. qdesign
  6288. decomp
  6289. qt3dtween
  6290. qtaddeffectseg
  6291. qtcreatemovie
  6292. qteffects
  6293. b--set theItem to choose file -- uncomment to test in an AS editor
  6294.     tell application "Finder"
  6295.         open item "Dev.CD Jul 95"
  6296.         activate
  6297.     end tell
  6298. on error errMsg number errNum
  6299.     --enter statements to perform when no records are found such as...
  6300.     display dialog "Sorry, the item you selected could not be found."
  6301.     return
  6302. end try
  6303.  and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  6304. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  6305. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  6306. See the ReadMe.
  6307. J"Appearance
  6308. Contextual Menu ManagerK
  6309. Mar 98L
  6310. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  6311. All Packages
  6312. PPC EnablerO
  6313. Dev.CD Jul 95P
  6314. Dev.CD Jul 9V
  6315. 83480X
  6316. Jul 95
  6317. b--set theItem to choose file -- uncomment to test in an AS editor
  6318.     tell application "Finder"
  6319.         open item "Dev.CD Jul 95"
  6320.         activate
  6321.     end tell
  6322. on error errMsg number errNum
  6323.     --enter statements to perform when no records are found such as...
  6324.     display dialog "Sorry, the item you selected could not be found."
  6325.     return
  6326. end try
  6327. All Packages
  6328. PPC EnablerO
  6329. Dev.CD Jul 95P
  6330. Dev.CD Jul 9V
  6331. 83481X
  6332. Jul 95
  6333. b--set theItem to choose file -- uncomment to test in an AS editor
  6334.     tell application "Finder"
  6335.         open item "Dev.CD Jul 95"
  6336.         activate
  6337.     end tell
  6338. on error errMsg number errNum
  6339.     --enter statements to perform when no records are found such as...
  6340.     display dialog "Sorry, the item you selected could not be found."
  6341.     return
  6342. end try
  6343. All Packages
  6344. PPC EnablerO
  6345. Dev.CD Jul 95P
  6346. Dev.CD Jul 9V
  6347. 83482X
  6348. Jul 95
  6349. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  6350. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  6351. It also demonstrates:
  6352. -A list definition implementation.
  6353. -A technique to help you debug stand-alone code.
  6354. -An example of how to build a safe fat resource.
  6355. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  6356.     F@ has been re-built successfully using Think, MPW and Metrowerks.
  6357. Documents
  6358. Goodies
  6359. Ideas, Opportunities, and Info
  6360. Open Me First
  6361. Programming Stuff
  6362. QuickDraw GX Init Update
  6363. QuickDraw
  6364.  GX - Read Me FirstK
  6365. Aug 95L
  6366. Jan 97N
  6367. QuickDraw GX, GraphicsOHDev.CD Jul 00 SDK2:Development Kits:
  6368.  Obsolete/Unsupported:QuickDraw GX:PPDev.CD Jul 00 SDK2
  6369.  - Development Kits
  6370.  Obsolete/Unsupported
  6371.  - QuickDraw GX
  6372. compression
  6373. contextualy
  6374. contextual
  6375. menuy
  6376. coprocessorR
  6377. copybits
  6378. countersA
  6379. customgetfilepreview
  6380. darkN
  6381. datay
  6382. decompression
  6383. detector
  6384. detectorsy
  6385. developerz
  6386. device
  6387. editorO
  6388. ethernetR
  6389. ethernet
  6390. eventi
  6391. eventsb
  6392. frame
  6393. framework
  6394. functionv
  6395. function
  6396. keysv
  6397. gatewayT
  6398. guide
  6399. gworldr
  6400. hardware
  6401. systems
  6402. hotspot
  6403. hypercard
  6404. index
  6405. interaction
  6406. gatewayT
  6407. keyboardV
  6408. keyboard
  6409. keysv
  6410. macapp
  6411. macintoshR
  6412. b--set theItem to choose file -- uncomment to test in an AS editor
  6413.     tell application "Finder"
  6414.         open item "Dev.CD Jul 95"
  6415.         activate
  6416.     end tell
  6417. on error errMsg number errNum
  6418.     --enter statements to perform when no records are found such as...
  6419.     display dialog "Sorry, the item you selected could not be found."
  6420.     return
  6421. end try
  6422. Jul 00^
  6423. --set theItem to choose file -- uncomment to test in an AS editor
  6424.     tell application "Finder"
  6425.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  6426.         activate
  6427.     end tell
  6428. on error errMsg number errNum
  6429.     --enter statements to perform when no records are found such as...
  6430.     display dialog "Sorry, the item you selected could not be found."
  6431.     return
  6432. end try
  6433. e    No Changef"Appearance
  6434. .Keyboard
  6435. function keysq
  6436. Dev.CD Jul 00 SDK1
  6437. 7D(All Packages
  6438. Reference Library Edition
  6439. Apple CD-ROM Handbook
  6440. b--set theItem to choose file -- uncomment to test in an AS editor
  6441.     tell application "Finder"
  6442.         open item "Dev.CD Jul 95"
  6443.         activate
  6444.     end tell
  6445. on error errMsg number errNum
  6446.     --enter statements to perform when no records are found such as...
  6447.     display dialog "Sorry, the item you selected could not be found."
  6448.     return
  6449. end try
  6450. rry, the item you selected could not be found."
  6451.     return
  6452. end try
  6453. Deletedq
  6454. Dev.CD Dec 99 RL
  6455. 8D!All Packages
  6456. Mac OS SDK Edition
  6457. Apple Color OneScanner SDK
  6458. All Packages
  6459. PPC EnablerO
  6460. Dev.CD Jul 95P
  6461. Dev.CD Jul 9V
  6462. 83477X
  6463. Jul 95
  6464. b--set theItem to choose file -- uncomment to test in an AS editor
  6465.     tell application "Finder"
  6466.         open item "Dev.CD Jul 95"
  6467.         activate
  6468.     end tell
  6469. on error errMsg number errNum
  6470.     --enter statements to perform when no records are found such as...
  6471.     display dialog "Sorry, the item you selected could not be found."
  6472.     return
  6473. end try
  6474. All Packages
  6475. PPC EnablerO
  6476. Dev.CD Jul 95P
  6477. Dev.CD Jul 9V
  6478. 83478X
  6479. Jul 95
  6480. b--set theItem to choose file -- uncomment to test in an AS editor
  6481.     tell application "Finder"
  6482.         open item "Dev.CD Jul 95"
  6483.         activate
  6484.     end tell
  6485. on error errMsg number errNum
  6486.     --enter statements to perform when no records are found such as...
  6487.     display dialog "Sorry, the item you selected could not be found."
  6488.     return
  6489. end try
  6490. All Packages
  6491. PPC EnablerO
  6492. Dev.CD Jul 95P
  6493. Dev.CD Jul 9V
  6494. 83479X
  6495. Jul 95
  6496. oO@Dev.CD Aug 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:PHDev.CD Aug 00 TC Disk 2
  6497.  - Sample Code
  6498.  - Text
  6499.  - TypeServicesForUnicodeV
  6500. 84271X
  6501. Aug 00^    TC Disk 2
  6502. --set theItem to choose file -- uncomment to test in an AS editor
  6503.     tell application "Finder"
  6504.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  6505.         activate
  6506.     end tell
  6507. on error errMsg number errNum
  6508.     --enter statements to perform when no records are found such as...
  6509.     display dialog "Sorry, the item you selected could not be found."
  6510.     return
  6511. end try
  6512. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  6513. Dev.CD Aug 00 TC Disk 2
  6514. All Packages
  6515. TypeServicesForUnicode
  6516. 84272X
  6517. 83975X
  6518. Nov 99^
  6519. --set theItem to choose file -- uncomment to test in an AS editor
  6520.     tell application "Finder"
  6521.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  6522.         activate
  6523.     end tell
  6524. on error errMsg number errNum
  6525.     --enter statements to perform when no records are found such as...
  6526.     display dialog "Sorry, the item you selected could not be found."
  6527.     return
  6528. end try
  6529. Deletedq
  6530. Dev.CD Nov 99 TC
  6531. All Packages
  6532. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  6533. Dev.CD Jan 94
  6534. Dev.CD Oct 93
  6535. Dev.CD Jul 93
  6536. Dev.CD Apr 93PDDev.CD Apr 94
  6537. Dev.CD Jan 94
  6538. Dev.CD Oct 93
  6539. Dev.CD Jul 93
  6540. Dev.CD Apr 9V
  6541. 83976X
  6542. Apr 94
  6543. program
  6544. sample
  6545. demonstrate
  6546. apple
  6547. events
  6548. locking
  6549. lockvol
  6550. logged
  6551. logging^
  6552. logic
  6553. logical
  6554. login
  6555. logins
  6556. long-awaited
  6557. long-signal
  6558. long-term
  6559. longer
  6560. longitude
  6561. looking
  6562. looks
  6563. lookup
  6564. lookupmenu
  6565. lookups
  6566. looming
  6567. looney
  6568. appleshare
  6569. client
  6570. appleshare
  6571. appleshare
  6572. appleshareclientapi
  6573. appleshareclientapi
  6574. applesingle/appledou
  6575. applesingle/appledou
  6576. format
  6577. All Packages
  6578. PPC EnablerO
  6579. Dev.CD Jul 95P
  6580. Dev.CD Jul 9V
  6581. 83471X
  6582. Jul 95
  6583. b--set theItem to choose file -- uncomment to test in an AS editor
  6584.     tell application "Finder"
  6585.         open item "Dev.CD Jul 95"
  6586.         activate
  6587.     end tell
  6588. on error errMsg number errNum
  6589.     --enter statements to perform when no records are found such as...
  6590.     display dialog "Sorry, the item you selected could not be found."
  6591.     return
  6592. end try
  6593. All Packages
  6594. PPC EnablerO
  6595. Dev.CD Jul 95P
  6596. Dev.CD Jul 9V
  6597. 83472X
  6598. Jul 95
  6599. b--set theItem to choose file -- uncomment to test in an AS editor
  6600.     tell application "Finder"
  6601.         open item "Dev.CD Jul 95"
  6602.         activate
  6603.     end tell
  6604. on error errMsg number errNum
  6605.     --enter statements to perform when no records are found such as...
  6606.     display dialog "Sorry, the item you selected could not be found."
  6607.     return
  6608. end try
  6609. All Packages
  6610. PPC EnablerO
  6611. Dev.CD Jul 95P
  6612. Dev.CD Jul 9V
  6613. 83473X
  6614. Jul 95
  6615. All Packages
  6616. PPC EnablerO
  6617. Dev.CD Jul 95P
  6618. Dev.CD Jul 9V
  6619. 83474X
  6620. Jul 95
  6621. b--set theItem to choose file -- uncomment to test in an AS editor
  6622.     tell application "Finder"
  6623.         open item "Dev.CD Jul 95"
  6624.         activate
  6625.     end tell
  6626. on error errMsg number errNum
  6627.     --enter statements to perform when no records are found such as...
  6628.     display dialog "Sorry, the item you selected could not be found."
  6629.     return
  6630. end try
  6631. All Packages
  6632. PPC EnablerO
  6633. Dev.CD Jul 95P
  6634. Dev.CD Jul 9V
  6635. 83475X
  6636. Jul 95
  6637. b--set theItem to choose file -- uncomment to test in an AS editor
  6638.     tell application "Finder"
  6639.         open item "Dev.CD Jul 95"
  6640.         activate
  6641.     end tell
  6642. on error errMsg number errNum
  6643.     --enter statements to perform when no records are found such as...
  6644.     display dialog "Sorry, the item you selected could not be found."
  6645.     return
  6646. end try
  6647. All Packages
  6648. PPC EnablerO
  6649. Dev.CD Jul 95P
  6650. Dev.CD Jul 9V
  6651. 83476X
  6652. Jul 95
  6653. lor OneScanner SDK:
  6654. b--set theItem to choose file -- uncomment to test in an AS editor
  6655.     tell application "Finder"
  6656.         open item "Dev.CD Oct 94"
  6657.         activate
  6658.     end tell
  6659. on error errMsg number errNum
  6660.     --enter statements to perform when no records are found such as...
  6661.     display dialog "Sorry, the item you selected could not be found."
  6662.     return
  6663. end try
  6664. nt 'see' specific information on the target (i.e. VU Aid has
  6665.     ScreenCompare and WindowCompare modules which permit the target to tell
  6666.     its host if specific or all screen content matches a pre-measured checksum.
  6667.   vuCollect 1.0b1
  6668.     This folder contains a combination MPW Tool/Script that is designed
  6669.     to collect information on a target machine and format it so that there
  6670.     is only 1 descriptor per line.  For more information, see the
  6671.     "vuCollect ReadMe" file.
  6672.   VUMarF
  6673. k 1.0b1
  6674.     VUMark is an MPW script that will mark all of the VU tasks in a file
  6675.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  6676.     document.
  6677. Virtual User tools.imgK
  6678. Vol VL
  6679. Feb 94M1ShimmerMate must be launched from the same volumeOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  6680.  - Tool Chest
  6681.  - Testing & Debugging
  6682.  - Virtual User tools
  6683. requests
  6684. resedit
  6685. resources
  6686. System Enabler 111 (PB 160/180)O
  6687. Dev.CD Apr 93P
  6688. Dev.CD Apr 9V
  6689. 84112X
  6690. Apr 93
  6691. b--set theItem to choose file -- uncomment to test in an AS editor
  6692.     tell application "Finder"
  6693.         open item "Dev.CD Apr 93"
  6694.         activate
  6695.     end tell
  6696. on error errMsg number errNum
  6697.     --enter statements to perform when no records are found such as...
  6698.     display dialog "Sorry, the item you selected could not be found."
  6699.     return
  6700. end try
  6701. All Packages
  6702. System Enabler 121 (PB 165c)O
  6703. Dev.CD Apr 93P
  6704. Dev.CD Apr 9V
  6705. 84113X
  6706. Apr 93
  6707. b--set theItem to choose file -- uncomment to test in an AS editor
  6708.     tell application "Finder"
  6709.         open item "Dev.CD Apr 93"
  6710.         activate
  6711.     end tell
  6712. on error errMsg number errNum
  6713.     --enter statements to perform when no records are found such as...
  6714.     display dialog "Sorry, the item you selected could not be found."
  6715.     return
  6716. end try
  6717. All Packages
  6718. F)System Enabler 131 (PB 160/165c/180/180c)V
  6719. 84114X
  6720. p--set theItem to choose file -- uncomment to test in an AS editor
  6721.     tell application "Finder"
  6722.         open item "Dev.CD Apr 94
  6723. Dev.CD Jan 94"
  6724.         activate
  6725.     end tell
  6726. on error errMsg number errNum
  6727.     --enter statements to perform when no records are found such as...
  6728.     display dialog "Sorry, the item you selected could not be found."
  6729.     return
  6730. end try
  6731. modelb
  6732. modeled
  6733. modeling
  6734. modelsu
  6735. modemU
  6736. moderated
  6737. modermu
  6738. modern
  6739. modes
  6740. modified`
  6741. modifier
  6742. modify
  6743. modifying
  6744. moduleN
  6745. modulesR
  6746. momentum{
  6747. money
  6748. monitorU
  6749. monitoringA
  6750. monroe
  6751. month
  6752. monthly{
  6753. morec
  6754. All Packages
  6755. PowerTalk (PPC)O
  6756. Dev.CD Oct 94P
  6757. Dev.CD Oct 9V
  6758. 83465X
  6759. Oct 94
  6760. b--set theItem to choose file -- uncomment to test in an AS editor
  6761.     tell application "Finder"
  6762.         open item "Dev.CD Oct 94"
  6763.         activate
  6764.     end tell
  6765. on error errMsg number errNum
  6766.     --enter statements to perform when no records are found such as...
  6767.     display dialog "Sorry, the item you selected could not be found."
  6768.     return
  6769. end try
  6770. All Packages
  6771. PowerTalk (PPC)O
  6772. Dev.CD Oct 94P
  6773. Dev.CD Oct 9V
  6774. 83466X
  6775. Oct 94
  6776. b--set theItem to choose file -- uncomment to test in an AS editor
  6777.     tell application "Finder"
  6778.         open item "Dev.CD Oct 94"
  6779.         activate
  6780.     end tell
  6781. on error errMsg number errNum
  6782.     --enter statements to perform when no records are found such as...
  6783.     display dialog "Sorry, the item you selected could not be found."
  6784.     return
  6785. end try
  6786. All Packages
  6787. PowerTalk (PPC)O
  6788. Dev.CD Oct 94P
  6789. Dev.CD Oct 9V
  6790. 83467X
  6791. Oct 94
  6792. cess. 
  6793. b--set theItem to choose file -- uncomment to test in an AS editor
  6794.     tell application "Finder"
  6795.         open item "Dev.CD Oct 94"
  6796.         activate
  6797.     end tell
  6798. on error errMsg number errNum
  6799.     --enter statements to perform when no records are found such as...
  6800.     display dialog "Sorry, the item you selected could not be found."
  6801.     return
  6802. end try
  6803.  is presented with a popup menu of actions, and 4) chooses one of those actions for execution.  Apple Data Detectors has a plug-in
  6804.  to the Contextual Menu which provides it the opportunity to populate the Contextual Menu when the user selects text.
  6805. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  6806. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  6807. Features: Apple Data Detectors Extension - provides base functional
  6808. All Packages
  6809. PowerTalk (PPC)O
  6810. Dev.CD Oct 94P
  6811. Dev.CD Oct 9V
  6812. 83468X
  6813. Oct 94
  6814. b--set theItem to choose file -- uncomment to test in an AS editor
  6815.     tell application "Finder"
  6816.         open item "Dev.CD Oct 94"
  6817.         activate
  6818.     end tell
  6819. on error errMsg number errNum
  6820.     --enter statements to perform when no records are found such as...
  6821.     display dialog "Sorry, the item you selected could not be found."
  6822.     return
  6823. end try
  6824. All Packages
  6825. PowerTalk (PPC)O
  6826. Dev.CD Oct 94P
  6827. Dev.CD Oct 9V
  6828. 83469X
  6829. Oct 94
  6830. b--set theItem to choose file -- uncomment to test in an AS editor
  6831.     tell application "Finder"
  6832.         open item "Dev.CD Oct 94"
  6833.         activate
  6834.     end tell
  6835. on error errMsg number errNum
  6836.     --enter statements to perform when no records are found such as...
  6837.     display dialog "Sorry, the item you selected could not be found."
  6838.     return
  6839. end try
  6840. All Packages
  6841. PowerTalk (PPC)O
  6842. Dev.CD Oct 94P
  6843. Dev.CD Oct 9V
  6844. 83470X
  6845. Oct 94
  6846. b--set theItem to choose file -- uncomment to test in an AS editor
  6847.     tell application "Finder"
  6848.         open item "Dev.CD Oct 94"
  6849.         activate
  6850.     end tell
  6851. on error errMsg number errNum
  6852.     --enter statements to perform when no records are found such as...
  6853.     display dialog "Sorry, the item you selected could not be found."
  6854.     return
  6855. end try
  6856. l 00 SDK1
  6857.  - Development Kits
  6858.  - Mac OS
  6859.  - Apple Data Detectors SDK
  6860. All Packages
  6861. PowerTalk (PPC)O
  6862. Dev.CD Oct 94P
  6863. Dev.CD Oct 9V
  6864. 83462X
  6865. Oct 94
  6866. b--set theItem to choose file -- uncomment to test in an AS editor
  6867.     tell application "Finder"
  6868.         open item "Dev.CD Oct 94"
  6869.         activate
  6870.     end tell
  6871. on error errMsg number errNum
  6872.     --enter statements to perform when no records are found such as...
  6873.     display dialog "Sorry, the item you selected could not be found."
  6874.     return
  6875. end try
  6876. All Packages
  6877. PowerTalk (PPC)O
  6878. Dev.CD Oct 94P
  6879. Dev.CD Oct 9V
  6880. 83463X
  6881. Oct 94
  6882. b--set theItem to choose file -- uncomment to test in an AS editor
  6883.     tell application "Finder"
  6884.         open item "Dev.CD Oct 94"
  6885.         activate
  6886.     end tell
  6887. on error errMsg number errNum
  6888.     --enter statements to perform when no records are found such as...
  6889.     display dialog "Sorry, the item you selected could not be found."
  6890.     return
  6891. end try
  6892. All Packages
  6893. PowerTalk (PPC)O
  6894. Dev.CD Oct 94P
  6895. Dev.CD Oct 9V
  6896. 83464X
  6897. Oct 94
  6898. b--set theItem to choose file -- uncomment to test in an AS editor
  6899.     tell application "Finder"
  6900.         open item "Dev.CD Oct 94"
  6901.         activate
  6902.     end tell
  6903. on error errMsg number errNum
  6904.     --enter statements to perform when no records are found such as...
  6905.     display dialog "Sorry, the item you selected could not be found."
  6906.     return
  6907. end try
  6908. All Packages
  6909. System 7.5 Update 1.0O
  6910. Dev.CD Jan 96 SSWP
  6911. Dev.CD Jan 96 SSV
  6912. 83935X
  6913. Jan 96
  6914. f--set theItem to choose file -- uncomment to test in an AS editor
  6915.     tell application "Finder"
  6916.         open item "Dev.CD Jan 96 SSW"
  6917.         activate
  6918.     end tell
  6919. on error errMsg number errNum
  6920.     --enter statements to perform when no records are found such as...
  6921.     display dialog "Sorry, the item you selected could not be found."
  6922.     return
  6923. end try
  6924. All Packages
  6925. System 7.5 Update 1.0O
  6926. Dev.CD Jan 96 SSWP
  6927. Dev.CD Jan 96 SSV
  6928. 83936X
  6929. Jan 96
  6930. f--set theItem to choose file -- uncomment to test in an AS editor
  6931.     tell application "Finder"
  6932.         open item "Dev.CD Jan 96 SSW"
  6933.         activate
  6934.     end tell
  6935. on error errMsg number errNum
  6936.     --enter statements to perform when no records are found such as...
  6937.     display dialog "Sorry, the item you selected could not be found."
  6938.     return
  6939. end try
  6940. All Packages
  6941. System 7.5 Update 1.0V
  6942. 83937X
  6943. 83449X
  6944. Apr 95
  6945. p--set theItem to choose file -- uncomment to test in an AS editor
  6946.     tell application "Finder"
  6947.         open item "Dev.CD Apr 95
  6948. Dev.CD Jan 95"
  6949.         activate
  6950.     end tell
  6951. on error errMsg number errNum
  6952.     --enter statements to perform when no records are found such as...
  6953.     display dialog "Sorry, the item you selected could not be found."
  6954.     return
  6955. end try
  6956. All Packages
  6957. F    PowerTalkO
  6958. Dev.CD Apr 95P
  6959. Dev.CD Apr 9V
  6960. 83450X
  6961. Apr 95
  6962. b--set theItem to choose file -- uncomment to test in an AS editor
  6963.     tell application "Finder"
  6964.         open item "Dev.CD Apr 95"
  6965.         activate
  6966.     end tell
  6967. on error errMsg number errNum
  6968.     --enter statements to perform when no records are found such as...
  6969.     display dialog "Sorry, the item you selected could not be found."
  6970.     return
  6971. end try
  6972. All Packages
  6973. F    PowerTalkO
  6974. Dev.CD Apr 95
  6975. Dev.CD Jan 95P
  6976. Dev.CD Apr 95
  6977. Dev.CD Jan 9V
  6978. 83451X
  6979. Apr 95
  6980. Dev.CD Apr 9V
  6981. 83459X
  6982. Apr 95
  6983. b--set theItem to choose file -- uncomment to test in an AS editor
  6984.     tell application "Finder"
  6985.         open item "Dev.CD Apr 95"
  6986.         activate
  6987.     end tell
  6988. on error errMsg number errNum
  6989.     --enter statements to perform when no records are found such as...
  6990.     display dialog "Sorry, the item you selected could not be found."
  6991.     return
  6992. end try
  6993. All Packages
  6994. PowerTalk (PPC)O
  6995. Dev.CD Oct 94P
  6996. Dev.CD Oct 9V
  6997. 83460X
  6998. Oct 94
  6999. b--set theItem to choose file -- uncomment to test in an AS editor
  7000.     tell application "Finder"
  7001.         open item "Dev.CD Oct 94"
  7002.         activate
  7003.     end tell
  7004. on error errMsg number errNum
  7005.     --enter statements to perform when no records are found such as...
  7006.     display dialog "Sorry, the item you selected could not be found."
  7007.     return
  7008. end try
  7009. All Packages
  7010. PowerTalk (PPC)O
  7011. Dev.CD Oct 94P
  7012. Dev.CD Oct 9V
  7013. 83461X
  7014. Oct 94
  7015.  Tools Strategy. IndustryWatch: The Macintosh Strate
  7016. N!testing, debugging, multiple openOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  7017.  - Tool Chest
  7018.  - Testing & Debugging
  7019.  - General toolsV
  7020. 84344X
  7021. Aug 00^    TC Disk 1
  7022. --set theItem to choose file -- uncomment to test in an AS editor
  7023.     tell application "Finder"
  7024.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  7025.         activate
  7026.     end tell
  7027. on error errMsg number errNum
  7028.     --enter statements to perform when no records are found such as...
  7029.     display dialog "Sorry, the item you selected could not be found."
  7030.     return
  7031. end try
  7032. e    No Changef
  7033. testing
  7034. debugging
  7035. multiple openq
  7036. Dev.CD Aug 00 TC Disk 1
  7037. p--set theItem to choose file -- uncomment to test in an AS editor
  7038.     tell application "Finder"
  7039.         open item "Dev.CD Apr 95
  7040. Dev.CD Jan 95"
  7041.         activate
  7042.     end tell
  7043. on error errMsg number errNum
  7044.     --enter statements to perform when no records are found such as...
  7045.     display dialog "Sorry, the item you selected could not be found."
  7046.     return
  7047. end try
  7048. s; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  7049. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  7050. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  7051. Business & Marketin
  7052. All Packages
  7053. F    PowerTalkO
  7054. Dev.CD Apr 95
  7055. Dev.CD Jan 95P
  7056. Dev.CD Apr 95
  7057. Dev.CD Jan 9V
  7058. 83457X
  7059. Apr 95
  7060. p--set theItem to choose file -- uncomment to test in an AS editor
  7061.     tell application "Finder"
  7062.         open item "Dev.CD Apr 95
  7063. Dev.CD Jan 95"
  7064.         activate
  7065.     end tell
  7066. on error errMsg number errNum
  7067.     --enter statements to perform when no records are found such as...
  7068.     display dialog "Sorry, the item you selected could not be found."
  7069.     return
  7070. end try
  7071. All Packages
  7072. F    PowerTalkO
  7073. Dev.CD Apr 95P
  7074. Dev.CD Apr 9V
  7075. 83458X
  7076. Apr 95
  7077. b--set theItem to choose file -- uncomment to test in an AS editor
  7078.     tell application "Finder"
  7079.         open item "Dev.CD Apr 95"
  7080.         activate
  7081.     end tell
  7082. on error errMsg number errNum
  7083.     --enter statements to perform when no records are found such as...
  7084.     display dialog "Sorry, the item you selected could not be found."
  7085.     return
  7086. end try
  7087. All Packages
  7088. F    PowerTalkO
  7089. Dev.CD Apr 95V
  7090. 83459X
  7091. >F    PowerTalkO
  7092. Dev.CD Apr 95P
  7093. Dev.CD Apr 9ight Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  7094. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  7095. June 1995 Apple Directions Articles
  7096. They're Here: Power Computing Ships First Mac OS Compatibles
  7097. Strategy Mosaic: Copland: Technology For Customers' Sakes
  7098. Editor
  7099. s Note: Hedging Your
  7100.  Investments
  7101. IndustryWatch: Fast and Getting Faster
  7102. OpenDoc Developer Release 2
  7103. Apple Ships Open Transport Beta Software
  7104. Apple Reduces Prices on Developer University Self-Paced Training Products
  7105. develop Issue 22: More Than Ever!
  7106. CD Highlights: Reference Library Edition, June 1995
  7107. OpenDoc
  7108. One Architecture Fits All
  7109. Human Interface: Network Nirvana
  7110. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  7111. Market Research Monthly: The Most Popular Application Categories
  7112. Special Marketing Report:
  7113. 83454X
  7114. Apr 95
  7115. b--set theItem to choose file -- uncomment to test in an AS editor
  7116.     tell application "Finder"
  7117.         open item "Dev.CD Apr 95"
  7118.         activate
  7119.     end tell
  7120. on error errMsg number errNum
  7121.     --enter statements to perform when no records are found such as...
  7122.     display dialog "Sorry, the item you selected could not be found."
  7123.     return
  7124. end try
  7125. All Packages
  7126. F    PowerTalkO
  7127. Dev.CD Apr 95P
  7128. Dev.CD Apr 9V
  7129. 83455X
  7130. Apr 95
  7131. b--set theItem to choose file -- uncomment to test in an AS editor
  7132.     tell application "Finder"
  7133.         open item "Dev.CD Apr 95"
  7134.         activate
  7135.     end tell
  7136. on error errMsg number errNum
  7137.     --enter statements to perform when no records are found such as...
  7138.     display dialog "Sorry, the item you selected could not be found."
  7139.     return
  7140. end try
  7141. All Packages
  7142. F    PowerTalkO
  7143. Dev.CD Apr 95
  7144. Dev.CD Jan 95P
  7145. Dev.CD Apr 95
  7146. Dev.CD Jan 9V
  7147. 83456X
  7148. Apr 95
  7149. arch 1995 Apple Directions Articles
  7150. News: Apple N
  7151. p--set theItem to choose file -- uncomment to test in an AS editor
  7152.     tell application "Finder"
  7153.         open item "Dev.CD Apr 95
  7154. Dev.CD Jan 95"
  7155.         activate
  7156.     end tell
  7157. on error errMsg number errNum
  7158.     --enter statements to perform when no records are found such as...
  7159.     display dialog "Sorry, the item you selected could not be found."
  7160.     return
  7161. end try
  7162. I Q&A, pt 3; QuickDraw 3D.
  7163. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  7164. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  7165. This is final draft copy from the February Apple Directions, 
  7166.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  7167. February 1995 Apple Directions Articles
  7168. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  7169. All Packages
  7170. F    PowerTalkO
  7171. Dev.CD Apr 95
  7172. Dev.CD Jan 95P
  7173. Dev.CD Apr 95
  7174. Dev.CD Jan 9V
  7175. 83452X
  7176. Apr 95
  7177. p--set theItem to choose file -- uncomment to test in an AS editor
  7178.     tell application "Finder"
  7179.         open item "Dev.CD Apr 95
  7180. Dev.CD Jan 95"
  7181.         activate
  7182.     end tell
  7183. on error errMsg number errNum
  7184.     --enter statements to perform when no records are found such as...
  7185.     display dialog "Sorry, the item you selected could not be found."
  7186.     return
  7187. end try
  7188. All Packages
  7189. F    PowerTalkO
  7190. Dev.CD Apr 95
  7191. Dev.CD Jan 95P
  7192. Dev.CD Apr 95
  7193. Dev.CD Jan 9V
  7194. 83453X
  7195. Apr 95
  7196. p--set theItem to choose file -- uncomment to test in an AS editor
  7197.     tell application "Finder"
  7198.         open item "Dev.CD Apr 95
  7199. Dev.CD Jan 95"
  7200.         activate
  7201.     end tell
  7202. on error errMsg number errNum
  7203.     --enter statements to perform when no records are found such as...
  7204.     display dialog "Sorry, the item you selected could not be found."
  7205.     return
  7206. end try
  7207. All Packages
  7208. 9F    PowerTalkO
  7209. Dev.CD Apr 95
  7210. Dev.CD Jan 95P
  7211. Dev.CD Apr 95
  7212. Dev.CD Jan 9ts); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  7213. This is final draft copy from Apple Directions, 
  7214.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  7215. Apple Directions 01/95
  7216. Apple Directions 02/95
  7217. Apple Directions 03/95
  7218. Apple Directions 04/95
  7219. Apple Directions 05/95
  7220. Apple Directions 06/95
  7221. Apple Directions 07/95
  7222. Apple Directions 08/95
  7223. Apple Directions 09/95
  7224. Apple Directions 10/95
  7225. Apple Directions 11/95
  7226. Apple Directions 12/95
  7227. Mar 95L
  7228. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  7229.  - Programs & Marketing
  7230.  - Apple Directions
  7231.  - Apple Directions 1995
  7232. 5fewer missing characters in some conversions.
  7233.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  7234.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  7235.  Improved multiple script runs and long digit sequences.
  7236.  Improved building conversions involving Unicode variants, including UTF-8.
  7237. ------------->
  7238. ----------->
  7239. 68K Static Libraries
  7240. Documentation
  7241. Headers
  7242. Place in Extensions Folder
  7243. Place in System Folder
  7244. Read Me
  7245. Sample Code
  7246. Stub Libraries
  7247. Text Encoding Converter
  7248. Text EncodingsK
  7249. Dec 97L
  7250. Dec 99M
  7251. Mac OS 7.6.1 or laterNHText Encoding Converter, TEC, Unicode, charset, character encoding, MIMEOGDev.CD Jul 00 SDK1:Development Kits:Mac OS:Text Encoding Converter 1.5:PODev.CD Jul 00 SDK1
  7252.  - Development Kits
  7253.  - Mac OS
  7254.  - Text Encoding Converter 1.5
  7255. closeall
  7256. closed
  7257. closeport
  7258. closest
  7259. closing
  7260. clouseau
  7261. compression/decompreQ
  7262. compressor
  7263. computer{
  7264. computer'sz
  7265. computers{
  7266. --set theItem to choose file -- uncomment to test in an AS editor
  7267.     tell application "Finder"
  7268.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  7269.         activate
  7270.     end tell
  7271. on error errMsg number errNum
  7272.     --enter statements to perform when no records are found such as...
  7273.     display dialog "Sorry, the item you selected could not be found."
  7274.     return
  7275. end try
  7276. database
  7277. databases
  7278. datafork
  7279. datedialog
  7280. dates
  7281. david
  7282. davidson
  7283. day-to-day
  7284. dboxproc
  7285. dcmdi
  7286. dcmdsc
  7287. deals
  7288. deanna
  7289. deatherage
  7290. debabelizer
  7291. tester
  7292. testfinderlaunch
  7293. testfinderlaunch
  7294. testfinderlaunch
  7295. testfinderlaunch
  7296. testfinderlaunch
  7297. testfunction
  7298. testfunction
  7299. testfunction
  7300. testfunctions
  7301. testfunctions
  7302. testfunctions
  7303. All Packages
  7304. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  7305. Dev.CD Jan 94
  7306. Dev.CD Oct 93
  7307. Dev.CD Jul 93
  7308. Dev.CD Apr 93PDDev.CD Apr 94
  7309. Dev.CD Jan 94
  7310. Dev.CD Oct 93
  7311. Dev.CD Jul 93
  7312. Dev.CD Apr 9V
  7313. 83983X
  7314. Apr 94
  7315. --set theItem to choose file -- uncomment to test in an AS editor
  7316.     tell application "Finder"
  7317.         open item "Dev.CD Apr 94
  7318. Dev.CD Jan 94
  7319. Dev.CD Oct 93
  7320. Dev.CD Jul 93
  7321. Dev.CD Apr 93"
  7322.         activate
  7323.     end tell
  7324. on error errMsg number errNum
  7325.     --enter statements to perform when no records are found such as...
  7326.     display dialog "Sorry, the item you selected could not be found."
  7327.     return
  7328. end try
  7329. All Packages
  7330. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  7331. Dev.CD Jan 94
  7332. Dev.CD Oct 93
  7333. Dev.CD Jul 93
  7334. Dev.CD Apr 93PDDev.CD Apr 94
  7335. Dev.CD Jan 94
  7336. Dev.CD Oct 93
  7337. Dev.CD Jul 93
  7338. Dev.CD Apr 9V
  7339. 83984X
  7340. Apr 94
  7341. minary
  7342. preloaded
  7343. premastering
  7344. premierey
  7345. prepare
  7346. prepared
  7347. preparememoryforio
  7348. preparing
  7349. All Packages
  7350. System 7 Tune-UpO
  7351. Dev.CD Apr 92P
  7352. Dev.CD Apr 9V
  7353. 83920X
  7354. Apr 92
  7355. b--set theItem to choose file -- uncomment to test in an AS editor
  7356.     tell application "Finder"
  7357.         open item "Dev.CD Apr 92"
  7358.         activate
  7359.     end tell
  7360. on error errMsg number errNum
  7361.     --enter statements to perform when no records are found such as...
  7362.     display dialog "Sorry, the item you selected could not be found."
  7363.     return
  7364. end try
  7365. All Packages
  7366. System 7 Tune-UpO
  7367. Dev.CD Apr 92
  7368. Dev.CD Mar 92P
  7369. Dev.CD Apr 92
  7370. Dev.CD Mar 9V
  7371. 83921X
  7372. Apr 92
  7373. p--set theItem to choose file -- uncomment to test in an AS editor
  7374.     tell application "Finder"
  7375.         open item "Dev.CD Apr 92
  7376. Dev.CD Mar 92"
  7377.         activate
  7378.     end tell
  7379. on error errMsg number errNum
  7380.     --enter statements to perform when no records are found such as...
  7381.     display dialog "Sorry, the item you selected could not be found."
  7382.     return
  7383. end try
  7384. All Packages
  7385. System 7 Tune-UpV
  7386. 83922X
  7387. --set theItem to choose file -- uncomment to test in an AS editor
  7388.     tell application "Finder"
  7389.         open item "Dev.CD Apr 94
  7390. Dev.CD Jan 94
  7391. Dev.CD Oct 93
  7392. Dev.CD Aug 93"
  7393.         activate
  7394.     end tell
  7395. on error errMsg number errNum
  7396.     --enter statements to perform when no records are found such as...
  7397.     display dialog "Sorry, the item you selected could not be found."
  7398.     return
  7399. end try
  7400. generated
  7401. generates
  7402. generating
  7403. generation
  7404. generator
  7405. generators
  7406. generic
  7407. events
  7408. needs
  7409. events
  7410. get1resource
  7411. getdraghilite
  7412. gethideonswitch
  7413. getkeysV
  7414. getlastchange
  7415. getmfsize
  7416. getnextevent
  7417. getnextfond
  7418. --set theItem to choose file -- uncomment to test in an AS editor
  7419.     tell application "Finder"
  7420.         open item "Dev.CD Apr 94
  7421. Dev.CD Jan 94
  7422. Dev.CD Oct 93
  7423. Dev.CD Jul 93
  7424. Dev.CD Apr 93"
  7425.         activate
  7426.     end tell
  7427. on error errMsg number errNum
  7428.     --enter statements to perform when no records are found such as...
  7429.     display dialog "Sorry, the item you selected could not be found."
  7430.     return
  7431. end try
  7432. neededd
  7433. needsU
  7434. neophyte
  7435. net/biz/bbsw
  7436. netcom
  7437. netscape{
  7438. netware
  7439. networkB
  7440. networkable
  7441. networking{
  7442. never
  7443. newerZ
  7444. newsz
  7445. callsh
  7446. standardfile
  7447. standardfileicons
  7448. standardfilepreview
  7449. standardgetfile
  7450. standardgetfolder
  7451. standardized
  7452. standards
  7453. starmax
  7454. start
  7455. started
  7456. starting
  7457. starts
  7458. startupf
  7459. stateV
  7460. state-saving
  7461. statements
  7462. Summary: This installer will install files needed by WorldScript
  7463.  technology for users running Mac
  7464.  OS 7.5 and above.  Users of the Japanese and Chinese Language Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  7465.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  7466. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  7467. See the document "WorldScript
  7468.  Updater Read Me" for details.
  7469. JT009-4303 (WS
  7470.  Updater)
  7471. WorldScript Updater 1.1 Install:
  7472. WorldScript
  7473.  Updater Read MeK
  7474. Feb 96L
  7475. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:ombination
  7476. system
  7477. I}A simple application that meters the sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  7478. SoundLevel.c
  7479. SoundLevel.mcp
  7480. SoundLevel.rsrcM
  7481. Sound Manager 3.0 or laterN
  7482. sound, input, microphoneO5Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Aug 00 TC Disk 2
  7483.  - Sample Code
  7484.  - Sound
  7485.  - SoundLevelV
  7486. 83869X
  7487. Aug 00^    TC Disk 2
  7488. --set theItem to choose file -- uncomment to test in an AS editor
  7489.     tell application "Finder"
  7490.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  7491.         activate
  7492.     end tell
  7493. on error errMsg number errNum
  7494.     --enter statements to perform when no records are found such as...
  7495.     display dialog "Sorry, the item you selected could not be found."
  7496.     return
  7497. end try
  7498. e    No Changef
  7499. sound
  7500. input
  7501. microphoneq
  7502. Dev.CD Aug 00 TC Disk 2
  7503. All Packages
  7504. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.K
  7505. Feb 00V
  7506. 83870X
  7507. older" example that shows the files in the folder grayed out.
  7508. SettingUpStdFile:  This snippet demonstrates how to make Standard File select an initial file under both System 6 and System 7.
  7509. SFGetFolder C:  This sample uses the new System 7 CustomGetFile routine to provide a StandardGetFolder call to be used by applications when the user needs to select a folder instead of a file. C Version.
  7510. SFGetFolder Pascal:  This sample uses the new System 7 CustomGetFile routine to provide a Standar
  7511. dGetFolder call to be used by applications when the user needs to select a folder instead of a file. Pascal Version.
  7512. stdFilterHacking:  The new Standard Dialog Filter in 7.0 and later has a problem: if you dim a button and then your dialog gets an activate event,  the button will be re-enabled! Here's some code to fix the problem.
  7513. Un/mount:  This sample demonstrates how to handle disk-inserted events in a modal dialog. Along the way, it demonstrates how to field a disk-inserted event wit
  7514. p--set theItem to choose file -- uncomment to test in an AS editor
  7515.     tell application "Finder"
  7516.         open item "Dev.CD Apr 95
  7517. Dev.CD Jan 95"
  7518.         activate
  7519.     end tell
  7520. on error errMsg number errNum
  7521.     --enter statements to perform when no records are found such as...
  7522.     display dialog "Sorry, the item you selected could not be found."
  7523.     return
  7524. end try
  7525. s 1997:"
  7526.         activate
  7527.     end tell
  7528. on error errMsg number errNum
  7529.     --enter statements to perform when no records are found such as...
  7530.     display dialog "Sorry, the item you selected could not be found."
  7531.     return
  7532. end try
  7533. Deletedq
  7534. Dev.CD Feb 98 TC
  7535. All Packages
  7536. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  7537. Apple Event Registry
  7538. Apple Event Registry Errata v3
  7539. AppleScript Suite
  7540. Database Suite
  7541. Mail Suite 1.0
  7542. Suites Under Development
  7543. Telephony SuiteK
  7544. Feb 92L
  7545. Apr 93M
  7546. Adobe Acrobat Reader.
  7547. 83845X
  7548. Aug 00^    TC Disk 2
  7549. y--set theItem to choose file -- uncomment to test in an AS editor
  7550.     tell application "Finder"
  7551.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  7552.         activate
  7553.     end tell
  7554. on error errMsg number errNum
  7555.     --enter statements to perform when no records are found such as...
  7556.     display dialog "Sorry, the item you selected could not be found."
  7557.     return
  7558. end try
  7559. e    No Changeq
  7560. Dev.CD Aug 00 TC Disk 2
  7561. All Packages
  7562. Snippets - Files
  7563. (** = new, * = revised)
  7564. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it d
  7565. 4F    PowerTalkO
  7566. Dev.CD Apr 95P
  7567. Dev.CD Apr 9entation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Sep 00 RL Disk 1
  7568.  - Technical Documentation
  7569.  - Apple Event Registry & Suites
  7570.  - Apple Event RegistryV
  7571. 81223X
  7572. Sep 00^    RL Disk 1
  7573. --set theItem to choose file -- uncomment to test in an AS editor
  7574.     tell application "Finder"
  7575.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  7576.         activate
  7577.     end tell
  7578. on error errMsg number errNum
  7579.     --enter statements to perform when no records are found such as...
  7580.     display dialog "Sorry, the item you selected could not be found."
  7581.     return
  7582. end try
  7583. e    No Changef
  7584. Apple Events
  7585. AppleEventsq
  7586. Dev.CD Sep 00 RL Disk 1
  7587. All Packages
  7588. Apple Event XCMDs 1.0b3
  7589. 81224X
  7590. All Packages
  7591. F    PowerTalkO
  7592. Dev.CD Apr 95
  7593. Dev.CD Jan 95P
  7594. Dev.CD Apr 95
  7595. Dev.CD Jan 9V
  7596. 83447X
  7597. Apr 95
  7598. p--set theItem to choose file -- uncomment to test in an AS editor
  7599.     tell application "Finder"
  7600.         open item "Dev.CD Apr 95
  7601. Dev.CD Jan 95"
  7602.         activate
  7603.     end tell
  7604. on error errMsg number errNum
  7605.     --enter statements to perform when no records are found such as...
  7606.     display dialog "Sorry, the item you selected could not be found."
  7607.     return
  7608. end try
  7609. All Packages
  7610. F    PowerTalkO
  7611. Dev.CD Apr 95
  7612. Dev.CD Jan 95P
  7613. Dev.CD Apr 95
  7614. Dev.CD Jan 9V
  7615. 83448X
  7616. Apr 95
  7617. p--set theItem to choose file -- uncomment to test in an AS editor
  7618.     tell application "Finder"
  7619.         open item "Dev.CD Apr 95
  7620. Dev.CD Jan 95"
  7621.         activate
  7622.     end tell
  7623. on error errMsg number errNum
  7624.     --enter statements to perform when no records are found such as...
  7625.     display dialog "Sorry, the item you selected could not be found."
  7626.     return
  7627. end try
  7628. All Packages
  7629. p--set theItem to choose file -- uncomment to test in an AS editor
  7630.     tell application "Finder"
  7631.         open item "Dev.CD Apr 95
  7632. Dev.CD Jan 95"
  7633.         activate
  7634.     end tell
  7635. on error errMsg number errNum
  7636.     --enter statements to perform when no records are found such as...
  7637.     display dialog "Sorry, the item you selected could not be found."
  7638.     return
  7639. end try
  7640.  such as...
  7641.     display dialog "Sorry, the item you selected could not be found."
  7642.     return
  7643. end try
  7644. e    No Changeq
  7645. Dev.CD Aug 00 TC Disk 1
  7646. All Packages
  7647. Apple Grayscale Appearance
  7648. 81225X
  7649. 83444X
  7650. Apr 95
  7651. b--set theItem to choose file -- uncomment to test in an AS editor
  7652.     tell application "Finder"
  7653.         open item "Dev.CD Apr 95"
  7654.         activate
  7655.     end tell
  7656. on error errMsg number errNum
  7657.     --enter statements to perform when no records are found such as...
  7658.     display dialog "Sorry, the item you selected could not be found."
  7659.     return
  7660. end try
  7661. All Packages
  7662. F    PowerTalkO
  7663. Dev.CD Apr 95P
  7664. Dev.CD Apr 9V
  7665. 83445X
  7666. Apr 95
  7667. b--set theItem to choose file -- uncomment to test in an AS editor
  7668.     tell application "Finder"
  7669.         open item "Dev.CD Apr 95"
  7670.         activate
  7671.     end tell
  7672. on error errMsg number errNum
  7673.     --enter statements to perform when no records are found such as...
  7674.     display dialog "Sorry, the item you selected could not be found."
  7675.     return
  7676. end try
  7677. All Packages
  7678. F    PowerTalkO
  7679. Dev.CD Apr 95
  7680. Dev.CD Jan 95P
  7681. Dev.CD Apr 95
  7682. Dev.CD Jan 9V
  7683. 83446X
  7684. Apr 95
  7685. gamesprocket
  7686. gamesprocket
  7687. gdevvideo
  7688. germany
  7689. gestalt
  7690. gestalt
  7691. selectors
  7692. config
  7693. getdraghilitecolor
  7694. getenetaddrdirect
  7695. getenetaddrdirect
  7696. gethelpstrings
  7697. getpppstatus
  7698. getsetoptions
  7699. gimedapalette
  7700. gimedapalette
  7701. sound
  7702. globals
  7703. glossaries
  7704. glyphaiv
  7705. goodies
  7706. graphic
  7707. graphicimporter
  7708. graphics
  7709. grayishoutline
  7710. grayscale
  7711. graytext
  7712. gridwindowgrow
  7713. groupdrawing
  7714. guide
  7715. gworld
  7716. ocviewer
  7717. --set theItem to choose file -- uncomment to test in an AS editor
  7718.     tell application "Finder"
  7719.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  7720.         activate
  7721.     end tell
  7722. on error errMsg number errNum
  7723.     --enter statements to perform when no records are found such as...
  7724.     display dialog "Sorry, the item you selected could not be found."
  7725.     return
  7726. end try
  7727. elected could not be found."
  7728.     return
  7729. end try
  7730. e    No Changeq
  7731. Dev.CD Sep 00 RL Disk 1
  7732. AD!All Packages
  7733. Mac OS SDK Edition
  7734. Apple Guide
  7735. All Packages
  7736. F    PowerTalkO
  7737. Dev.CD Apr 95
  7738. Dev.CD Jan 95P
  7739. Dev.CD Apr 95
  7740. Dev.CD Jan 9V
  7741. 83442X
  7742. Apr 95
  7743. p--set theItem to choose file -- uncomment to test in an AS editor
  7744.     tell application "Finder"
  7745.         open item "Dev.CD Apr 95
  7746. Dev.CD Jan 95"
  7747.         activate
  7748.     end tell
  7749. on error errMsg number errNum
  7750.     --enter statements to perform when no records are found such as...
  7751.     display dialog "Sorry, the item you selected could not be found."
  7752.     return
  7753. end try
  7754. All Packages
  7755. F    PowerTalkO
  7756. Dev.CD Apr 95
  7757. Dev.CD Jan 95P
  7758. Dev.CD Apr 95
  7759. Dev.CD Jan 9V
  7760. 83443X
  7761. Apr 95
  7762. p--set theItem to choose file -- uncomment to test in an AS editor
  7763.     tell application "Finder"
  7764.         open item "Dev.CD Apr 95
  7765. Dev.CD Jan 95"
  7766.         activate
  7767.     end tell
  7768. on error errMsg number errNum
  7769.     --enter statements to perform when no records are found such as...
  7770.     display dialog "Sorry, the item you selected could not be found."
  7771.     return
  7772. end try
  7773. All Packages
  7774. b--set theItem to choose file -- uncomment to test in an AS editor
  7775.     tell application "Finder"
  7776.         open item "Dev.CD Apr 95"
  7777.         activate
  7778.     end tell
  7779. on error errMsg number errNum
  7780.     --enter statements to perform when no records are found such as...
  7781.     display dialog "Sorry, the item you selected could not be found."
  7782.     return
  7783. end try
  7784. All Packages
  7785. F    PowerTalkO
  7786. Dev.CD Apr 95
  7787. Dev.CD Jan 95P
  7788. Dev.CD Apr 95
  7789. Dev.CD Jan 9V
  7790. 83440X
  7791. Apr 95
  7792. p--set theItem to choose file -- uncomment to test in an AS editor
  7793.     tell application "Finder"
  7794.         open item "Dev.CD Apr 95
  7795. Dev.CD Jan 95"
  7796.         activate
  7797.     end tell
  7798. on error errMsg number errNum
  7799.     --enter statements to perform when no records are found such as...
  7800.     display dialog "Sorry, the item you selected could not be found."
  7801.     return
  7802. end try
  7803. All Packages
  7804. F    PowerTalkO
  7805. Dev.CD Apr 95
  7806. Dev.CD Jan 95P
  7807. Dev.CD Apr 95
  7808. Dev.CD Jan 9V
  7809. 83441X
  7810. Apr 95
  7811. scale Appearance design in
  7812. mpc106A
  7813. mpdelayuntil
  7814. mping
  7815. system
  7816. mpw's
  7817. mpw-hosted
  7818. mrj's
  7819. mrj-dev
  7820. mrjclasses
  7821. mrjlib
  7822. mrjtoolkit
  7823. mrplus
  7824. mrplus
  7825. performance
  7826. analysis
  7827. powerpc
  7828. applicatio
  7829. ms-dev
  7830. ms-dos
  7831. msdev
  7832. msdos
  7833. mt/mp
  7834. muchi
  7835. mueller
  7836. mulitple
  7837. multi-digit
  7838. multi-documment
  7839. multi-homing
  7840. multi-interface
  7841. multi-platform
  7842. multibuffering
  7843. OKDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:PVDev.CD Aug 00 TC Disk 2
  7844.  - Sample Code
  7845.  - QuickTime
  7846.  - QuickTime for Java
  7847.  - SGCaptureV
  7848. 83814X
  7849. Aug 00^    TC Disk 2
  7850. --set theItem to choose file -- uncomment to test in an AS editor
  7851.     tell application "Finder"
  7852.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  7853.         activate
  7854.     end tell
  7855. on error errMsg number errNum
  7856.     --enter statements to perform when no records are found such as...
  7857.     display dialog "Sorry, the item you selected could not be found."
  7858.     return
  7859. end try
  7860. e    No Changef
  7861. QuickTime
  7862. Dev.CD Aug 00 TC Disk 2
  7863. All Packages
  7864. SGCapture2DiskI
  7865. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J2ReadMe.txt
  7866. sg.bat
  7867. SGCapture.zip
  7868. SGCapture2Disk
  7869. Feb 00
  7870. 3815X
  7871. 1e    No Change
  7872. quicktime
  7873. conferencing
  7874. using
  7875. rotate
  7876. piccomments
  7877. using
  7878. piccomments
  7879. using
  7880. classes
  7881. utedocument
  7882. utedocument
  7883. utedocument
  7884. utesample
  7885. utesample
  7886. utesample
  7887. utilitiesQ
  7888. sample
  7889. --set theItem to choose file -- uncomment to test in an AS editor
  7890.     tell application "Finder"
  7891.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  7892.         activate
  7893.     end tell
  7894. on error errMsg number errNum
  7895.     --enter statements to perform when no records are found such as...
  7896.     display dialog "Sorry, the item you selected could not be found."
  7897.     return
  7898. end try
  7899. e    No Changef
  7900. Apple Guide
  7901. Help Systemsq
  7902. Dev.CD Jul 00 SDK1
  7903. BD!All Packages
  7904. Mac OS SDK Edition
  7905. Apple Help SDK 1.0
  7906. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  7907. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  7908. Apple Help SDK.smiK
  7909. Oct 99M
  7910. Mac OS 8.6 or later systems
  7911. Deletedq
  7912. Dev.CD Dec 99 RL
  7913. All Packages
  7914. F    PowerTalkO
  7915. Dev.CD Apr 95P
  7916. Dev.CD Apr 9V
  7917. 83437X
  7918. Apr 95
  7919. b--set theItem to choose file -- uncomment to test in an AS editor
  7920.     tell application "Finder"
  7921.         open item "Dev.CD Apr 95"
  7922.         activate
  7923.     end tell
  7924. on error errMsg number errNum
  7925.     --enter statements to perform when no records are found such as...
  7926.     display dialog "Sorry, the item you selected could not be found."
  7927.     return
  7928. end try
  7929. All Packages
  7930. F    PowerTalkO
  7931. Dev.CD Apr 95P
  7932. Dev.CD Apr 9V
  7933. 83438X
  7934. Apr 95
  7935. b--set theItem to choose file -- uncomment to test in an AS editor
  7936.     tell application "Finder"
  7937.         open item "Dev.CD Apr 95"
  7938.         activate
  7939.     end tell
  7940. on error errMsg number errNum
  7941.     --enter statements to perform when no records are found such as...
  7942.     display dialog "Sorry, the item you selected could not be found."
  7943.     return
  7944. end try
  7945. All Packages
  7946. F    PowerTalkO
  7947. Dev.CD Apr 95P
  7948. Dev.CD Apr 9V
  7949. 83439X
  7950. Apr 95
  7951. snippet
  7952. shows
  7953. window
  7954. constrained
  7955. source
  7956. standard
  7957. compression
  7958. chapter
  7959. version
  7960. object
  7961. support
  7962. library
  7963. 1.1.4
  7964. replaces
  7965. redLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  7966. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  7967. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  7968. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  7969. ed in the article above.
  7970. NEW FEATURES IN APPLE GUIDE 2.1.1
  7971. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  7972. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  7973. snippet
  7974. shows
  7975. window
  7976. constrained
  7977. snippet
  7978. shows
  7979. restore
  7980. screen's
  7981. color
  7982. snippet
  7983. shows
  7984. retrieve
  7985. colortable
  7986. multi
  7987. snippet
  7988. shows
  7989. calccmask
  7990. calcmask
  7991. snippet
  7992. shows
  7993. custom
  7994. document
  7995. icons
  7996. snippet
  7997. shows
  7998. seedcfill
  7999. routine
  8000. creat
  8001. snippet
  8002. shows
  8003. stdpix
  8004. intercept
  8005. snippet
  8006. shows
  8007. write
  8008. device
  8009. works
  8010. snippet
  8011. shows
  8012. access
  8013. desktop
  8014. pattern
  8015. snippet
  8016. shows
  8017. example
  8018. directly
  8019. change
  8020. snippet
  8021. shows
  8022. example
  8023. resource
  8024. snippet
  8025. shows
  8026. steps
  8027. necessary
  8028. implement
  8029. scroll
  8030. survival
  8031. guide
  8032. offers
  8033. overview
  8034. audio
  8035. produces
  8036. template
  8037. building
  8038. balloon
  8039. version
  8040. tesample
  8041. substantially
  8042. reworked
  8043. Dev.CD Aug 00 TC Disk 2
  8044. ,D(All Packages
  8045. Reference Library Edition
  8046. PowerPC Documentation
  8047. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  8048. Features:
  8049. Debugging Optimized Code
  8050. Libraries and OOP
  8051. Moving Your Source to PowerPC
  8052. JHDebugging Optimized Code
  8053. Libraries and OOP
  8054. Moving Your Source to PowerPCK
  8055. Nov 95M
  8056. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  8057.  - Technical Documentation
  8058.  - PowerPC DocumentationV
  8059. 83436X
  8060. Dec 99^
  8061. acrobat
  8062. acrobat
  8063. reader
  8064. 4.0.1
  8065. acrobat3
  8066. acrobat3
  8067. analyzerU
  8068. parser
  8069. 5.0.7W
  8070. parser
  8071. parser
  8072. adbreinit
  8073. adbreinit
  8074. noteX
  8075. adbreinit
  8076. fatbrain
  8077. feedback
  8078. addchange
  8079. addeffectsegment
  8080. addeffectsegment
  8081. addeffectsegment
  8082. addendumx
  8083. addframetomovie
  8084. addframetomovie
  8085. addframetomovie
  8086. ts3testapi
  8087. ts3testapi
  8088. ts3testhilevel
  8089. ts3testhilevel
  8090. ts3testhilevel
  8091. ts3testlolevel
  8092. ts3testlolevel
  8093. ts3testlolevel
  8094. ts3utils
  8095. ts3utils
  8096. ts3utils
  8097. ts3window
  8098. ts3window
  8099. ts3window
  8100. tells
  8101. template
  8102. templates
  8103. temporal
  8104. temporary
  8105. tensor
  8106. terence
  8107. terminal
  8108. terminologyd
  8109. termsj
  8110. ternasky
  8111. tesample
  8112. tesample
  8113. example
  8114. application
  8115. demonstrates
  8116. testc
  8117. test/demo
  8118. testaccelration
  8119. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  8120. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  8121. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  8122. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  8123. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  8124. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  8125. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  8126. 2.1.1
  8127. 2.1.2
  8128. 2.1.3
  8129. 2.1.4
  8130. 2.2.2
  8131. 2.3.5
  8132. 2.3e4
  8133. 2.4:1
  8134. 2.4b6
  8135. 2.5.2
  8136. 2.5.7
  8137. 2000x2000
  8138. 21-23
  8139. 21-24
  8140. 226-6762
  8141. 24-bit/pixel
  8142. 2400/c
  8143. 2400c
  8144. 24gcP
  8145. 2bufrecord&play
  8146. which
  8147. connected
  8148. invalid
  8149. appletalk
  8150. 8.1.2
  8151. 84231X
  8152. Sep 00^    RL Disk 2b
  8153. Revised
  8154. --set theItem to choose file -- uncomment to test in an AS editor
  8155.     tell application "Finder"
  8156.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:java:"
  8157.         activate
  8158.     end tell
  8159. on error errMsg number errNum
  8160.     --enter statements to perform when no records are found such as...
  8161.     display dialog "Sorry, the item you selected could not be found."
  8162.     return
  8163. end try
  8164. Updated
  8165. QuickTime For Java
  8166. Yellow Box and Java
  8167. AppKit Reference
  8168. Enterprise Objects Framework
  8169. Foundation Reference
  8170. Java Tutorial
  8171. WebObjects and Java
  8172. Enterprise Objects Framework
  8173. Foundation Reference Java Client
  8174. Mac OS Runtime for Java
  8175. MRJ Toolkit
  8176. JManager
  8177. JDirect
  8178. JBindery
  8179. /A2http://developer.apple.com/techpubs/java/java.html
  8180. Dev.CD Sep 00 RL Disk 2
  8181. All Packages
  8182. Technical Publications: MacV
  8183. 84232X
  8184. differentiating
  8185. packages
  8186. TwoColumn LDEF:  This LDEF looks for a comma in the text of each cell and draws the text that follows the comma half-way across the cell.
  8187. VertTest:  This sample application shows how to get information from a 'vers' resource (see Technical Note #189).
  8188. WDEFColorSample:  This sample shows how to obtain the colors that embellish System 7 window.
  8189. WDEFPatch:  This snippet shows how you can add a simple extra part to an existing WDEF and be able to do hit testing on the part via FindWindo
  8190. w().  The extra part in this case is on the right side of the title bar, just to the left of where the zoombox would be.  When hit, it inverts the window.
  8191. WindowColors:  This application displays the default window colors stored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  8192. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  8193. s structure
  8194. Power Manager, PCIO8Dev.CD Jul 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Jul 00 SDK1
  8195.  - What's New
  8196.  - Development Kits
  8197.  - HardwareV
  8198. 83434X
  8199. Jul 00^
  8200. --set theItem to choose file -- uncomment to test in an AS editor
  8201.     tell application "Finder"
  8202.         open item "Dev.CD Jul 00 SDK1:What's New:Development Kits:Hardware:"
  8203.         activate
  8204.     end tell
  8205. on error errMsg number errNum
  8206.     --enter statements to perform when no records are found such as...
  8207.     display dialog "Sorry, the item you selected could not be found."
  8208.     return
  8209. end try
  8210. e    No Changef
  8211. Power Manager
  8212. /Guideq
  8213. Dev.CD Jul 00 SDK1
  8214. CD!All Packages
  8215. Tool Chest Edition
  8216. Apple II Monitor dcmd (xx)I
  8217. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  8218. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  8219. XX Docs
  8220. XX Docs.txtK
  8221. Vol XId
  8222. pci-based
  8223. pci-pci
  8224. pci-the{
  8225. pcmcia
  8226. peak-hold
  8227. peering
  8228. viewer
  8229. utility
  8230. which
  8231. graphically
  8232. pending
  8233. penetrate
  8234. penguins
  8235. pentiumZ
  8236. people[
  8237. peoplesoft
  8238. percentage
  8239. perfectly
  8240. performf
  8241. faces and libraries.  Please see the readmes in the Sample Code folder for more information of the changes.
  8242. The GX Graphics init includes GX Graphics and line layout capabilities without the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  8243. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  8244. updated sample on this CD for important changes. Here's the path to the sample:
  8245.   :Programming Stuff:Sample Code:Printing Samples:
  8246.    Printer Drivers
  8247. :LaserWriterIIsc (New GX v1.1)
  8248. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  8249. All Packages
  8250. PowerMacOr68K
  8251. This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides the method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  8252. J4PowerMacOr68k(PPC)
  8253. PowerMacOr68K.c
  8254. PowerMacOr68k.mcpOJDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Aug 00 TC Disk 2
  8255.  - Sample Code
  8256.  - Human Interface Toolbox
  8257.  - PowerMacOr68kV
  8258. 83435X
  8259. Aug 00^    TC Disk 2
  8260. --set theItem to choose file -- uncomment to test in an AS editor
  8261.     tell application "Finder"
  8262.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PowerMacOr68k:"
  8263.         activate
  8264.     end tell
  8265. on error errMsg number errNum
  8266.     --enter statements to perform when no records are found such as...
  8267.     display dialog "Sorry, the item you selected could not be found."
  8268.     return
  8269. end try
  8270. e    No Change
  8271. http://developer.apple.com/sdk
  8272. Dev.CD Jul 00 SDK1
  8273. 1995 "Accelerated for Power Macintosh Artwork" Program
  8274. Apple Computer Inc.
  8275. Power Macintosh Developers!
  8276. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  8277. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  8278. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  8279. To obtain the "Accelerated for Power Macintosh" artwork:
  8280. 1) Request an information packet from:
  8281. Meeting Support Unli
  8282. authenticator
  8283. authenticator
  8284. authenticator
  8285. market
  8286. guide
  8287. asian
  8288. asian
  8289. print
  8290. security
  8291. protocol
  8292. registry
  8293. server
  8294. controls/events
  8295. authentication
  8296. module
  8297. askyesno
  8298. 2.0.1
  8299. licensing
  8300. debugging
  8301. tools
  8302. developer
  8303. tools
  8304. documentation
  8305. examples
  8306. installer
  8307. installer
  8308. image
  8309. symfiles
  8310. assertions
  8311. assertions
  8312. asset
  8313. assistant
  8314. associated
  8315. associated
  8316. documentation
  8317. async
  8318. asyncdrivercommon
  8319. asyncdrivercommon
  8320. asyncdrivermain
  8321. asyncdrivermain
  8322. asyncdriversample
  8323. asyncdriversample
  8324. asyncdriversample
  8325. asyncdriversampledrv
  8326. asyncdriversampledrv
  8327. asynch
  8328. asyncpb
  8329. asyncpb
  8330. asyncpb
  8331. asyncpb
  8332. ed text files. You can find 
  8333. mited
  8334. Carole Holcomb
  8335. 5755 Cohasset Way
  8336. San Jose, CA 95123
  8337. Attn:  Accelerated for Power Macintosh Program
  8338. (408) 226-6762
  8339. Applelink:  MSU
  8340. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  8341. 3) Send in a mockup of your product artwork
  8342. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  8343. 5) Finally, send in two final cop
  8344. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  8345. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  8346. Power Macintosh Evangelism
  8347. Apple Computer Inc.
  8348. Power Macintosh Prod. ArtworkK
  8349. Sep 94L
  8350. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  8351.  - Programs & Marketing
  8352. interrupted
  8353. intersect
  8354. intersection
  8355. intersects
  8356. intertask
  8357. interval
  8358. intervention
  8359. interview-based
  8360. intimate
  8361. intoB
  8362. intra
  8363. intranets
  8364. intricacies
  8365. intrinsic
  8366. intro
  8367. introduce
  8368. introducedu
  8369. introduces
  8370. introducing
  8371. writers
  8372. theory
  8373. there[
  8374. there
  8375. three
  8376. different
  8377. samples
  8378. showing
  8379. variat
  8380. there
  8381. various
  8382. approaches
  8383. wavelet
  8384. processing
  8385. color
  8386. Dev.CD Jul 93
  8387. Dev.CD Apr 9V
  8388. 83706X
  8389. Jul 93
  8390. p--set theItem to choose file -- uncomment to test in an AS editor
  8391.     tell application "Finder"
  8392.         open item "Dev.CD Jul 93
  8393. Dev.CD Apr 93"
  8394.         activate
  8395.     end tell
  8396. on error errMsg number errNum
  8397.     --enter statements to perform when no records are found such as...
  8398.     display dialog "Sorry, the item you selected could not be found."
  8399.     return
  8400. end try
  8401. All Packages
  8402. F    QuickTimeO
  8403. Dev.CD Jul 93
  8404. Dev.CD Apr 93P
  8405. Dev.CD Jul 93
  8406. Dev.CD Apr 9V
  8407. 83707X
  8408. Jul 93
  8409. p--set theItem to choose file -- uncomment to test in an AS editor
  8410.     tell application "Finder"
  8411.         open item "Dev.CD Jul 93
  8412. Dev.CD Apr 93"
  8413.         activate
  8414.     end tell
  8415. on error errMsg number errNum
  8416.     --enter statements to perform when no records are found such as...
  8417.     display dialog "Sorry, the item you selected could not be found."
  8418.     return
  8419. end try
  8420. All Packages
  8421. F    QuickTimeO
  8422. Dev.CD Jul 93P
  8423. Dev.CD Jul 9V
  8424. 83708X
  8425. Jul 93
  8426. QTStreamSplicer is sample code that shows how to splice a still picture onto the front of a live streaming movie. Also allows you to splice a still picture over an audio-only streaming movie.
  8427. The source code is extremely straightforward; it illustrates how to create a movie that contains a track from another movie. It also shows how to save the new movie as self-contained (without any references to the media in the source movie).
  8428. Application Files
  8429. Building QT Samples
  8430. Common Files
  8431. QTStreamSplicer 68k
  8432. QTStreamSplicer 68k.mcp
  8433. QTStreamSplicer PPC
  8434. QTStreamSplicer PPC.mcp
  8435. QTStreamSplicer Win.mcp
  8436. QTStreamSplicer.c
  8437. QTStreamSplicer.exe
  8438. QTStreamSplicer.h
  8439. READMEM
  8440. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N,QuickTime, Picture, Streaming, Splice, ImageOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:
  8441. 83433X
  8442. May 98^
  8443. {--set theItem to choose file -- uncomment to test in an AS editor
  8444.     tell application "Finder"
  8445.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  8446.         activate
  8447.     end tell
  8448. on error errMsg number errNum
  8449.     --enter statements to perform when no records are found such as...
  8450.     display dialog "Sorry, the item you selected could not be found."
  8451.     return
  8452. end try
  8453. e    No Changeq
  8454. Dev.CD May 98 TC
  8455. *D!All Packages
  8456. Mac OS SDK Edition
  8457. Power Manager DDK
  8458. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  8459. Mac OS USB DDKK
  8460. Apr 00K1:What's New:Development Kits:Hardware:V
  8461. 83434X
  8462. 1e    No Change
  8463. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  8464. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  8465.  Zimmerman's PACKman pascal sample
  8466. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  8467.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  8468. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  8469. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  8470. change
  8471. system
  8472. selected
  8473. non-open
  8474. files
  8475. shown
  8476. dimmed
  8477. sample
  8478. prompt
  8479. image
  8480. in-depth
  8481. Mac OS SDK Edition
  8482. Apple Shared Library Manager
  8483. Summary: ASLM 2.0.1 is a bug fix release for ASLM 2.0.  The major change is to support PowerPC ASLM on the Performa 52xx, 53xx, 62xx and 63xx CPU's. Refer to the Change History document for more detailed information regarding the bug fixes to this release.
  8484. Features: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  8485. Issues: All ASLM libraries must be created with the MPW programming environment.
  8486. ASLM 2.0.1 Licensing Disk:
  8487. ASLM Debugging Tools:
  8488. ASLM Developer Tools:
  8489. ASLM Documentation:
  8490. ASLM Examples:
  8491. ASLM Installer:
  8492. ASLM Installer.image
  8493. ASLM SymFiles:
  8494. Change History
  8495. Change History (old)
  8496. CodeWarrior Read Me!
  8497. Release NotesK
  8498. Mar 95L
  8499. Jan 97M
  8500. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  8501. 81232X
  8502. Deleted
  8503. debugger
  8504. macsbug
  8505. debugger
  8506. detection
  8507. debuggerpresence
  8508. debuggerpresence
  8509. debuggers
  8510. debugging
  8511. debugging
  8512. performance
  8513. power
  8514. powerpc
  8515. emulator
  8516. declaration
  8517. decompress
  8518. decompressionQ
  8519. decompressors
  8520. default
  8521. delete
  8522. delsearch
  8523. demos
  8524. dependency
  8525. depth
  8526. design
  8527. designing
  8528. printer
  8529. default
  8530. setdefaultdtp
  8531. quickdraw
  8532. desktop
  8533. detection
  8534. detectory
  8535. detector
  8536. contextual
  8537. apple
  8538. detectors
  8539. detectorsy
  8540. developerz
  8541. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  8542. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  8543. MPW etc.img.binK
  8544. Nov 97N
  8545. power macintosh debuggerO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Aug 00 TC Disk 1
  8546.  - Tool Chest
  8547.  - Development Kits
  8548.  - MPW etc. to perform when no records are found such as...
  8549.     display dialog "Sorry, the item you selected could not be found."
  8550.     return
  8551. end try
  8552. Deletedf:ASLM
  8553. Apple Shared Library Manager
  8554. DLL Dynamic Link Libraryq
  8555. Dev.CD Jul 99 SDK1
  8556. All Packages
  8557. Apple Standards for DevelopersI
  8558. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  8559. 81233X
  8560. 1e    No Change
  8561. 83844X
  8562. Aug 00^    TC Disk 2
  8563. y--set theItem to choose file -- uncomment to test in an AS editor
  8564.     tell application "Finder"
  8565.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  8566.         activate
  8567.     end tell
  8568. on error errMsg number errNum
  8569.     --enter statements to perform when no records are found such as...
  8570.     display dialog "Sorry, the item you selected could not be found."
  8571.     return
  8572. end try
  8573. e    No Changeq
  8574. Dev.CD Aug 00 TC Disk 2
  8575. All Packages
  8576. Snippets - Devices
  8577. (** = new, * = revised)
  8578. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  8579. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  8580. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  8581. CDTool:  An MPW Tool that controls a CD drive
  8582. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  8583. erentiating new features to your products faster than ever before.
  8584. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  8585.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  8586.  GX - Read Me First".
  8587.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  8588. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  8589.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  8590.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  8591. postscripthandle
  8592. power
  8593. power
  8594. kiosk
  8595. nopoweroffkey
  8596. power
  8597. macintosh
  8598. debugger
  8599. power
  8600. manager
  8601. power
  8602. manager
  8603. sleep
  8604. queue
  8605. setwakeuptimer
  8606. powerbook
  8607. wake100
  8608. powerbook
  8609. powerbook
  8610. powerpcA
  8611. powerplant
  8612. toolboxe
  8613. ppcbrowser
  8614. pre-mixer
  8615. pre-mixer
  8616. component
  8617. vu-meter
  8618. sound
  8619. premixer
  8620. effect
  8621. precision
  8622. preference
  8623. preferences
  8624. preliminary
  8625. premixer
  8626. previews
  8627. prgeneral
  8628. print
  8629. print
  8630. appletalk
  8631. print
  8632. dialog
  8633. print
  8634. postscript
  8635. quickdraw
  8636. print
  8637. hairline
  8638. postscript
  8639. quickdraw
  8640. setlinewidth
  8641. prgeneral
  8642. print
  8643. piccomments
  8644. drivers
  8645. print
  8646. postscript
  8647. print
  8648. record
  8649. print
  8650. 83432X
  8651. Aug 00^    TC Disk 1
  8652. --set theItem to choose file -- uncomment to test in an AS editor
  8653.     tell application "Finder"
  8654.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  8655.         activate
  8656.     end tell
  8657. on error errMsg number errNum
  8658.     --enter statements to perform when no records are found such as...
  8659.     display dialog "Sorry, the item you selected could not be found."
  8660.     return
  8661. end try
  8662. e    No Changef
  8663. power macintosh debuggerq
  8664. Dev.CD Aug 00 TC Disk 1
  8665. )D!All Packages
  8666. Tool Chest Edition
  8667. Power Macintosh Prod. Artwork 
  8668. Summary:  This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  You can find more information on Apple's web site at: <http://www.speech.apple.com/>
  8669. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that
  8670.  the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by d
  8671. Dev.CD Apr 95
  8672. Dev.CD Jan 95P
  8673. Dev.CD Apr 95
  8674. Dev.CD Jan 9V
  8675. 83605X
  8676. Apr 95
  8677. p--set theItem to choose file -- uncomment to test in an AS editor
  8678.     tell application "Finder"
  8679.         open item "Dev.CD Apr 95
  8680. Dev.CD Jan 95"
  8681.         activate
  8682.     end tell
  8683. on error errMsg number errNum
  8684.     --enter statements to perform when no records are found such as...
  8685.     display dialog "Sorry, the item you selected could not be found."
  8686.     return
  8687. end try
  8688. All Packages
  8689. QuickDraw GXO
  8690. Dev.CD Apr 95
  8691. Dev.CD Jan 95P
  8692. Dev.CD Apr 95
  8693. Dev.CD Jan 9V
  8694. 83606X
  8695. Apr 95
  8696. p--set theItem to choose file -- uncomment to test in an AS editor
  8697.     tell application "Finder"
  8698.         open item "Dev.CD Apr 95
  8699. Dev.CD Jan 95"
  8700.         activate
  8701.     end tell
  8702. on error errMsg number errNum
  8703.     --enter statements to perform when no records are found such as...
  8704.     display dialog "Sorry, the item you selected could not be found."
  8705.     return
  8706. end try
  8707. All Packages
  8708. QuickDraw GXV
  8709. 83607X
  8710. laserwriter
  8711. laserwriter
  8712. 8.5.1
  8713. latest
  8714. latest
  8715. launch
  8716. launch
  8717. launchdoc
  8718. launchdoc
  8719. launchwithdoc
  8720. launchwithdoc
  8721. launchwithdoc
  8722. launchwithdoc
  8723. launchwithdoc2
  8724. launchwithdoc2
  8725.  perform when no records are found such as...
  8726.     display dialog "Sorry, the item you selected could not be found."
  8727.     return
  8728. end try
  8729. e    No Changef
  8730. Profiler
  8731. Apple Systemq
  8732. Dev.CD Aug 00 TC Disk 1
  8733. All Packages
  8734. AppleEvent Send and ReceiveIpA sample showing how to send and receive AppleEvents from Java using JDirect 2.  For use with MRJ 2.1 and later.J
  8735. AEReceive
  8736. AEReceive.jar
  8737. AEReceive.mcp
  8738. AESend
  8739. AESend.jar
  8740. AESend.mcp
  8741. ReadMe
  8742. Receive Test Script
  8743. Source
  8744. Toolbox.jar
  8745. Visual Cafe ProjectsM
  8746. MRJ 2.1 and later.N(MRJ Java JDirect AppleEvent Send ReceiveOEDev.CD Aug 00 TC Disk 2:Sample Code:Java:AppleEvent Send and Receive:V
  8747. 81235X
  8748. 1e    No Change
  8749. piccomments
  8750. piccomments/bottlene
  8751. piccommentstest
  8752. pichandle
  8753. picker`
  8754. pickers
  8755. pictdialog
  8756. pictinfotest
  8757. picts
  8758. picture
  8759. ecific
  8760. pitfalls
  8761. pixel
  8762. pixels
  8763. pixmap
  8764. pixmap2pixpat2ppat
  8765. pixmap2pixpat2ppat
  8766. updated
  8767. getpixrowbytes
  8768. pixmaps
  8769. pixpat
  8770. place
  8771. placed
  8772. placement
  8773. placesh
  8774. placing
  8775. plain
  8776. plain-text
  8777. plaindbox
  8778. plamondon
  8779. plan{
  8780. plane
  8781. planned
  8782. planning
  8783. plans
  8784. PostScript printerN%PostScript, printer, PostScriptHandleOBDev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:PJDev.CD Aug 00 TC Disk 2
  8785.  - Sample Code
  8786.  - Printing
  8787.  - PostScriptHandleDemoV
  8788. 83431X
  8789. Aug 00^    TC Disk 2
  8790. --set theItem to choose file -- uncomment to test in an AS editor
  8791.     tell application "Finder"
  8792.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:"
  8793.         activate
  8794.     end tell
  8795. on error errMsg number errNum
  8796.     --enter statements to perform when no records are found such as...
  8797.     display dialog "Sorry, the item you selected could not be found."
  8798.     return
  8799. end try
  8800. e    No Changef#PostScript
  8801. printer
  8802. PostScriptHandleq
  8803. Dev.CD Aug 00 TC Disk 2
  8804. All Packages
  8805. Power Mac Debugger
  8806. 83432X
  8807. All Packages
  8808. System Enabler 003 (LC III)OEDev.CD Apr 94
  8809. Dev.CD Jan 94
  8810. Dev.CD Oct 93
  8811. Dev.CD Jul 93
  8812. Dev.CD Apr 93PDDev.CD Apr 94
  8813. Dev.CD Jan 94
  8814. Dev.CD Oct 93
  8815. Dev.CD Jul 93
  8816. Dev.CD Apr 9V
  8817. 84005X
  8818. Apr 94
  8819. --set theItem to choose file -- uncomment to test in an AS editor
  8820.     tell application "Finder"
  8821.         open item "Dev.CD Apr 94
  8822. Dev.CD Jan 94
  8823. Dev.CD Oct 93
  8824. Dev.CD Jul 93
  8825. Dev.CD Apr 93"
  8826.         activate
  8827.     end tell
  8828. on error errMsg number errNum
  8829.     --enter statements to perform when no records are found such as...
  8830.     display dialog "Sorry, the item you selected could not be found."
  8831.     return
  8832. end try
  8833. All Packages
  8834. System Enabler 003 (LC III)OEDev.CD Apr 94
  8835. Dev.CD Jan 94
  8836. Dev.CD Oct 93
  8837. Dev.CD Jul 93
  8838. Dev.CD Apr 93PDDev.CD Apr 94
  8839. Dev.CD Jan 94
  8840. Dev.CD Oct 93
  8841. Dev.CD Jul 93
  8842. Dev.CD Apr 9V
  8843. 84006X
  8844. Apr 94
  8845. 83899X
  8846. Aug 00^    TC Disk 2
  8847. --set theItem to choose file -- uncomment to test in an AS editor
  8848.     tell application "Finder"
  8849.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Sys7 popUpCDEF:"
  8850.         activate
  8851.     end tell
  8852. on error errMsg number errNum
  8853.     --enter statements to perform when no records are found such as...
  8854.     display dialog "Sorry, the item you selected could not be found."
  8855.     return
  8856. end try
  8857. e    No Changeq
  8858. Dev.CD Aug 00 TC Disk 2
  8859. D!All Packages
  8860. Tool Chest Edition
  8861. SysConfig DA 1.5b16I
  8862. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  8863. SysConfig DA 1.5b16K
  8864. Vol IIIL
  8865. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  8866.  - Tool Chest
  8867.  - Testing & Debugging
  8868.  - Bug Reporting
  8869.  - SysConfig DA 1.5b1V
  8870. 83900X
  8871. Nov 99^
  8872. #tmarkers
  8873. setmfsize
  8874. setproject
  8875. setprojector
  8876. summary
  8877. folder
  8878. contains
  8879. complete
  8880. information
  8881. developS
  8882. summary
  8883. folder
  8884. contains
  8885. documents
  8886. about
  8887. programming
  8888. summary
  8889. folder
  8890. contains
  8891. electronic
  8892. forms
  8893. allow
  8894. summary
  8895. folder
  8896. contains
  8897. helpful
  8898. scripts
  8899. summary
  8900. folder
  8901. contains
  8902. information
  8903. tells
  8904. develope
  8905. summary
  8906. folder
  8907. contains
  8908. goodies
  8909. developer
  8910. summary
  8911. folder
  8912. contains
  8913. revised
  8914. acrobat
  8915. versions
  8916. summary
  8917. folder
  8918. contains
  8919. sample
  8920. applications
  8921. demonsb
  8922. summary
  8923. folder
  8924. contains
  8925. several
  8926. examples
  8927. system
  8928. summary
  8929. folder
  8930. contains
  8931. several
  8932. snippets
  8933. illustrat
  8934. summary
  8935. folder
  8936. contains
  8937. apple
  8938. event
  8939. registry
  8940. summary
  8941. folder
  8942. contains
  8943. apple
  8944. event
  8945. terminologd
  8946. summary
  8947. folder
  8948. contains
  8949. macsnmp
  8950. developer's
  8951. summary
  8952. folder
  8953. contains
  8954. net-install
  8955. apple's
  8956. summary
  8957. folder
  8958. contains
  8959. assist
  8960. increas
  8961. meters
  8962. metertest
  8963. metrics
  8964. metrowerks
  8965. microphone
  8966. middleware
  8967. music
  8968. movie
  8969. converter
  8970. missA
  8971. mixed
  8972. mixerl
  8973. modal
  8974. modal
  8975. dialog
  8976. inserted
  8977. events
  8978. modaldialog
  8979. modaldialog
  8980. model
  8981. modes
  8982. modifymouseaccl
  8983. moduleN
  8984. monitor
  8985. moofwars
  8986. morefiles
  8987. arabic
  8988. language
  8989. arabic
  8990. language
  8991. v1.0.1
  8992. architectures
  8993. archivez
  8994. arpsample
  8995. artwork
  8996. authenticator
  8997. market
  8998. guide
  8999. assist
  9000. assistant
  9001. async
  9002. async
  9003. driver
  9004. tester
  9005. asyncdriversample1.0
  9006. asyncpb
  9007. ataerrordetector
  9008. atrapper
  9009. audio
  9010. torsy
  9011. developerS
  9012. developers
  9013. directions{
  9014. driver
  9015. calvacom
  9016. camera
  9017. cameras
  9018. cameron
  9019. campaign
  9020. campaigns
  9021. aetracker
  9022. aetracker
  9023. monitorh
  9024. aetracker
  9025. readh
  9026. aeusertermtypesd
  9027. aeusertermtypes
  9028. aeutd
  9029. resourced
  9030. protocol
  9031. agent
  9032. aiatj
  9033. manual
  9034. changes
  9035. readmej
  9036. aiffk
  9037. writer
  9038. writer
  9039. writer
  9040. writer
  9041. writer
  9042. rsrck
  9043. writer
  9044. aiffhardwarel
  9045. aiffhardware
  9046. aiffwriterl
  9047. aiffwriter
  9048. aiffwriter
  9049. debugl
  9050. aiffwriter
  9051. aiffwriter
  9052. aiffwriter
  9053. aiffwriter
  9054. aiffwriter
  9055. aiffwriter
  9056. aiffwriter
  9057. aiffwriter
  9058. aiffwriter
  9059. debugl
  9060. aiffwriter
  9061. aiffwriter
  9062. alawm
  9063. alchemist
  9064. alerts
  9065. aliasn
  9066. alias
  9067. alias
  9068. aliases
  9069. aliaslab
  9070. align
  9071. align
  9072. Aug 96
  9073. e--set theItem to choose file -- uncomment to test in an AS editor
  9074.     tell application "Finder"
  9075.         open item "Dev.CD Aug 96 TC"
  9076.         activate
  9077.     end tell
  9078. on error errMsg number errNum
  9079.     --enter statements to perform when no records are found such as...
  9080.     display dialog "Sorry, the item you selected could not be found."
  9081.     return
  9082. end try
  9083. All Packages
  9084. QuickDraw GXO
  9085. Dev.CD Aug 96 TCP
  9086. Dev.CD Aug 96 TV
  9087. 83632X
  9088. Aug 96
  9089. e--set theItem to choose file -- uncomment to test in an AS editor
  9090.     tell application "Finder"
  9091.         open item "Dev.CD Aug 96 TC"
  9092.         activate
  9093.     end tell
  9094. on error errMsg number errNum
  9095.     --enter statements to perform when no records are found such as...
  9096.     display dialog "Sorry, the item you selected could not be found."
  9097.     return
  9098. end try
  9099. All Packages
  9100. QuickDraw GXO
  9101. Dev.CD Aug 96 TCP
  9102. Dev.CD Aug 96 TV
  9103. 83633X
  9104. Aug 96
  9105. This sample code illustrates how to use the low-level QuickTime video effects API to apply a filter (a one-source effect) to a picture, or to apply a transition (a two-source effect) to two pictures.
  9106. QTShowEffect runs only from unlocked volumes. QTShowEffect can also build a QuickTime movie containing a filter or transition.  QTShowEffect can be built for both the Mac OS and Windows.
  9107. Application Files
  9108. Building QT Samples
  9109. Common Files
  9110. QTShowEffect 68k
  9111. QTShowEffect 68k.mcp
  9112. QTShowEffect PPC
  9113. QTShowEffect PPC.mcp
  9114. QTShowEffect Win.mcp
  9115. QTShowEffect.c
  9116. QTShowEffect.exe
  9117. QTShowEffect.h
  9118. QTShowEffect.mak
  9119. QTShowEffect.r
  9120. READMEM
  9121. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Effects, Video, TransitionsOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:ter
  9122. routines
  9123. routing
  9124. rowbytes
  9125. setrect
  9126. printing
  9127. carbon
  9128. carbon
  9129. printing
  9130. carbon
  9131. printing
  9132. manager
  9133. printing
  9134. postscript
  9135. filter
  9136. private
  9137. private
  9138. stack
  9139. switch
  9140. sniffer
  9141. 9 TC:Tool Chest:Localization:AppleGlot 2.3:"
  9142.         activate
  9143.     end tell
  9144. on error errMsg number errNum
  9145.     --enter statements to perform when no records are found such as...
  9146.     display dialog "Sorry, the item you selected could not be found."
  9147.     return
  9148. end try
  9149. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  9150. Dev.CD Nov 99 TC
  9151. All Packages
  9152. AppleGlot 2.4b6
  9153. 81237X
  9154. &OADev.CD Aug 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:PIDev.CD Aug 00 TC Disk 1
  9155.  - Tool Chest
  9156.  - Printing
  9157.  - PostScript UtilitiesV
  9158. 83430X
  9159. Aug 00^    TC Disk 1
  9160. --set theItem to choose file -- uncomment to test in an AS editor
  9161.     tell application "Finder"
  9162.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:"
  9163.         activate
  9164.     end tell
  9165. on error errMsg number errNum
  9166.     --enter statements to perform when no records are found such as...
  9167.     display dialog "Sorry, the item you selected could not be found."
  9168.     return
  9169. end try
  9170. e    No Changeq
  9171. Dev.CD Aug 00 TC Disk 1
  9172. All Packages
  9173. PostScriptHandleDemoIgThis sample shows how to use the PostScriptHandle PicComment to send PostScript to PostScript printers.J
  9174. About PSHdlDemo.text
  9175. PostScriptHandleDemo(PPC)
  9176. PostScriptHandleDemo.mcp
  9177. PostScriptHandleDemo.rsrc
  9178. PrintComments.p
  9179. PS Text
  9180. PSHdlDemo.pOBDev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  9181. 83431X
  9182. 1e    No Change
  9183. --set theItem to choose file -- uncomment to test in an AS editor
  9184.     tell application "Finder"
  9185.         open item "Dev.CD Apr 94
  9186. Dev.CD Jan 94
  9187. Dev.CD Oct 93
  9188. Dev.CD Jul 93
  9189. Dev.CD Apr 93"
  9190.         activate
  9191.     end tell
  9192. on error errMsg number errNum
  9193.     --enter statements to perform when no records are found such as...
  9194.     display dialog "Sorry, the item you selected could not be found."
  9195.     return
  9196. end try
  9197. b--set theItem to choose file -- uncomment to test in an AS editor
  9198.     tell application "Finder"
  9199.         open item "Dev.CD Oct 94"
  9200.         activate
  9201.     end tell
  9202. on error errMsg number errNum
  9203.     --enter statements to perform when no records are found such as...
  9204.     display dialog "Sorry, the item you selected could not be found."
  9205.     return
  9206. end try
  9207. flicker
  9208. years
  9209. multimedia
  9210. developers
  9211. regarded
  9212. equilibrium's
  9213. forbidden{
  9214. forces
  9215. foreachicondo
  9216. All Packages
  9217. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9218. Dev.CD Jan 94
  9219. Dev.CD Oct 93
  9220. Dev.CD Jul 93
  9221. Dev.CD Apr 93PDDev.CD Apr 94
  9222. Dev.CD Jan 94
  9223. Dev.CD Oct 93
  9224. Dev.CD Jul 93
  9225. Dev.CD Apr 9V
  9226. 84027X
  9227. Apr 94
  9228. --set theItem to choose file -- uncomment to test in an AS editor
  9229.     tell application "Finder"
  9230.         open item "Dev.CD Apr 94
  9231. Dev.CD Jan 94
  9232. Dev.CD Oct 93
  9233. Dev.CD Jul 93
  9234. Dev.CD Apr 93"
  9235.         activate
  9236.     end tell
  9237. on error errMsg number errNum
  9238.     --enter statements to perform when no records are found such as...
  9239.     display dialog "Sorry, the item you selected could not be found."
  9240.     return
  9241. end try
  9242. All Packages
  9243. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9244. Dev.CD Jan 94
  9245. Dev.CD Oct 93
  9246. Dev.CD Jul 93
  9247. Dev.CD Apr 93PDDev.CD Apr 94
  9248. Dev.CD Jan 94
  9249. Dev.CD Oct 93
  9250. Dev.CD Jul 93
  9251. Dev.CD Apr 9V
  9252. 84028X
  9253. Apr 94
  9254. 83429X
  9255. Aug 00^    TC Disk 2
  9256. --set theItem to choose file -- uncomment to test in an AS editor
  9257.     tell application "Finder"
  9258.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:"
  9259.         activate
  9260.     end tell
  9261. on error errMsg number errNum
  9262.     --enter statements to perform when no records are found such as...
  9263.     display dialog "Sorry, the item you selected could not be found."
  9264.     return
  9265. end try
  9266. e    No Changef
  9267. Printing
  9268. PostScript
  9269. Filterq
  9270. Dev.CD Aug 00 TC Disk 2
  9271. All Packages
  9272. PostScript UtilitiesI
  9273. Summary: This folder contains a number of PostScript
  9274.  utilities.
  9275. Features:
  9276.  DiskRestore
  9277.  kill test page
  9278.  Laser Doctor
  9279.  letter paper tray
  9280.  plain paper tray
  9281.  print total pages
  9282.  restore test page
  9283. This package is 7.0 compatible.JnDiskRestore
  9284. kill test page
  9285. Laser Doctor
  9286. letter paper tray
  9287. plain paper tray
  9288. print total pages
  9289. restore test pageK
  9290. Vol IIIL
  9291. Vol VIIV
  9292. 83430X
  9293. 1e    No Change
  9294. d not be found."
  9295.     return
  9296. end try
  9297. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  9298.   1) how to obtain data from the collection passed from the print dialog
  9299.   2) how to insert data into the output stream BEFORE a given subsection
  9300.   3) how to insert data into the output stream AFTER a given subsection
  9301.   4) how to remove data for a given subsection
  9302.   5) how to replace data for a given subsection
  9303.   6) how to detect a given page
  9304. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  9305. J5Headers and Stub Libraries
  9306. SampleFilter
  9307. SectionReportK
  9308. Dec 99M
  9309. LaserWriter 8.7N
  9310. Printing, PostScript, FilterOGDev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:PODev.CD Aug 00 TC Disk 2
  9311.  - Sample Code
  9312.  - Printing
  9313.  - PostScript Output Filtersisk 1:Tool Chest:Localization:AppleGlot:PBDev.CD Aug 00 TC Disk 1
  9314.  - Tool Chest
  9315.  - Localization
  9316.  - AppleGlot
  9317. 84260X
  9318. Aug 00^    TC Disk 1
  9319. --set theItem to choose file -- uncomment to test in an AS editor
  9320.     tell application "Finder"
  9321.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:"
  9322.         activate
  9323.     end tell
  9324. on error errMsg number errNum
  9325.     --enter statements to perform when no records are found such as...
  9326.     display dialog "Sorry, the item you selected could not be found."
  9327.     return
  9328. end try
  9329. e    No Changef;PCI ndrv driver loader
  9330. driver
  9331. device driver
  9332. Load PCI Driverq
  9333. Dev.CD Aug 00 TC Disk 1
  9334. All Packages
  9335. TransferProvider
  9336. 84261X
  9337. associatedR
  9338. association
  9339. assume
  9340. assumed
  9341. assuming
  9342. assumption
  9343. assure
  9344. assures
  9345. async
  9346. asynchronous
  9347. asynchronous
  9348. background
  9349. networking
  9350. macintosh
  9351. harry
  9352. an 9V
  9353. 81240X
  9354. Jan 95
  9355. b--set theItem to choose file -- uncomment to test in an AS editor
  9356.     tell application "Finder"
  9357.         open item "Dev.CD Jan 95"
  9358.         activate
  9359.     end tell
  9360. on error errMsg number errNum
  9361.     --enter statements to perform when no records are found such as...
  9362.     display dialog "Sorry, the item you selected could not be found."
  9363.     return
  9364. end try
  9365. All Packages
  9366. AppleScriptO
  9367. Dev.CD Jan 95P
  9368. Dev.CD Jan 9V
  9369. 81241X
  9370. Jan 95
  9371. porting
  9372. objective-c
  9373. java@
  9374. enabler@
  9375. putawayvolumes@
  9376. qteffects
  9377. explode@
  9378. quickdraw
  9379. quickdraw
  9380. quickdraw
  9381. quicktime
  9382. 1.01@
  9383. redistribution@
  9384. rotate@
  9385. async
  9386. sample@
  9387. sdec@
  9388. sdks@
  9389. send@
  9390. simpleapp
  9391. 1.0.2@
  9392. snippets
  9393. communications
  9394. toolbox@
  9395. spain
  9396. distribution
  9397. guide@
  9398. standards@
  9399. suites@
  9400. system
  9401. system
  9402. samples@
  9403. system
  9404. enabler
  9405. system
  9406. enabler
  9407. code@
  9408. university@
  9409. utilities@
  9410. vumeters@
  9411. webobjects@
  9412. xfcns@
  9413. gned to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  9414. This package contains documentation (u documentation (u
  9415. 81243X
  9416. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  9417. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  9418. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  9419.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  9420. PortingObjectiveCtoJava.pdfK
  9421. Oct 99L
  9422. Mar 00M
  9423. Acrobat Reader 3.0 or laterN
  9424. WebObjects, Objective-C, JavaOKDev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:PPDev.CD Mar OO RLDisk 1
  9425.  - Interactive Media Resources
  9426.  - PortingObjectiveCtoJavaK
  9427. porting
  9428. objective-c
  9429. posers
  9430. postscript
  9431. postscript
  9432. output
  9433. filters
  9434. postscript
  9435. utilities
  9436. postscripthandledemo
  9437. power
  9438. power
  9439. debugger
  9440. power
  9441. macintosh
  9442. artwork
  9443. power
  9444. manager
  9445. powerbook
  9446. powermacor68k
  9447. powerpc
  9448. powerpc
  9449. documentation
  9450. powertalk
  9451. powertalk
  9452. primer
  9453. processorC
  9454. profile
  9455. profiler
  9456. project
  9457. projects
  9458. publications
  9459. quadra
  9460. qualified
  9461. quickdraw
  9462. r13u5
  9463. r15d1
  9464. reader_
  9465. receive
  9466. Dev.CD Apr 9V
  9467. 84107X
  9468. Apr 93
  9469. b--set theItem to choose file -- uncomment to test in an AS editor
  9470.     tell application "Finder"
  9471.         open item "Dev.CD Apr 93"
  9472.         activate
  9473.     end tell
  9474. on error errMsg number errNum
  9475.     --enter statements to perform when no records are found such as...
  9476.     display dialog "Sorry, the item you selected could not be found."
  9477.     return
  9478. end try
  9479. All Packages
  9480. System Enabler 111 (PB 160/180)O
  9481. Dev.CD Apr 93P
  9482. Dev.CD Apr 9V
  9483. 84108X
  9484. Apr 93
  9485. b--set theItem to choose file -- uncomment to test in an AS editor
  9486.     tell application "Finder"
  9487.         open item "Dev.CD Apr 93"
  9488.         activate
  9489.     end tell
  9490. on error errMsg number errNum
  9491.     --enter statements to perform when no records are found such as...
  9492.     display dialog "Sorry, the item you selected could not be found."
  9493.     return
  9494. end try
  9495. All Packages
  9496. System Enabler 111 (PB 160/180)O
  9497. Dev.CD Apr 93P
  9498. Dev.CD Apr 9V
  9499. 84109X
  9500. Apr 93
  9501. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  9502. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  9503. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  9504. Keith's CatSearch:  This snippet provides a
  9505.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  9506. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  9507. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  9508. 83428X
  9509. Mar OO^
  9510. RLDisk 1
  9511. --set theItem to choose file -- uncomment to test in an AS editor
  9512.     tell application "Finder"
  9513.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:"
  9514.         activate
  9515.     end tell
  9516. on error errMsg number errNum
  9517.     --enter statements to perform when no records are found such as...
  9518.     display dialog "Sorry, the item you selected could not be found."
  9519.     return
  9520. end try
  9521. Deletedf
  9522. WebObjects
  9523. Objective-C
  9524. Javaq
  9525. Dev.CD Mar OO RLDisk 1
  9526. All Packages
  9527. PostScript Output Filters
  9528. 83429X
  9529. 8 SDK1
  9530. TD!All Packages
  9531. Mac OS SDK Edition
  9532. AppleShare Client API SDK
  9533. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  9534. 81245X
  9535. 1e    No Change
  9536. anotherB
  9537. nasty
  9538. natick
  9539. national
  9540. native
  9541. natural
  9542. nature
  9543. navigable
  9544. navigate_
  9545. navigates
  9546. navigating
  9547. navigationz
  9548. navigation
  9549. services
  9550. documents
  9551. nearest
  9552. nearestmactextencodi
  9553. nearly
  9554. necessary
  9555. All Packages
  9556. QuickDraw 3DO
  9557. Dev.CD Jun 97 SSWP
  9558. Dev.CD Jun 97 SSV
  9559. 83559X
  9560. Jun 97
  9561. f--set theItem to choose file -- uncomment to test in an AS editor
  9562.     tell application "Finder"
  9563.         open item "Dev.CD Jun 97 SSW"
  9564.         activate
  9565.     end tell
  9566. on error errMsg number errNum
  9567.     --enter statements to perform when no records are found such as...
  9568.     display dialog "Sorry, the item you selected could not be found."
  9569.     return
  9570. end try
  9571. All Packages
  9572. QuickDraw 3DO
  9573. Dev.CD Jun 97 SSWP
  9574. Dev.CD Jun 97 SSV
  9575. 83560X
  9576. Jun 97
  9577. f--set theItem to choose file -- uncomment to test in an AS editor
  9578.     tell application "Finder"
  9579.         open item "Dev.CD Jun 97 SSW"
  9580.         activate
  9581.     end tell
  9582. on error errMsg number errNum
  9583.     --enter statements to perform when no records are found such as...
  9584.     display dialog "Sorry, the item you selected could not be found."
  9585.     return
  9586. end try
  9587. All Packages
  9588. QuickDraw 3DO
  9589. Dev.CD Jun 97 SSWV
  9590. 83561X
  9591. maximum
  9592. #PYDev.CD Aug 00 TC Disk 2
  9593.  - Sample Code
  9594.  - Human Interface Toolbox
  9595.  - PopUpMenuWithCurFontV
  9596. 83427X
  9597. Aug 00^    TC Disk 2
  9598. --set theItem to choose file -- uncomment to test in an AS editor
  9599.     tell application "Finder"
  9600.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:"
  9601.         activate
  9602.     end tell
  9603. on error errMsg number errNum
  9604.     --enter statements to perform when no records are found such as...
  9605.     display dialog "Sorry, the item you selected could not be found."
  9606.     return
  9607. end try
  9608. e    No Changeq
  9609. Dev.CD Aug 00 TC Disk 2
  9610. All Packages
  9611. Porting Objective-C to Java
  9612. 83428X
  9613. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  9614. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  9615. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  9616. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  9617. Postal:    Bare Bones Software, Inc.
  9618.       P.O. Box 108
  9619.       Bedford, MA  01730-0108
  9620. Phone:    +1 508 651 3561
  9621. Fax:      +1 508 651 7584
  9622. WWW:      ht
  9623. summary
  9624. sample
  9625. discussion
  9626. detect
  9627. whether
  9628. summary
  9629. sourceobj
  9630. reads
  9631. corrosponding
  9632. summary
  9633. appletalk
  9634. developer's
  9635. toolkit
  9636. inten@
  9637. summary
  9638. hebrew
  9639. language
  9640. combination
  9641. system
  9642. summary
  9643. suite
  9644. collection
  9645. tools
  9646. ver Controls/Events folder (containing headers, samples, documentation)
  9647. ASIP User Authentication Module folder (containing headers, samples, documentation)
  9648. ApplC
  9649. eShare Client API (containing headers and documentation) 
  9650. ASIP Print Security Protocol (documentation)
  9651. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  9652. Tools folder (containing info regarding 2-way Random UAM)
  9653. AFP Protocol
  9654. AppleShare Client API
  9655. AppleShare IP 6.3 SDK Read Me
  9656. ASIP Print Security Protocol
  9657. ASIP Registry
  9658. ASIP Server Controls/Events
  9659. ASIP User Authentication Module
  9660. Tools
  9661.  Obsolete/ Pre-ASIP 6.0K
  9662. Apr 98L
  9663. Jan 00
  9664.     C`tp://www.tiac.net/biz/bbsw/
  9665. Internet:    bbsw@netcom.com
  9666. CIS:    73051,3255
  9667. eWorld:    BareBones
  9668. JY!NOT AN APPLE PRODUCT!
  9669. PopupFuncs 2.6.1 Installer
  9670. PopupFuncs Notes.c
  9671. Source Masher
  9672. xPop 
  9673. Sep 95L
  9674. Jan 96OHDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PPDev.CD Aug 00 TC Disk 1
  9675.  - Tool Chest
  9676.  - Developer Utilities
  9677.  - PopupFuncs 2.6.1
  9678. summary
  9679. sample
  9680. discussion
  9681. detect
  9682. whether
  9683. summary
  9684. sample
  9685. network
  9686. chess
  9687. application
  9688. summary
  9689. monitor
  9690. iotracer
  9691. performance
  9692. tools
  9693. summary
  9694. tools
  9695. small
  9696. functions
  9697. summary
  9698. allows
  9699. display
  9700. dialogs
  9701. alerts
  9702. coolale
  9703. summary
  9704. sedit
  9705. device
  9706. editor
  9707. general
  9708. purpose
  9709. summary
  9710. virtual
  9711. scripts
  9712. libraries
  9713. automa
  9714. summary
  9715. globals
  9716. multifinder
  9717. friendly
  9718. application
  9719. summary
  9720. movie
  9721. small
  9722. application
  9723. designed
  9724. summary
  9725. simpleapp
  9726. general
  9727. utility
  9728. handling
  9729. ummary
  9730. apple
  9731. chinese
  9732. handwriting
  9733. offers
  9734. another
  9735. summary
  9736. apple
  9737. grayscale
  9738. appearance
  9739. system
  9740. specif
  9741. summary
  9742. apple
  9743. international
  9744. glossaries
  9745. contains
  9746. translat
  9747. summary
  9748. apple
  9749. scriptx
  9750. interactive
  9751. multimedia
  9752. platform
  9753. summary
  9754. appleevents
  9755. probably
  9756. don't
  9757. All Packages
  9758. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  9759. Dev.CD Jan 94
  9760. Dev.CD Oct 93
  9761. Dev.CD Jul 93P6Dev.CD Apr 94
  9762. Dev.CD Jan 94
  9763. Dev.CD Oct 93
  9764. Dev.CD Jul 9V
  9765. 84136X
  9766. Apr 94
  9767. --set theItem to choose file -- uncomment to test in an AS editor
  9768.     tell application "Finder"
  9769.         open item "Dev.CD Apr 94
  9770. Dev.CD Jan 94
  9771. Dev.CD Oct 93
  9772. Dev.CD Jul 93"
  9773.         activate
  9774.     end tell
  9775. on error errMsg number errNum
  9776.     --enter statements to perform when no records are found such as...
  9777.     display dialog "Sorry, the item you selected could not be found."
  9778.     return
  9779. end try
  9780. All Packages
  9781. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  9782. Dev.CD Jan 94
  9783. Dev.CD Oct 93
  9784. Dev.CD Jul 93P6Dev.CD Apr 94
  9785. Dev.CD Jan 94
  9786. Dev.CD Oct 93
  9787. Dev.CD Jul 9V
  9788. 84137X
  9789. Apr 94
  9790. rssc@
  9791. scom@
  9792. scsi@
  9793. serial
  9794. arbitrator@
  9795. setting@
  9796. signature@
  9797. speech
  9798. recognition@
  9799. stdbits@
  9800. stress@
  9801. tcp/ip
  9802. appletalk
  9803. reconfiguration
  9804. network
  9805. setup
  9806. ottcpwilldial@
  9807. timecode@
  9808. tmon@
  9809. tree@
  9810. unix@
  9811. user@
  9812. video
  9813. device@
  9814. wctb@
  9815. yellow
  9816. apis@
  9817. coprocessorR
  9818. copy{
  9819. copy-and-paste
  9820. copybitsr
  9821. copydeepmask
  9822. copying
  9823. copymask
  9824. copyright
  9825. coreb
  9826. correct
  9827. corrected
  9828. correctly
  9829. correspondence
  9830. cosmetic[
  9831. costs{
  9832. could]
  9833. counter
  9834. countersA
  9835. courseS
  9836. coursesS
  9837. cpu's
  9838. crashX
  9839. crashed
  9840. crashesW
  9841. create]
  9842. created
  9843. simplifies
  9844. simplify
  9845. simply
  9846. simulate
  9847. simulates
  9848. simulation
  9849. simulator
  9850. simultaneous
  9851. simultaneously
  9852. since[
  9853. single
  9854. single-link
  9855. sitez
  9856. sites
  9857. situation
  9858. situations
  9859. directory@
  9860. disable@
  9861. utility
  9862. application
  9863. mount
  9864. imag@
  9865. display@
  9866. disposed@
  9867. distributed@
  9868. package
  9869. updated
  9870.  -- uncomment to test in an AS editor
  9871.     tell application "Finder"
  9872.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:"
  9873.         activate
  9874.     end tell
  9875. on error errMsg number errNum
  9876.     --enter statements to perform when no records are found such as...
  9877.     display dialog "Sorry, the item you selected could not be found."
  9878.     return
  9879. end try
  9880. e    No Changef
  9881. AppleShare
  9882. AFP protocol.q
  9883. Dev.CD Apr 98 SDK1
  9884. All Packages
  9885. AppleSingle/AppleDouble FormatI
  9886. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  9887. ReadMe
  9888. AppleSingle/AppleDoubleK
  9889. Vol VM
  9890. Adobe Acrobat Reader.O_Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  9891. 81248X
  9892. 1e    No Change
  9893. 83426X
  9894. Aug 00^    TC Disk 1
  9895. --set theItem to choose file -- uncomment to test in an AS editor
  9896.     tell application "Finder"
  9897.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  9898.         activate
  9899.     end tell
  9900. on error errMsg number errNum
  9901.     --enter statements to perform when no records are found such as...
  9902.     display dialog "Sorry, the item you selected could not be found."
  9903.     return
  9904. end try
  9905. e    No Changeq
  9906. Dev.CD Aug 00 TC Disk 1
  9907. All Packages
  9908. PopUpMenuWithCurFontI
  9909. PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect.  JcPopUpMenuWithCurFont(PPC)
  9910. PopUpMenuWithCurFont.c
  9911. PopUpMenuWithCurFont.mcp
  9912. PopUpMenuWithCurFont.rsrcOQDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:V
  9913. 83427X
  9914. 1e    No Change
  9915. - Common
  9916.     - Sun Compliant Java Runtime Environment 1.1
  9917.     - QuickTime 3 
  9918.     - QTJava.zip
  9919.     - QTJava media samples
  9920. - Mac OS:
  9921.     - System 8 or later
  9922.     - Macintosh Runtime for Java (MRJ) 2.1
  9923. - Windows 95, 98, or NT::
  9924.     - JRE/JDK from Sun Microsystems, Inc. recommended
  9925. QuickTime, Java, MRJcumentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  9926.         activate
  9927.     end tell
  9928. on error errMsg number errNum
  9929.     --enter statements to perform when no records are found such as...
  9930.     display dialog "Sorry, the item you selected could not be found."
  9931.     return
  9932. end try
  9933. e    No Changeq
  9934. Dev.CD Sep 00 RL Disk 1
  9935. All Packages
  9936. AppleTalk and PPP
  9937. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  9938. Issues:Specifications only
  9939. Nov 94
  9940. makefile
  9941. pdates-ww
  9942. appleswupdates-ww
  9943. appletalkT
  9944. appletalk
  9945. administration
  9946. appletalk
  9947. administration
  9948. 1.0.2
  9949. appletalk
  9950. connection
  9951. appletalk
  9952. connection
  9953. 1.0.2
  9954. appletalk
  9955. alias
  9956. appletalk
  9957. first
  9958. appletalk
  9959. remote
  9960. accessT
  9961. appletalk
  9962. alias
  9963. appletalk
  9964. toolkit
  9965. appletalk-decnet
  9966. appletalk-decnet
  9967. applets
  9968. applettag
  9969. applettag
  9970. applib
  9971. applib
  9972. applib
  9973. applib
  9974. application
  9975. application
  9976. architectures
  9977. archivez
  9978. arperations
  9979. arperations
  9980. arperations
  9981. arpsample
  9982.  OKDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:PVDev.CD Aug 00 TC Disk 2
  9983.  - Sample Code
  9984.  - QuickTime
  9985.  - QuickTime for Java
  9986.  - PlayMovieV
  9987. 83424X
  9988. Aug 00^    TC Disk 2
  9989. --set theItem to choose file -- uncomment to test in an AS editor
  9990.     tell application "Finder"
  9991.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  9992.         activate
  9993.     end tell
  9994. on error errMsg number errNum
  9995.     --enter statements to perform when no records are found such as...
  9996.     display dialog "Sorry, the item you selected could not be found."
  9997.     return
  9998. end try
  9999. e    No Changef
  10000. QuickTime
  10001. Dev.CD Aug 00 TC Disk 2
  10002. All Packages
  10003. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  10004. J+PlayTune
  10005. PlayTune.zip
  10006. pt.bat
  10007. README.txt
  10008. Feb 00
  10009. OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:V
  10010. 83425X
  10011. 1e    No Change
  10012. - Common
  10013.     - Sun Compliant Java Runtime Environment 1.1
  10014.     - QuickTime 3 
  10015.     - QTJava.zip
  10016.     - QTJava media samples
  10017. - Mac OS:
  10018.     - System 8 or later
  10019.     - Macintosh Runtime for Java (MRJ) 2.1
  10020. - Windows 95, 98, or NT::
  10021.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10022. QuickTime, Java, MRJ
  10023. !OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:PUDev.CD Aug 00 TC Disk 2
  10024.  - Sample Code
  10025.  - QuickTime
  10026.  - QuickTime for Java
  10027.  - PlayTuneV
  10028. 83425X
  10029. Aug 00^    TC Disk 2
  10030. --set theItem to choose file -- uncomment to test in an AS editor
  10031.     tell application "Finder"
  10032.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  10033.         activate
  10034.     end tell
  10035. on error errMsg number errNum
  10036.     --enter statements to perform when no records are found such as...
  10037.     display dialog "Sorry, the item you selected could not be found."
  10038.     return
  10039. end try
  10040. e    No Changef
  10041. QuickTime
  10042. Dev.CD Aug 00 TC Disk 2
  10043. All Packages
  10044. PopupFuncs 2.6.1
  10045. 83426X
  10046. usbprinterclass
  10047. usbprinterdriver
  10048. WNo Change
  10049. playvideo
  10050. please
  10051. ploticons
  10052. plstringfuncs
  10053. plug-ins
  10054. plugins
  10055. pluginservices
  10056. poptag
  10057. poptag
  10058. manual
  10059. poptag
  10060. manual
  10061. popupcdef
  10062. popupfuncs
  10063. popupfuncs
  10064. 2.6.1
  10065. installer
  10066. popupfuncs
  10067. notes
  10068. popupmenuwithcurfont
  10069. popupmenuwithcurfont
  10070. popupmenuwithcurfont
  10071. popupmenuwithcurfont
  10072. popupmenuwithcurfont
  10073. popups
  10074. popuptkl
  10075. popuptkl
  10076. popuptkl
  10077. portingobjectivectoj
  10078. portingobjectivectoj
  10079. portscanner
  10080. portscanner
  10081. portscanner
  10082. postscripthandledemo
  10083. postscripthandledemo
  10084. postscripthandledemo
  10085. postscripthandledemo
  10086. power
  10087. power
  10088. emulator
  10089. power
  10090. emulator
  10091. release
  10092. notes
  10093. power
  10094. macintosh
  10095. artwork
  10096. powerbook
  10097. powerbook
  10098. addendum
  10099. powerbook
  10100. powerbook
  10101. 2400c
  10102. makefiles
  10103. makefolder
  10104. makeicon
  10105. makeitable
  10106. makemake
  10107. makemymediamovies
  10108. maker
  10109. makesN
  10110. apple
  10111. guide
  10112. intended
  10113. those
  10114. developers
  10115. noted
  10116. notesR
  10117. nothing
  10118. noticable
  10119. notice
  10120. noticed
  10121. notification
  10122. notifier
  10123. notifies
  10124. notify
  10125. notions
  10126. novell
  10127. november{
  10128. novice
  10129. nsa/commerce
  10130. nsarray
  10131. manager
  10132. library
  10133. plug-ins
  10134. network
  10135. administrator's
  10136. guide
  10137. second
  10138. edition
  10139. nsstring
  10140. nsthread
  10141. timecode
  10142. media
  10143. handler
  10144. no records are found such as...
  10145.     display dialog "Sorry, the item you selected could not be found."
  10146.     return
  10147. end try
  10148. e    No Changef
  10149. AppleTalk
  10150. networkingq
  10151. Dev.CD Aug 00 TC Disk 1
  10152. [D!All Packages
  10153. Mac OS SDK Edition
  10154. AppleTalk Wide Area
  10155. ded with the first Power Macs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.
  10156. It is a good idea to reset the screen(s) to the original setting before exit since the call to RVSetVideoAsScreenPrefs() may not do the right thing under Display Manager 1.0 with certain video drivers.
  10157. Included with this project are:
  10158. New Displays.h and Video.h header files. You will need to instal
  10159. l the new universal Displays.h and Video.h header files to compile this sample code. These new universal headers are included with the Display Manager Development Kit. You will need to install these new universal Displays.h and Video.h header files only if they are newer than the ones inside your development environment.
  10160. A link library called "DisplayLib" for the Display Manager 2.0 features (InterfaceLib contains the Display Manager 1.0 entry points). The link library is simply a namespa
  10161. makes
  10162. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  10163.  The AppleTalk Wide Area Developer
  10164. s Toolkit contains the following items:
  10165. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  10166. --------------------------------------
  10167. -----------
  10168. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  10169. Apple Internet Router: User-Interface Extensions to the adev File
  10170. ---------------------------------------------
  10171. This document provides information needed to support the new adev resource calls. (An ade
  10172. he PowerPC side of the app. 
  10173. JsPlayVideo(PPC)
  10174. PlayVideo.c
  10175. PlayVideo.mcp
  10176. Read Me
  10177. RequestVideo.c
  10178. RequestVideo.h
  10179. RequestVideo.rsrc
  10180. verbose debug codeM
  10181. Display Manager 1.0, which is built into the Systems included with the first PowerMacs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.N
  10182. Display Manager, Play VideoO[Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Aug 00 TC Disk 1
  10183.  - Sample Code
  10184.  - Devices and Hardware
  10185.  - Display Manager
  10186.  - Play Video Sampledes a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  10187. Apple Internet Router: Extending IP Tunnel and DialUp
  10188. --------------------------------------
  10189. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  10190. ce binding library with no code implementation behind it. The Display Manager glue library is needed to provide runtime code to access the Display Manager 2.0 features.
  10191. A runtime library called "Display Library" which contains the PowerPC glue code to use the Display Manager 2.0 API  (the InterfaceLib contains the Display Manager 1.0 glue code). The Display Library is built into system 7.5.3 and later systems. To make use if the Display Manger 2.0 features from PowerPC code while  running
  10192.  System 7.1.2 through 7.5.2 you must have the "Display Library" file within the Code Fragment Manager search path - in the same directory as the application or in the extensions folder.
  10193. Application Sample Code. This sample code will build a FAT application - an application that contains 68K code in code resources in the resource fork and PowerPC code in a PEF container in the data fork. You must build the 68K side of the app first since it is included in the PowerPC project for building t
  10194. PMDev.CD Aug 00 TC Disk 2
  10195.  - Sample Code
  10196.  - Human Interface Toolbox
  10197.  - SplasherV
  10198. 83881X
  10199. Aug 00^    TC Disk 2
  10200. --set theItem to choose file -- uncomment to test in an AS editor
  10201.     tell application "Finder"
  10202.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Splasher:"
  10203.         activate
  10204.     end tell
  10205. on error errMsg number errNum
  10206.     --enter statements to perform when no records are found such as...
  10207.     display dialog "Sorry, the item you selected could not be found."
  10208.     return
  10209. end try
  10210. e    No Changeq
  10211. Dev.CD Aug 00 TC Disk 2
  10212. All Packages
  10213. SpriteWorld
  10214. 83882X
  10215. resedit
  10216. contains
  10217. summary
  10218. system
  10219. manager
  10220. provides
  10221. systematic
  10222. summary
  10223. gxifier
  10224. automatically
  10225. tables
  10226. existing
  10227. ummary
  10228. developer's
  10229. package
  10230. includes
  10231. appleshar
  10232. summary
  10233. digest
  10234. collection
  10235. article
  10236. threads
  10237. summary
  10238. document
  10239. describes
  10240. version
  10241. applesingle
  10242. 83423X
  10243. Aug 00^    TC Disk 1
  10244. --set theItem to choose file -- uncomment to test in an AS editor
  10245.     tell application "Finder"
  10246.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  10247.         activate
  10248.     end tell
  10249. on error errMsg number errNum
  10250.     --enter statements to perform when no records are found such as...
  10251.     display dialog "Sorry, the item you selected could not be found."
  10252.     return
  10253. end try
  10254. e    No Changef
  10255. Display Manager
  10256. Play Videoq
  10257. Dev.CD Aug 00 TC Disk 1
  10258. All Packages
  10259. F    PlayMovie
  10260. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  10261. J-PlayMovie
  10262. PlayMovie.zip
  10263. pm.bat
  10264. README.txt
  10265. Feb 00
  10266. OKDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  10267. 83424X
  10268. 1e    No Change
  10269. --set theItem to choose file -- uncomment to test in an AS editor
  10270.     tell application "Finder"
  10271.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:"
  10272.         activate
  10273.     end tell
  10274. on error errMsg number errNum
  10275.     --enter statements to perform when no records are found such as...
  10276.     display dialog "Sorry, the item you selected could not be found."
  10277.     return
  10278. end try
  10279. t be found."
  10280.     return
  10281. end try
  10282. All Packages
  10283. Arabic Language KitO2Dev.CD May 97 TC
  10284. Dev.CD Nov 96 TC
  10285. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  10286. Dev.CD Nov 96 TC
  10287. Dev.CD Aug 96 TV
  10288. 81256X
  10289. May 97
  10290. plist
  10291. plug-in
  10292. plug-ins
  10293. pmforecolor
  10294. pmtable
  10295. point
  10296. polymorphic
  10297. polymorphic
  10298. functions
  10299. popup
  10300. registry
  10301. scanner
  10302. porting
  10303. ports
  10304. posers
  10305. positions
  10306. postscript
  10307. postscripthandle
  10308. power
  10309. power
  10310. power
  10311. power
  10312. macintosh
  10313. power
  10314. macintosh
  10315. debugger
  10316. power
  10317. manager
  10318. powerbook
  10319. powerbook
  10320. powerbook
  10321. series
  10322. powerpcA
  10323. powerpc
  10324. bandwidthA
  10325. powerplant
  10326. toolboxe
  10327. getpppstatus
  10328. getprocessinformatio
  10329. getrectdevice
  10330. getrectdevicerect
  10331. getscrap
  10332. getsetoptions
  10333. getversion
  10334.  to test in an AS editor
  10335.     tell application "Finder"
  10336.         open item "Dev.CD May 97 TC"
  10337.         activate
  10338.     end tell
  10339. on error errMsg number errNum
  10340.     --enter statements to perform when no records are found such as...
  10341.     display dialog "Sorry, the item you selected could not be found."
  10342.     return
  10343. end try
  10344. aD!All Packages
  10345. Tool Chest Edition
  10346. Arabic Language Kit v1.0.1
  10347. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  10348.  and other computers using the Mac
  10349.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  10350. JDInstall 1, English
  10351. Install 1, Fran
  10352. Install 2
  10353. Install 3
  10354. Install 4K
  10355. May 96L
  10356. Aug 96d
  10357. e    No Changef$CD-ROM
  10358. CD ROM
  10359. playing audio CDs
  10360. Playq
  10361. Dev.CD Aug 00 TC Disk 1
  10362. All Packages
  10363. Play Video Sample
  10364. PlayVideo is a sample which makes use of the RequestVideo sample code API.
  10365. PlayVideo & RequestVideo together demonstrate the usage of the Display Manager introduced with the PowerMacs and integrated into the system under System 7.5. With the RequestVideo sample code library, developers will be able to explore the Display Manager API by changing bit depth and screen resolution on multisync displays on built-in, NuBus, and PCI based video. Display Manager 1.0 is built into the Systems inclu
  10366. 83423X
  10367. ects.
  10368.     *Create a handle that contains the first sound track in a QuickTime movie.
  10369.     *Open and play a WAVE file using the QuickTime API.
  10370.     *Set the volume level of a sound track in a QuickTime movie.
  10371.     *Use the bufferCmd sound command to continuously play a large buffer of audio data.
  10372.     *Get the current hardware settings.
  10373.     *Get the settings for a sound track in a QuickTime movie.
  10374.     *Get and set the current left and right volumes of a sound channel.
  10375.     *Let the user select an audio file and select C,its compression settings; then compress it.
  10376. J:Building QT Samples
  10377. README
  10378. SoundSnippets.c
  10379. SoundSnippets.hM
  10380. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.NMQuickTime, Sound, Utilities, Track, Audio, Buffer, Volumes, WAVE, CompressionOLDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:
  10381. codeO
  10382. --set theItem to choose file -- uncomment to test in an AS editor
  10383.     tell application "Finder"
  10384.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:"
  10385.         activate
  10386.     end tell
  10387. on error errMsg number errNum
  10388.     --enter statements to perform when no records are found such as...
  10389.     display dialog "Sorry, the item you selected could not be found."
  10390.     return
  10391. end try
  10392. in an AS editor
  10393.     tell application "Finder"
  10394.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:ARPSample:"
  10395.         activate
  10396.     end tell
  10397. on error errMsg number errNum
  10398.     --enter statements to perform when no records are found such as...
  10399.     display dialog "Sorry, the item you selected could not be found."
  10400.     return
  10401. end try
  10402. e    No Changef3Open Transport
  10403. cache
  10404. delete
  10405. query
  10406. ARPSampleq
  10407. Dev.CD Aug 00 TC Disk 2
  10408. All Packages
  10409. AS Authenticator
  10410. 81260X
  10411. ~e    No Changef
  10412. QuickTime
  10413. Mediaq
  10414. Dev.CD Aug 00 TC Disk 2
  10415. All Packages
  10416. qtmissingcomp
  10417. QTMissingComp illustrates the preferred method, in QuickTime 4.0 and later, of checking to see whether a particular component is available. The only change from previous versions of QuickTime is that QuickTime 4.0 supports the cmpIsMissing flag for the componentFlagsMask field. 
  10418. J:Building QT Samples
  10419. QTMissingComp.c
  10420. QTMissingComp.h
  10421. READMEODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmissingcomp:PODev.CD Aug 00 TC Disk 2
  10422.  - Sample Code
  10423.  - QuickTime
  10424.  - Goodies
  10425.  - qtmissingcompV
  10426. 83519X
  10427. Aug 00^    TC Disk 2
  10428. e    No Change
  10429. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  10430. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  10431. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  10432. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  10433. s to use load/dump in MAMake files.
  10434. MouseInfo:  This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  10435. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  10436. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  10437. ScreenShots from MacsBug:  It is possible to take a screen shot 
  10438. All Packages
  10439. F    QuickTimeO)Dev.CD Jan 94
  10440. Dev.CD Oct 93
  10441. Dev.CD Jul 93P(Dev.CD Jan 94
  10442. Dev.CD Oct 93
  10443. Dev.CD Jul 9V
  10444. 83659X
  10445. Jan 94
  10446. ~--set theItem to choose file -- uncomment to test in an AS editor
  10447.     tell application "Finder"
  10448.         open item "Dev.CD Jan 94
  10449. Dev.CD Oct 93
  10450. Dev.CD Jul 93"
  10451.         activate
  10452.     end tell
  10453. on error errMsg number errNum
  10454.     --enter statements to perform when no records are found such as...
  10455.     display dialog "Sorry, the item you selected could not be found."
  10456.     return
  10457. end try
  10458. All Packages
  10459. F    QuickTimeO
  10460. Dev.CD Jan 94P
  10461. Dev.CD Jan 9V
  10462. 83660X
  10463. Jan 94
  10464. b--set theItem to choose file -- uncomment to test in an AS editor
  10465.     tell application "Finder"
  10466.         open item "Dev.CD Jan 94"
  10467.         activate
  10468.     end tell
  10469. on error errMsg number errNum
  10470.     --enter statements to perform when no records are found such as...
  10471.     display dialog "Sorry, the item you selected could not be found."
  10472.     return
  10473. end try
  10474. All Packages
  10475. stdafx
  10476. stdafx
  10477. stdafx
  10478. stdfilesaver
  10479. stdfilterhacking
  10480. stdfilterhacking
  10481. stdfilterhacking
  10482. stdfilterhacking
  10483. stdfilterhacking
  10484. stdwin
  10485. stdwin
  10486. stdwin
  10487. stiletto
  10488. stiletto
  10489. program
  10490. stiletto
  10491. sources
  10492. stoppinf
  10493. stoppinf
  10494. icons
  10495. storyboard
  10496. stream
  10497. streaming
  10498. streamlogresources
  10499. streamlogresources
  10500. streamnop
  10501. streamnop
  10502. streamnop
  10503. streamnop
  10504. streams
  10505. streams
  10506. streams
  10507. stress
  10508. stress
  10509. testing
  10510. tools
  10511. strings
  10512. strings
  10513. listen
  10514. stringservices
  10515. stringutils
  10516. stringutils
  10517. stringutils
  10518. strip
  10519. stripdup
  10520. stripdup
  10521. stripunits
  10522. strlist
  10523. strlist
  10524. strlist
  10525. struct
  10526. struct
  10527. e    No Changef+QuickDraw
  10528. PixMap
  10529. PixPat
  10530. GetPixRowByteso&http://developer.apple.com/samplecode/q
  10531. Dev.CD Aug 00 TC Disk 1
  10532. All Packages
  10533. PlayI
  10534. Play is a minimal sample CD audio player. The sample application allows the user to click on a track on an audio CD; at that point, the CD ROM drive will start audio play, beginning at the selected track and continuing to the end of the disc.J
  10535. Play.c
  10536. play.rM
  10537. CD-ROM driveN'CD-ROM, CD ROM, playing audio CDs, PlayOEDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:PPDev.CD Aug 00 TC Disk 1
  10538.  - Sample Code
  10539.  - Devices and Hardware
  10540.  - CD ROM
  10541.  - PlayV
  10542. 83422X
  10543. Aug 00^    TC Disk 1
  10544. e    No Change
  10545. e--set theItem to choose file -- uncomment to test in an AS editor
  10546.     tell application "Finder"
  10547.         open item "Dev.CD Aug 96 TC"
  10548.         activate
  10549.     end tell
  10550. on error errMsg number errNum
  10551.     --enter statements to perform when no records are found such as...
  10552.     display dialog "Sorry, the item you selected could not be found."
  10553.     return
  10554. end try
  10555. source
  10556. simpletext
  10557. sample
  10558. simplified
  10559. single-link
  10560. sleep
  10561. slideshow
  10562. manager
  10563. declaration
  10564. configuration
  10565. smart
  10566. sndforever
  10567. sndplaydoublebuffer
  10568. sndplaydoublebuffer
  10569. carbon
  10570. sniffer
  10571. network
  10572. management
  10573. socket
  10574. softwareR
  10575. solaris
  10576. solutions
  10577. soundk
  10578. sample
  10579. soundconvert
  10580. sound
  10581. buffer
  10582. recording
  10583. video
  10584. device
  10585. video
  10586. device
  10587. modes
  10588. video
  10589. frame
  10590. video
  10591. output
  10592. component
  10593. video
  10594. toolkit
  10595. enable/disable
  10596. viewenable
  10597. viewer
  10598. virtual
  10599. virtual
  10600. navigation
  10601. virtual
  10602. reality
  10603. virtual
  10604. virtualuser
  10605. visigenic
  10606. visrgn
  10607. voice
  10608. volume
  10609. volume
  10610. volumes
  10611. recording
  10612. vrefnum
  10613. vtwin
  10614. vu-meter
  10615. vumeter
  10616. waitnextevent
  10617. wake100
  10618. waste
  10619. wavelet
  10620. window
  10621. classes
  10622. window
  10623. layers
  10624. window
  10625. manager
  10626. window
  10627. positions
  10628. windows
  10629. wired
  10630. wombat
  10631. workstation
  10632. world
  10633. world
  10634. wrapper
  10635. writerk
  10636. writing
  10637. yellow
  10638. yellow
  10639. pitfalls
  10640. pixel
  10641. pixmap2pixpat2ppat
  10642. pixmap2pixpat2ppat
  10643. pixmap2pixpat2ppat
  10644. pixmap2pixpat2ppat
  10645. pixmap2pixpat2ppat
  10646. place
  10647. place
  10648. extensions
  10649. folder
  10650. place
  10651. system
  10652. folder
  10653. plain
  10654. plain
  10655. paper
  10656. platformsQ
  10657. play1
  10658. play1
  10659. play2
  10660. play2
  10661. player
  10662. playit
  10663. playit
  10664. playmovie
  10665. playmovie
  10666. playqteffectapp
  10667. playqteffectapp
  10668. playtune
  10669. playtune
  10670. playvideo
  10671. playvideo
  10672. playvideo
  10673. licenses{
  10674. licensingj
  10675. light
  10676. light-weight
  10677. lightening
  10678. lighter
  10679. lights
  10680. likely
  10681. likewise
  10682. liking
  10683. limit
  10684. limitation
  10685. limitations
  10686. limitedy
  10687. limiting
  10688. lindenberg
  10689. linear
  10690. lines
  10691. r and therefore doesn
  10692. t talk to any real hardware.  Instead it mounts disk images over the network.
  10693. Jul 97L
  10694. Jul 97V
  10695. 81263X
  10696. 1e    No Change
  10697. userfunction
  10698. useritems
  10699. using
  10700. utilities
  10701. utilities
  10702. pstrcopy
  10703. topleft
  10704. botright
  10705. setpt
  10706. setrect
  10707. btstbo
  10708. utility
  10709. utility
  10710. zones
  10711. handles
  10712. resources
  10713. utility
  10714. space
  10715. utils
  10716. validation
  10717. variable
  10718. variables
  10719. vector
  10720. velocity
  10721. velocity
  10722. engine
  10723. alitvec
  10724. fourier
  10725. transform
  10726. velocity
  10727. engine
  10728. alitvec
  10729. multiprecision
  10730. arithmetic
  10731. arbitrary
  10732. velocity
  10733. engine
  10734. alitvec
  10735. wavelet
  10736. daubechies
  10737. version
  10738. --set theItem to choose file -- uncomment to test in an AS editor
  10739.     tell application "Finder"
  10740.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  10741.         activate
  10742.     end tell
  10743. on error errMsg number errNum
  10744.     --enter statements to perform when no records are found such as...
  10745.     display dialog "Sorry, the item you selected could not be found."
  10746.     return
  10747. end try
  10748.  and Hardware
  10749.  - Drivers
  10750.  - AsyncDriverSampleV
  10751. 81263X
  10752. Aug 00^    TC Disk 1
  10753. --set theItem to choose file -- uncomment to test in an AS editor
  10754.     tell application "Finder"
  10755.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:"
  10756.         activate
  10757.     end tell
  10758. on error errMsg number errNum
  10759.     --enter statements to perform when no records are found such as...
  10760.     display dialog "Sorry, the item you selected could not be found."
  10761.     return
  10762. end try
  10763. e    No Changef%async device
  10764. driver
  10765. AsyncDriverSample
  10766. Deletedf'Pippin
  10767. Bandai
  10768. Atworld
  10769. Atmark
  10770. multimediaq
  10771. Dev.CD Dec 99 RL
  10772. All Packages
  10773. PixMap2PixPat2Ppat
  10774. PixMap2PixPat2Ppat has been updated to use GetPixRowBytes() and not leak a PixMap.
  10775. This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  10776. JePixMap2PixPat2Ppat(PPC)
  10777. PixMap2PixPat2ppat.c
  10778. PixMap2PixPat2Ppat.mcp
  10779. PixMap2PixPat2ppat.rsrc
  10780. ppat fileK
  10781. Aug 00M
  10782. Color QuickDrawN/QuickDraw, PixMap, PixPat, ppat, GetPixRowBytesOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:PKDev.CD Aug 00 TC Disk 1
  10783.  - Sample Code
  10784.  - Graphics 2D
  10785.  - PixMap2PixPat2ppatV
  10786. 83421X
  10787. Aug 00^    TC Disk 1
  10788. e    No Changeo&http://developer.apple.com/samplecode/
  10789.     display dialog "Sorry, the item you selected could not be found."
  10790.     return
  10791. end try
  10792. e    No Change
  10793. ONDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:PYDev.CD Aug 00 TC Disk 1
  10794.  - Sample Code
  10795.  - Devices and Hardware
  10796.  - SCSI
  10797.  - SCSI VBL SampleV
  10798. 83798X
  10799. Aug 00^    TC Disk 1
  10800. --set theItem to choose file -- uncomment to test in an AS editor
  10801.     tell application "Finder"
  10802.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI VBL Sample:"
  10803.         activate
  10804.     end tell
  10805. on error errMsg number errNum
  10806.     --enter statements to perform when no records are found such as...
  10807.     display dialog "Sorry, the item you selected could not be found."
  10808.     return
  10809. end try
  10810. e    No Changef:SCSI
  10811. SCSI Manager 4.3
  10812. asynchronous
  10813. inquiry
  10814. SCSI VBL Sampleq
  10815. Dev.CD Aug 00 TC Disk 1
  10816. All Packages
  10817. SearchProcs & Color Sep
  10818. 83799X
  10819. goodies
  10820. goodies
  10821. scripts
  10822. readme
  10823. scripts
  10824. readme
  10825. mpwtool
  10826. 1.0.1b1c2
  10827. installer
  10828. installer
  10829. 1.0.1b1c2
  10830. Dev.CD Aug 00 TC Disk 2
  10831. D(All Packages
  10832. Reference Library Edition
  10833. Pippin Technical Notes
  10834. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  10835. Applejack Tech Note
  10836. Creating Pippin CDROMs
  10837. Pippin Authentication
  10838. Pippin Flash Access 
  10839. Pippin Launch
  10840. Pippin Standard File 
  10841. Pippin Startup Process
  10842. Pippin Video
  10843. PippinFinder
  10844. Stoppinf INIT IconsK
  10845. Aug 96M
  10846. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  10847.  - Technical Documentation
  10848.  - Pippin Technical NotesV
  10849. 83420X
  10850. Dec 99^
  10851. oN=Unicode Imaging Text Type Bi-directional Rotation Double-byteW
  10852. (** = new, * = revised)
  10853. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  10854. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  10855. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  10856. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  10857.  including a complete  framework for writing small applications.
  10858. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  10859. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  10860. LockFile:  Demonstrates settin
  10861. ~--set theItem to choose file -- uncomment to test in an AS editor
  10862.     tell application "Finder"
  10863.         open item "Dev.CD Oct 93
  10864. Dev.CD Jul 93
  10865. Dev.CD Apr 93"
  10866.         activate
  10867.     end tell
  10868. on error errMsg number errNum
  10869.     --enter statements to perform when no records are found such as...
  10870.     display dialog "Sorry, the item you selected could not be found."
  10871.     return
  10872. end try
  10873. All Packages
  10874. F    QuickTimeO
  10875. Dev.CD Oct 93
  10876. Dev.CD Jul 93P
  10877. Dev.CD Oct 93
  10878. Dev.CD Jul 9V
  10879. 83694X
  10880. Oct 93
  10881. p--set theItem to choose file -- uncomment to test in an AS editor
  10882.     tell application "Finder"
  10883.         open item "Dev.CD Oct 93
  10884. Dev.CD Jul 93"
  10885.         activate
  10886.     end tell
  10887. on error errMsg number errNum
  10888.     --enter statements to perform when no records are found such as...
  10889.     display dialog "Sorry, the item you selected could not be found."
  10890.     return
  10891. end try
  10892. All Packages
  10893. F    QuickTimeO
  10894. Dev.CD Oct 93
  10895. Dev.CD Jul 93P
  10896. Dev.CD Oct 93
  10897. Dev.CD Jul 9V
  10898. 83695X
  10899. Oct 93
  10900. IqThis sample shows the interpretation of picture comments by various printer drivers under various circumstances.
  10901. JmGlobals.p
  10902. PicComments.p
  10903. ReadMe
  10904. TestPicComments.p
  10905. TN91TestCode
  10906. TN91TestCode.p
  10907. TN91TestCode.rsrc
  10908. TN91TestCode.
  10909. print, PicComments, driversO=Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:PEDev.CD Aug 00 TC Disk 2
  10910.  - Sample Code
  10911.  - Printing
  10912.  - PicCommentsTestV
  10913. 83418X
  10914. Aug 00^    TC Disk 2
  10915. --set theItem to choose file -- uncomment to test in an AS editor
  10916.     tell application "Finder"
  10917.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:"
  10918.         activate
  10919.     end tell
  10920. on error errMsg number errNum
  10921.     --enter statements to perform when no records are found such as...
  10922.     display dialog "Sorry, the item you selected could not be found."
  10923.     return
  10924. end try
  10925. e    No Changef
  10926. print
  10927. PicComments
  10928. driversq
  10929. Dev.CD Aug 00 TC Disk 2
  10930. All Packages
  10931. PICTDialogV
  10932. 83419X
  10933. 1e    No Change
  10934. This simple sample places a PICT in a modal dialog, with some other views, such as buttons and TEditText. It tries to show how easy this is achieved with TPicture view resources.
  10935. J8Dialogs.r
  10936. MDialogs.cp
  10937. READMEFIRST
  10938. UDialogs.cp
  10939. UDialogs.hM
  10940. MacApp 2.0.1 or laterN0MacApp, PICT, modal dialog, TPicture, PICTDialogOJDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:PUDev.CD Aug 00 TC Disk 2
  10941.  - Sample Code
  10942.  - Platforms and Tools
  10943.  - MacApp
  10944.  - PICTDialogV
  10945. 83419X
  10946. Aug 00^    TC Disk 2
  10947. --set theItem to choose file -- uncomment to test in an AS editor
  10948.     tell application "Finder"
  10949.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:"
  10950.         activate
  10951.     end tell
  10952. on error errMsg number errNum
  10953.     --enter statements to perform when no records are found such as...
  10954.     display dialog "Sorry, the item you selected could not be found."
  10955.     return
  10956. end try
  10957. e    No Changef,MacApp
  10958. modal dialog
  10959. TPicture
  10960. PICTDialog
  10961. goodies
  10962. builds
  10963. goodies
  10964. goodies
  10965. scripts
  10966. readme
  10967. scripts
  10968. readme
  10969. mpwtool
  10970. mpwtool
  10971. 1.0.1b1c2
  10972. installer
  10973. debug
  10974. 2.2.2
  10975. install
  10976. installer
  10977. 1.0.1b1c2
  10978. mrj2.2.2
  10979. mrj2.2.2
  10980. redistribution
  10981. msdos
  10982. tmapsr
  10983. black
  10984. block
  10985. blocks
  10986. blueprint{
  10987. bodyz
  10988. bones
  10989. book`
  10990. books`
  10991. boring
  10992. bothU
  10993. bottleneck
  10994. bottomz
  10995. boxes
  10996. brand{
  10997. braving
  10998. break
  10999. brian
  11000. brief
  11001. brigham
  11002. brightness
  11003. brink
  11004. broadcast
  11005. broadcast-ready
  11006. brochure
  11007. bryan
  11008. appletalk
  11009. appletalk
  11010. application
  11011. application
  11012. package
  11013. applications
  11014. appstogo
  11015. arabic
  11016. arbitrary
  11017. arbitrary
  11018. precision
  11019. arithmetic
  11020. arbitrator
  11021. architecture
  11022. archiving
  11023. arithmetic
  11024. arpsample
  11025. arrangement
  11026. sample
  11027. design
  11028. assemblers
  11029. assembly
  11030. assistant
  11031. async
  11032. async
  11033. device
  11034. asyncdriversample
  11035. asynchronous
  11036. asynchronous
  11037. manager
  11038. asynchronous
  11039. asyncronous
  11040. ataerrordetector
  11041. atapi
  11042. atmark
  11043. atsui
  11044. attachability
  11045. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  11046. --set theItem to choose file -- uncomment to test in an AS editor
  11047.     tell application "Finder"
  11048.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:"
  11049.         activate
  11050.     end tell
  11051. on error errMsg number errNum
  11052.     --enter statements to perform when no records are found such as...
  11053.     display dialog "Sorry, the item you selected could not be found."
  11054.     return
  11055. end try
  11056.  return
  11057. end try
  11058. e    No Changeq
  11059. Dev.CD Aug 00 TC Disk 1
  11060. kD!All Packages
  11061. Tool Chest Edition
  11062. Audio Palette Developer Doc
  11063. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  11064. 81268X
  11065. Deleted
  11066. dynamically
  11067. dynamics
  11068. dynamo
  11069.  7.0 compatible.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  11070.  - Tool Chest
  11071.  - Testing & Debugging
  11072.  - General tools
  11073. - Latest Copy of the code -
  11074. - YOU MUST READ ME -
  11075. headers
  11076. In process
  11077. objects
  11078. PGPsdkMac
  11079. PGPuam
  11080. PGPuam Server
  11081. PGPuam Slides.pdf
  11082. PGPUAM.prj
  11083. sourcesK
  11084. Dec 98M
  11085. PPC,  MacOS 8.5, PGPsdkN@Cryptographic Authentication, AppleShare IP,  Appearance, PGPuamO6Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PGPuam:P>Dev.CD Aug 00 TC Disk 2
  11086.  - Sample Code
  11087.  - Networking
  11088.  - PGPuamV
  11089. 83417X
  11090. Aug 00^    TC Disk 2
  11091. --set theItem to choose file -- uncomment to test in an AS editor
  11092.     tell application "Finder"
  11093.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PGPuam:"
  11094.         activate
  11095.     end tell
  11096. on error errMsg number errNum
  11097.     --enter statements to perform when no records are found such as...
  11098.     display dialog "Sorry, the item you selected could not be found."
  11099.     return
  11100. end try
  11101. e    No Changef=Cryptographic Authentication
  11102. AppleShare IP
  11103.  Appearance
  11104. PGPuamq
  11105. Dev.CD Aug 00 TC Disk 2
  11106. All Packages
  11107. PicCommentsTestV
  11108. 83418X
  11109. release
  11110. notes
  11111. release
  11112. notes
  11113. against
  11114. age-old
  11115. aiff/aifc
  11116. aiffwriterl
  11117. aiffwriter
  11118. sample
  11119. sound
  11120. output
  11121. device
  11122. component
  11123. aimedu
  11124. airport
  11125. alert{
  11126. alerts
  11127. alexander
  11128. algorithmj
  11129. algorithms
  11130. aliasf
  11131. alias-to-fsspecf
  11132. aliasesf
  11133. aligned
  11134. alive{
  11135. all-new
  11136. allocatingx
  11137. allocation
  11138. allocators
  11139. allowW
  11140. allowing
  11141. allowsB
  11142. e    No Changef,debugging
  11143. performance
  11144. POWER
  11145. PowerPC
  11146. emulatorq
  11147. Dev.CD Aug 00 TC Disk 1
  11148. All Packages
  11149. PGPuam
  11150. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  11151. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  11152. - -  Strong user authentication is provided by cryptographic digital signatures.
  11153. - -  Since the user maintains the only secret material in the system, compromising a server
  11154. s user database results in limited damage.
  11155. NOTE: This is beta SW.  For sample use only
  11156. Dec 98V
  11157. 83417X
  11158. 1e    No Change
  11159. AudioCodec
  11160. 81269X
  11161. sound
  11162. sample
  11163. soundconvert
  11164. sound
  11165. buffer
  11166. recording
  11167. auntiedialog
  11168. authenticator
  11169. center
  11170. autoguest
  11171. autoguest
  11172. automation
  11173. automation
  11174. essentials
  11175. 2.3.0
  11176. emulator
  11177. background
  11178. backlight
  11179. backlight
  11180. control
  11181. backscrap
  11182. balloony
  11183. copying
  11184. sequel
  11185. bandit
  11186. basicdiskimage
  11187. bbedit
  11188. bbedit
  11189. betabase
  11190. bigscrolling
  11191. binhex
  11192. bit-depth
  11193. bitblitz
  11194. bitblitz
  11195. bitmap
  11196. bouncingsprites
  11197. brightcontrastengine
  11198. bring-up
  11199. byrne's
  11200. xcmds
  11201. xfcns
  11202. digests
  11203. source
  11204. formatter
  11205. registration
  11206. requests
  11207. controlrgn
  11208. calccmask
  11209. calccmask
  11210. calcmask
  11211. calcmask
  11212. callfinder
  11213. callfinder
  11214. collection
  11215. developer
  11216. documentation
  11217. collection
  11218. books
  11219. you'll
  11220. access
  11221. docume
  11222. collection
  11223. documentation
  11224. developer
  11225. notes
  11226. collection
  11227. quicktime
  11228. developer
  11229. documentation
  11230. video
  11231. collection
  11232. webobjects
  11233. developer
  11234. documentation
  11235. documen
  11236. collections
  11237. collectionservices
  11238. collectpictcolors
  11239. collects
  11240. collyer
  11241. color`
  11242. color
  11243. picker
  11244. 2.1.1
  11245. contains
  11246. minor
  11247. fixes
  11248. color
  11249. quickdraw
  11250. colorcdef
  11251. colored
  11252. coloredcheckbox
  11253. develop-ers
  11254. graphics
  11255. graphicsimport
  11256. summary
  11257. No Changeq
  11258. Dev.CD Aug 00 TC Disk 2
  11259. All Packages
  11260. AudioConverter
  11261. 81270X
  11262. All Packages
  11263. Performance Tools
  11264. Summary:  Three tools for testing the performance of code on PowerPC processors.
  11265. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  11266. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  11267. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  11268. Ji4PM 4.6
  11269. 604 Performance
  11270. Emulator
  11271. Emulator CP Release Notes
  11272. POWER Emulator
  11273. POWER Emulator CP Release NotesK
  11274. Dec 95M
  11275. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:PQDev.CD Aug 00 TC Disk 1
  11276.  - Tool Chest
  11277.  - Testing & Debugging
  11278.  - Performance toolsV
  11279. 83416X
  11280. Aug 00^    TC Disk 1
  11281. e    No Change
  11282. e so that it can be included in the Sound Manager interfaces.  Note 
  11283. that all lower-case codes are reserved for Apple's use.  Your code must
  11284. p--set theItem to choose file -- uncomment to test in an AS editor
  11285.     tell application "Finder"
  11286.         open item "Dev.CD Oct 93
  11287. Dev.CD Jul 93"
  11288.         activate
  11289.     end tell
  11290. on error errMsg number errNum
  11291.     --enter statements to perform when no records are found such as...
  11292.     display dialog "Sorry, the item you selected could not be found."
  11293.     return
  11294. end try
  11295. Windows only
  11296. You will need to open the .mak file as a MSDEV project, and then modify
  11297. the include paths and li
  11298. brary paths by hand (Build/Settings) to match
  11299. wherever it is that you have your headers and libs.  Don't forget to 
  11300. modify the include paths on the Rez command line in the Custom Build
  11301. settings for uLawCodec.r (both Release and Debug).  On that same command 
  11302. line, you will also need to put in the full path to Rez.exe on your system.
  11303. Mac only
  11304. Linker gives the warning, "entry-point __uLawDecompComponentDispatchRD is 
  11305. not a descriptor".  This is normal due to the nature of creating PowerPC 
  11306. All Packages
  11307. Performa 7.1P5O
  11308. Dev.CD Jan 94
  11309. Dev.CD Dec 93P
  11310. Dev.CD Jan 94
  11311. Dev.CD Dec 9V
  11312. 83414X
  11313. Jan 94
  11314. p--set theItem to choose file -- uncomment to test in an AS editor
  11315.     tell application "Finder"
  11316.         open item "Dev.CD Jan 94
  11317. Dev.CD Dec 93"
  11318.         activate
  11319.     end tell
  11320. on error errMsg number errNum
  11321.     --enter statements to perform when no records are found such as...
  11322.     display dialog "Sorry, the item you selected could not be found."
  11323.     return
  11324. end try
  11325. All Packages
  11326. Performa 7.1P6O
  11327. Dev.CD Jun 94
  11328. Dev.CD Jul 94P
  11329. Dev.CD Jun 94
  11330. Dev.CD Jul 9V
  11331. 83415X
  11332. Jun 94
  11333. p--set theItem to choose file -- uncomment to test in an AS editor
  11334.     tell application "Finder"
  11335.         open item "Dev.CD Jun 94
  11336. Dev.CD Jul 94"
  11337.         activate
  11338.     end tell
  11339. on error errMsg number errNum
  11340.     --enter statements to perform when no records are found such as...
  11341.     display dialog "Sorry, the item you selected could not be found."
  11342.     return
  11343. end try
  11344. OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  11345.  - Tool Chest
  11346.  - Development Kits
  11347.  - HyperCard Related
  11348.  - PeopleSurveyor 2.1.2V
  11349. 83412X
  11350. May 98^
  11351. --set theItem to choose file -- uncomment to test in an AS editor
  11352.     tell application "Finder"
  11353.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  11354.         activate
  11355.     end tell
  11356. on error errMsg number errNum
  11357.     --enter statements to perform when no records are found such as...
  11358.     display dialog "Sorry, the item you selected could not be found."
  11359.     return
  11360. end try
  11361. e    No Changeq
  11362. Dev.CD May 98 TC
  11363. All Packages
  11364. Performa 7.1P2O
  11365. Dev.CD Oct 93
  11366. Dev.CD Jul 93P
  11367. Dev.CD Oct 93
  11368. Dev.CD Jul 9V
  11369. 83413X
  11370. Oct 93
  11371. --set theItem to choose file -- uncomment to test in an AS editor
  11372.     tell application "Finder"
  11373.         open item "Dev.CD Apr 94
  11374. Dev.CD Jan 94
  11375. Dev.CD Oct 93
  11376. Dev.CD Jul 93
  11377. Dev.CD Apr 93"
  11378.         activate
  11379.     end tell
  11380. on error errMsg number errNum
  11381.     --enter statements to perform when no records are found such as...
  11382.     display dialog "Sorry, the item you selected could not be found."
  11383.     return
  11384. end try
  11385. pascal
  11386. example
  11387. demonstrating
  11388. dialog
  11389. pascal
  11390. example
  11391. which
  11392. monitors
  11393. keymap
  11394. displays
  11395. pascal's
  11396. pascal/handle
  11397. pci-based
  11398. pci-the{
  11399. pcmcia
  11400. pending
  11401. pentiumZ
  11402. people[
  11403. perfectly
  11404. performf
  11405. tiles
  11406. timef
  11407. time-based
  11408. time-consuming
  11409. timebase
  11410. timecode
  11411. timed
  11412. timers
  11413. timertst
  11414. times
  11415. timestamps
  11416. timezone
  11417. timing
  11418. timings
  11419. tipsT
  11420. tiresome
  11421. title
  11422. outfiles
  11423. checkers
  11424. checkinall
  11425. checking^
  11426. checks
  11427. sections
  11428. sector
  11429. sectors
  11430. secure
  11431. securely
  11432. security
  11433. sedit
  11434. seedbuilder
  11435. seedcfill
  11436. backs, and any other "flavor" of Macintosh software.
  11437. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  11438. General tools.imgK
  11439. Feb 94N
  11440. testing, debugginge
  11441. D!All Packages
  11442. Tool Chest Edition
  11443. PeopleSoft/Apple White Paper
  11444. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  11445. Peoplesoft & Apple White PaperK
  11446. Dec 95L
  11447. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  11448.  - Programs & MarketingV
  11449. 83411X
  11450. May 98^
  11451. TCon parameters chunk contains parameters 
  11452. that are required to decompress the audio data in the file. See the 
  11453. electronic document MacOS_Sound.pdf for more information about the 
  11454. compression parameters chunk and the audio atoms list it contains.
  11455. Enjoy,
  11456. QuickTime team
  11457. AudioConvert
  11458. AudioConvert 68k
  11459. AudioConvert PPC
  11460. AudioConvert.c
  11461. AudioConvert.EXE
  11462. AudioConvert.h
  11463. AudioConvert.mak
  11464. AudioConvert.mcp
  11465. AudioConvert.r
  11466. AudioConvert.rez.bat
  11467. README
  11468. {--set theItem to choose file -- uncomment to test in an AS editor
  11469.     tell application "Finder"
  11470.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  11471.         activate
  11472.     end tell
  11473. on error errMsg number errNum
  11474.     --enter statements to perform when no records are found such as...
  11475.     display dialog "Sorry, the item you selected could not be found."
  11476.     return
  11477. end try
  11478. e    No Changeq
  11479. Dev.CD May 98 TC
  11480. D!All Packages
  11481. Tool Chest Edition
  11482. PeopleSurveyor 2.1.2
  11483. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  11484. Features: 
  11485.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  11486.   Sixteen question formats.  
  11487.  Six page printable Help.  
  11488.  Enforces expiration date, discourages multiple responses.
  11489. PeopleSurveyor 2.1.2K
  11490. Oct 92M
  11491. HyperCard 2.1
  11492. System Enabler 111 (PB 160/180)O
  11493. Dev.CD Apr 93P
  11494. Dev.CD Apr 9V
  11495. 84098X
  11496. Apr 93
  11497. b--set theItem to choose file -- uncomment to test in an AS editor
  11498.     tell application "Finder"
  11499.         open item "Dev.CD Apr 93"
  11500.         activate
  11501.     end tell
  11502. on error errMsg number errNum
  11503.     --enter statements to perform when no records are found such as...
  11504.     display dialog "Sorry, the item you selected could not be found."
  11505.     return
  11506. end try
  11507. All Packages
  11508. System Enabler 111 (PB 160/180)O
  11509. Dev.CD Apr 93P
  11510. Dev.CD Apr 9V
  11511. 84099X
  11512. Apr 93
  11513. b--set theItem to choose file -- uncomment to test in an AS editor
  11514.     tell application "Finder"
  11515.         open item "Dev.CD Apr 93"
  11516.         activate
  11517.     end tell
  11518. on error errMsg number errNum
  11519.     --enter statements to perform when no records are found such as...
  11520.     display dialog "Sorry, the item you selected could not be found."
  11521.     return
  11522. end try
  11523. All Packages
  11524. System Enabler 111 (PB 160/180)O
  11525. Dev.CD Apr 93V
  11526. 84100X
  11527. containing
  11528. containsS
  11529. contains
  11530. demonstrating
  11531. write
  11532. engine
  11533. contains
  11534. transport
  11535. software
  11536. development
  11537. contentz
  11538. Wanager API, yet allowing you to use the familiar tools you've always used to build dialogs.
  11539. wide-angle
  11540. widely
  11541. wildcard
  11542. wilderness
  11543. willU
  11544. avitzur
  11545. avoid
  11546. avoided
  11547. avoiding
  11548. avoids
  11549. awards{
  11550. aware
  11551. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  11552. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  11553.  VR 1.0 Object Movie File Format. 
  11554. This code:
  11555.  Is beta-level and unsupported. 
  11556.  Is available as a pair of MPW Projector databases or as individual files. 
  11557. Issues:  These are beta-level tools and are unsupported. 
  11558. Jun 96W
  11559. nov/dec
  11560. nov/dec
  11561. 83410X
  11562. Aug 00^    TC Disk 1
  11563. --set theItem to choose file -- uncomment to test in an AS editor
  11564.     tell application "Finder"
  11565.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:"
  11566.         activate
  11567.     end tell
  11568. on error errMsg number errNum
  11569.     --enter statements to perform when no records are found such as...
  11570.     display dialog "Sorry, the item you selected could not be found."
  11571.     return
  11572. end try
  11573. e    No Changef
  11574. Containerq
  11575. Dev.CD Aug 00 TC Disk 1
  11576. PeopleSoft/Apple White Paper
  11577. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  11578. Peoplesoft & Apple White PaperK
  11579. Dec 95L
  11580. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  11581.  - Programs & MarketingV
  11582. 83411X
  11583. May 98^
  11584. TC11X
  11585. May 98^
  11586. TCe    No Change
  11587. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  11588. New with version 1.0d8 are:
  11589.  Disassembly of Altivec
  11590.  instructions in PowerPC code sections
  11591.  C++ name unmangling in the disassembly views
  11592.  You can now view CFM-68K import/export/relocation sections
  11593. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  11594. PEF ViewerK
  11595. Jan 99M
  11596. PEF Viewer requires a PowerPCN
  11597. PEF, ContainerOBDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:PJDev.CD Aug 00 TC Disk 1
  11598.  - Tool Chest
  11599.  - Developer Utilities
  11600.  - PEF Viewer
  11601. All Packages
  11602. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11603. Dev.CD Jan 94
  11604. Dev.CD Oct 93
  11605. Dev.CD Jul 93P6Dev.CD Apr 94
  11606. Dev.CD Jan 94
  11607. Dev.CD Oct 93
  11608. Dev.CD Jul 9V
  11609. 84126X
  11610. Apr 94
  11611. --set theItem to choose file -- uncomment to test in an AS editor
  11612.     tell application "Finder"
  11613.         open item "Dev.CD Apr 94
  11614. Dev.CD Jan 94
  11615. Dev.CD Oct 93
  11616. Dev.CD Jul 93"
  11617.         activate
  11618.     end tell
  11619. on error errMsg number errNum
  11620.     --enter statements to perform when no records are found such as...
  11621.     display dialog "Sorry, the item you selected could not be found."
  11622.     return
  11623. end try
  11624. All Packages
  11625. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  11626. Dev.CD Jan 94
  11627. Dev.CD Oct 93
  11628. Dev.CD Jul 93P6Dev.CD Apr 94
  11629. Dev.CD Jan 94
  11630. Dev.CD Oct 93
  11631. Dev.CD Jul 9V
  11632. 84127X
  11633. Apr 94
  11634. issue
  11635. highlights
  11636. issue
  11637. highlights
  11638. issue
  11639. highlights
  11640. issue
  11641. highlights
  11642. issue
  11643. highlights
  11644. issue
  11645. highlights
  11646. format
  11647. keeps
  11648. simpleapp
  11649. 1.0.2
  11650. simpleedit
  11651. simpleeditsdi
  11652. simpleinit
  11653. simpleplayer
  11654. simpleplayersdi
  11655. simpletext
  11656. simpletext
  11657. sample
  11658. simplevideoout
  11659. slideshow
  11660. slots
  11661. snapshot
  11662. snapshotsample
  11663. snarfer
  11664. sndforever
  11665. sndplaydoublebuffer
  11666. snippets
  11667. communications
  11668. toolbox
  11669. snippets
  11670. development
  11671. tools
  11672. languages
  11673. snippets
  11674. devices
  11675. snippets
  11676. files
  11677. snippets
  11678. hardware
  11679. snippets
  11680. interapplication
  11681. communication
  11682. snippets
  11683. memory
  11684. snippets
  11685. networking
  11686. snippets
  11687. utilities
  11688. snippets
  11689. printing
  11690. snippets
  11691. processes
  11692. snippets
  11693. quickdraw
  11694. snippets
  11695. quicktime
  11696. snippets
  11697. sound
  11698. snippets
  11699. testing
  11700. debugging
  11701. sound
  11702. source
  11703. sources
  11704. specific
  11705. spooler
  11706. sprocket
  11707. stack
  11708. picker
  11709. picts
  11710. pictdocument
  11711. pictdocument
  11712. pictdocument
  11713. pictfile
  11714. pictfile
  11715. pictfile
  11716. pictfile
  11717. pictinfotest
  11718. pictinfotest
  11719. pictoid
  11720. pictoid
  11721. picttoclip
  11722. picttoclip
  11723. pippin
  11724. pippin
  11725. authentication
  11726. pippin
  11727. flash
  11728. access
  11729. pippin
  11730. launch
  11731. pippin
  11732. standard
  11733. pippin
  11734. startup
  11735. process
  11736. pippin
  11737. video
  11738. pippinfinder
  11739. ploticons
  11740. plstringfuncs
  11741. plug-ins
  11742. plugins
  11743. popups
  11744. popuptkl
  11745. popuptkl
  11746. popuptkl
  11747. portingobjectivectoj
  11748. portscanner
  11749. portscanner
  11750. portscanner
  11751. power
  11752. power
  11753. emulator
  11754. power
  11755. emulator
  11756. release
  11757. notes
  11758. powerbook
  11759. powerbook
  11760. addendum
  11761. powerbook
  11762. powerbook
  11763. 2400c
  11764. --set theItem to choose file -- uncomment to test in an AS editor
  11765.     tell application "Finder"
  11766.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  11767.         activate
  11768.     end tell
  11769. on error errMsg number errNum
  11770.     --enter statements to perform when no records are found such as...
  11771.     display dialog "Sorry, the item you selected could not be found."
  11772.     return
  11773. end try
  11774. declaration
  11775. slotvinstall
  11776. slower
  11777. small[
  11778. smalldaemon
  11779. smaller
  11780. smallest
  11781. smart
  11782. smith
  11783. smooth
  11784. snapshot
  11785. ColorReset.c
  11786. ColorReset.h
  11787. ColorReset.rsrc
  11788. EmergMem.c
  11789. EmergMem.h
  11790. Flowers
  11791. MenuHandler.c
  11792. MenuHandler.h
  11793. PictDocument.c
  11794. PictDocument.h
  11795. Restore Screen Cluts Read Me
  11796. RestoreScreenCluts(PPC)
  11797. RestoreScreenCluts.mcp
  11798. WindowPositioner.c
  11799. WindowPositioner.hM
  11800. System 7.0 or laterNvRestoreDeviceClut, GetDeviceList, NewPalette, SetPalette, TestDeviceAttribute, GetCTable, CTab2Palette, GetNextDevice
  11801. OEDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:PMDev.CD Aug 00 TC Disk 1
  11802.  - Sample Code
  11803.  - Graphics 2D
  11804.  - Restore Screen ClutsV
  11805. 83763X
  11806. Aug 00^    TC Disk 1
  11807. --set theItem to choose file -- uncomment to test in an AS editor
  11808.     tell application "Finder"
  11809.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Restore Screen Cluts:"
  11810.         activate
  11811.     end tell
  11812. on error errMsg number errNum
  11813.     --enter statements to perform when no records are found such as...
  11814.     display dialog "Sorry, the item you selected could not be found."
  11815.     return
  11816. end try
  11817. e    No Change
  11818. pdlog
  11819. expand
  11820. viewer
  11821. peoplesoft/apple
  11822. peoplesoft/apple
  11823. white
  11824. paper
  11825. peoplesurveyor
  11826. peoplesurveyor
  11827. 2.1.2
  11828. performa
  11829. performa
  11830. 7.1p2
  11831. performa
  11832. 7.1p5
  11833. performa
  11834. 7.1p6
  11835. performance
  11836. performance
  11837. tools
  11838. pgpuam
  11839. photoshop
  11840. piccommentstest
  11841. picker
  11842. pictdialog
  11843. pippin
  11844. pippin
  11845. technical
  11846. notes
  11847. pixel
  11848. pixmap2pixpat2ppat
  11849. video
  11850. sample
  11851. player
  11852. playmovie
  11853. playtune
  11854. plug-ins
  11855. plugins
  11856. popupcdef
  11857. popupfuncs
  11858. popupfuncs
  11859. 2.6.1
  11860. popupmenuwithcurfont
  11861. popups
  11862. porting
  11863. processorC
  11864. profile
  11865. profiler
  11866. project
  11867. projects
  11868. publications
  11869. quadra
  11870. qualified
  11871. quickdraw
  11872. r13u5
  11873. r15d1
  11874. reader_
  11875. receive
  11876. PBDev.CD Aug 00 TC Disk 2
  11877.  - Sample Code
  11878.  - Printing
  11879.  - PDlog ExpandV
  11880. 83409X
  11881. Aug 00^    TC Disk 2
  11882. --set theItem to choose file -- uncomment to test in an AS editor
  11883.     tell application "Finder"
  11884.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PDlog Expand:"
  11885.         activate
  11886.     end tell
  11887. on error errMsg number errNum
  11888.     --enter statements to perform when no records are found such as...
  11889.     display dialog "Sorry, the item you selected could not be found."
  11890.     return
  11891. end try
  11892. e    No Changef
  11893. print
  11894. dialog
  11895. Dev.CD Aug 00 TC Disk 2
  11896. All Packages
  11897. PEF Viewer
  11898. 83410X
  11899. human
  11900. interface
  11901. guidelines
  11902. human
  11903. interface
  11904. notes
  11905. human
  11906. interface
  11907. toolboxQ
  11908. humaninterfacetoolbo
  11909. hypercard
  11910. hypercard
  11911. update
  11912. installer
  11913. hypercard
  11914. toolkit
  11915. 1.0b2
  11916. hypercard
  11917. mactcp
  11918. toolkit
  11919. barebones
  11920. barebones
  11921. barebones
  11922. barnesandnoble
  11923. barnesandnoble
  11924. baseservices
  11925. basic
  11926. basic
  11927. connectivity
  11928. 1.1.1
  11929. basicdiskimage
  11930. basicdiskimage
  11931. basicdiskimage
  11932. basicdiskimage-68k
  11933. tdispatch
  11934. componentprototypesk
  11935. componentprototypes
  11936. componentss
  11937. compressionm
  11938. compression
  11939. prefixm
  11940. compressorm
  11941. connection
  11942. contextualu
  11943. contextual
  11944. manageru
  11945. pdlog
  11946. pdlog
  11947. expand
  11948. pdlog
  11949. expand
  11950. pdlog
  11951. expand
  11952. pdlog
  11953. expand
  11954. viewer
  11955. peoplesoft
  11956. peoplesoft
  11957. apple
  11958. white
  11959. paper
  11960. peoplesurveyor
  11961. peoplesurveyor
  11962. 2.1.2
  11963. performance
  11964. pgpsdkmac
  11965. pgpuam
  11966. pgpuam
  11967. pgpuam
  11968. server
  11969. pgpuam
  11970. slides
  11971. piccomments
  11972. piccomments
  11973. player
  11974. ploticons
  11975. ploticons
  11976. plstringfuncs
  11977. plug-ins
  11978. plugins
  11979. popups
  11980. popuptkl
  11981. popuptkl
  11982. popuptkl
  11983. portingobjectivectoj
  11984. portscanner
  11985. portscanner
  11986. portscanner
  11987. powerbook
  11988. powerbook
  11989. addendum
  11990. powerbook
  11991. powerbook
  11992. 2400c
  11993. N<Sound Input Driver, PCI driver, ndrv, PCI Sound Input driveres for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  11994. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  11995. nd target configuration installers.
  11996. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  11997. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  11998. Target machines:  Mac SE or later, 4 MB mem
  11999. OADev.CD Aug 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Aug 00 TC Disk 2
  12000.  - Sample Code
  12001.  - Sound
  12002.  - PCI Sound Input driverV
  12003. 83408X
  12004. Aug 00^    TC Disk 2
  12005. --set theItem to choose file -- uncomment to test in an AS editor
  12006.     tell application "Finder"
  12007.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  12008.         activate
  12009.     end tell
  12010. on error errMsg number errNum
  12011.     --enter statements to perform when no records are found such as...
  12012.     display dialog "Sorry, the item you selected could not be found."
  12013.     return
  12014. end try
  12015. e    No Changef9Sound Input Driver
  12016. PCI driver
  12017. PCI Sound Input driverq
  12018. Dev.CD Aug 00 TC Disk 2
  12019. All Packages
  12020. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  12021. PDlog Expand.c
  12022. PDlog Expand.mcp
  12023. PDlog Expand.rsrcK
  12024. Dec 96L
  12025. May 97N
  12026. print, dialog, item, addO:Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  12027. 83409X
  12028. 1e    No Change
  12029. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  12030.  Encoding names may now be retrieved in Unicode.
  12031.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  12032.  TEC now does better validation of input for Japanese encodings.
  12033.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  12034. ft JIS.
  12035.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  12036.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  12037.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  12038.  Various mappings for CJK encodings were improved.
  12039.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  12040. documentationandsamp
  12041. documented
  12042. documentedin
  12043. documentproc
  12044. documents`
  12045. docviewer
  12046. dodocumentclick
  12047. s a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  12048. Backlight ControlK
  12049. Oct 92M    PowerBook    No Change
  12050. development
  12051. modules
  12052. contains
  12053. program
  12054. shows
  12055. simple
  12056. usage
  12057. quicktime's
  12058. music
  12059. program
  12060. shows
  12061. effects
  12062. using
  12063. timing
  12064. program
  12065. shows
  12066. remove
  12067. timecode
  12068. track
  12069. program
  12070. shows
  12071. apply
  12072. camera
  12073. actions
  12074. program
  12075. shows
  12076. capture
  12077. results
  12078. program
  12079. shows
  12080. composit
  12081. presentation
  12082. program
  12083. shows
  12084. construct
  12085. simple
  12086. animation
  12087. program
  12088. shows
  12089. control
  12090. quicktime
  12091. movie
  12092. program
  12093. shows
  12094. create
  12095. program
  12096. shows
  12097. customise
  12098. control
  12099. program
  12100. shows
  12101. define
  12102. mouseresponders
  12103. program
  12104. shows
  12105. display
  12106. quicktime
  12107. movie
  12108. 83862X
  12109. Apr 98^
  12110. --set theItem to choose file -- uncomment to test in an AS editor
  12111.     tell application "Finder"
  12112.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  12113.  for Mac OS:"
  12114.         activate
  12115.     end tell
  12116. on error errMsg number errNum
  12117.     --enter statements to perform when no records are found such as...
  12118.     display dialog "Sorry, the item you selected could not be found."
  12119.     return
  12120. end try
  12121. e    No Changeq
  12122. Dev.CD Apr 98 SDK2
  12123. D!All Packages
  12124. Mac OS SDK Edition
  12125. Sound Manager
  12126. sprite
  12127. sample
  12128. creates
  12129. wired
  12130. sprite
  12131. movie
  12132. containing
  12133. sample
  12134. demonstrates
  12135. laserwriter
  12136. communicatio
  12137. sample
  12138. illustrates
  12139. tracks
  12140. sample
  12141. illustrates
  12142. compress
  12143. decompress
  12144. sample
  12145. illustrates
  12146. video
  12147. effects
  12148. sample
  12149. illustrates
  12150. create
  12151. shortcut
  12152. objects
  12153. PADev.CD Jul 00 SDK1
  12154.  - Development Kits
  12155.  - Hardware
  12156.  - PCI DDK 3.0V
  12157. 83407X
  12158. Jul 00^
  12159. --set theItem to choose file -- uncomment to test in an AS editor
  12160.     tell application "Finder"
  12161.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  12162.         activate
  12163.     end tell
  12164. on error errMsg number errNum
  12165.     --enter statements to perform when no records are found such as...
  12166.     display dialog "Sorry, the item you selected could not be found."
  12167.     return
  12168. end try
  12169. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  12170. Dev.CD Jul 00 SDK1
  12171. All Packages
  12172. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  12173. Load PCI Driver(PPC)
  12174. PCI sample driver read me
  12175. PCI Sound Input driver.mcp
  12176. PCISoundInputDriver
  12177. PCISoundInputDriver.c
  12178. PCISoundInputDriver.rsrcK
  12179. Aug 97M
  12180. PCI Power MacChange
  12181. f(** = new, * = revised)
  12182. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  12183. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  12184. Communications Toolbox
  12185. Contributed
  12186. Devices and Hardware
  12187. Files
  12188. Games
  12189. Graphics 2D
  12190. Graphics 3D
  12191. Help Systems
  12192. Human Interface Toolbox
  12193. Interapplication Comm
  12194. Memory
  12195. Networking
  12196. OS Utilities
  12197. Overview
  12198. Platforms and Tools
  12199. Printing
  12200. Processes
  12201. QuickTime
  12202. Runtime Architecture
  12203. Sound
  12204. Feb 92L
  12205. Apr 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  12206.  - Sample Codeentdispatch
  12207. componentdispatch
  12208. componentprototypesk
  12209. componentprototypes
  12210. componentss
  12211. compressionm
  12212. compression
  12213. prefixm
  12214. compressorm
  12215. connection
  12216. contextualu
  12217. contextual
  12218. manageru
  12219.  BNF notation, and can automatically generate abstract syntax trees. 
  12220. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  12221. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  12222. Jqantlr:
  12223. Documentation:
  12224. install.mpw
  12225. INSTRUCTIONS
  12226. lang:
  12227. non-MPW:
  12228. README
  12229. RIGHTS
  12230. support:
  12231. testcpp:
  12232. prebuilt:K
  12233. Nov 94L
  12234. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  12235.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  12236.  - Tool Chest
  12237.  - Development Kits
  12238.  Other Platforms
  12239.  - PCCTS 1.31
  12240. analyzes
  12241. analyzing
  12242. 83406X
  12243. Nov 99^
  12244. --set theItem to choose file -- uncomment to test in an AS editor
  12245.     tell application "Finder"
  12246.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  12247.  Other Platforms:PCCTS 1.31:"
  12248.         activate
  12249.     end tell
  12250. on error errMsg number errNum
  12251.     --enter statements to perform when no records are found such as...
  12252.     display dialog "Sorry, the item you selected could not be found."
  12253.     return
  12254. end try
  12255. Deletedf9ANTLR
  12256. PCCTS
  12257. parser generator
  12258. compiler toolsq
  12259. Dev.CD Nov 99 TC
  12260. D!All Packages
  12261. Mac OS SDK Edition
  12262. PCI DDK 3.0I
  12263. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  12264. PCI DDK 3.0K
  12265. Sep 95L
  12266. Jan 00M
  12267. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Jul 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  12268. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  12269. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  12270. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  12271. scrap
  12272. screent
  12273. screen
  12274. script
  12275. scriptableO
  12276. scriptable
  12277. printing
  12278. scriptable
  12279. editorO
  12280. scripting
  12281. scripting
  12282. implementation
  12283. scriptswitcher
  12284. scriptswitcher
  12285. script
  12286. switcher
  12287. scroll
  12288. scroll
  12289. scrollbar
  12290. scrollbars
  12291. scrolling
  12292. scrolling
  12293. items
  12294. search
  12295. seedcfill
  12296. seedfill
  12297. selection
  12298. selection
  12299. selector
  12300. option
  12301. sequence
  12302. sequence
  12303. grabber
  12304. serial
  12305. serial
  12306. serial
  12307. ports
  12308. series
  12309. server
  12310. server
  12311. controls
  12312. services
  12313. setcontrolmaximum
  12314. setcontrolminimum
  12315. setcontrolvalue
  12316. setentrycolor
  12317. sethideonswitch
  12318. setlinewidth
  12319. setpalette
  12320. setpt
  12321. setrect
  12322. mydeviceloop
  12323. mydeviceloop
  12324. mydeviceloop
  12325. mydevicelopp
  12326. mydevicelopp
  12327. estigating the logical format of a disk because it allows me to use better tools (ie HexEdit, ResEdit and BBEdit, rather than boring ol' Sedit).JSBasicDiskImage-68K
  12328. BasicDiskImage.c
  12329. BasicDiskImage.mcp
  12330. MoreIsBetterBits
  12331. ReadMe.htmlM
  12332. Mac OSN"disk, driver, raw read, disk imageONDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:PYDev.CD Aug 00 TC Disk 1
  12333.  - Sample Code
  12334.  - Devices and Hardware
  12335.  - Disks
  12336.  - BasicDiskImageV
  12337. 81281X
  12338. Aug 00^    TC Disk 1
  12339. --set theItem to choose file -- uncomment to test in an AS editor
  12340.     tell application "Finder"
  12341.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:BasicDiskImage:"
  12342.         activate
  12343.     end tell
  12344. on error errMsg number errNum
  12345.     --enter statements to perform when no records are found such as...
  12346.     display dialog "Sorry, the item you selected could not be found."
  12347.     return
  12348. end try
  12349. requiredR
  12350. requiredfindercolors
  12351. requirement
  12352. requirementsx
  12353. requiresu
  12354. ures. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  12355. How do I order BBEdit 3.5
  12356. engine
  12357. engineering
  12358. engines
  12359. english
  12360. english
  12361. 3.0.2
  12362. english
  12363. british
  12364. 1.1.3
  12365. english
  12366. int'l
  12367. 1.1.3
  12368. english
  12369. installer
  12370. english
  12371. 1.1.3
  12372. englishmiscellaneousd
  12373. englishmiscellaneous
  12374. englishmiscellaneous
  12375. rsrcd
  12376. englishterminologyd
  12377. englishterminology
  12378. englishterminology
  12379. rsrcd
  12380. enhanced
  12381. enhanced
  12382. survival
  12383. guide
  12384. enterprise
  12385. enterprise
  12386. use-nvramrc
  12387. --set theItem to choose file -- uncomment to test in an AS editor
  12388.     tell application "Finder"
  12389.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  12390.         activate
  12391.     end tell
  12392. on error errMsg number errNum
  12393.     --enter statements to perform when no records are found such as...
  12394.     display dialog "Sorry, the item you selected could not be found."
  12395.     return
  12396. end try
  12397. Deletedq
  12398. Dev.CD Nov 99 TC
  12399. zD!All Packages
  12400. Tool Chest Edition
  12401. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  12402. Features:
  12403.  lists all of the current System Software and Macintosh Systems
  12404.  handles more than one user at a time
  12405.  password capability
  12406.  easicapability
  12407.  easi
  12408. rezwack
  12409. rgbforecolor
  12410. rhapsody
  12411. rhapsody
  12412. developer
  12413. documentation
  12414. rhapsody
  12415. pages
  12416. ricardo
  12417. richard
  12418. richer
  12419. right_
  12420. rights{
  12421. rigorously
  12422. rinaldi1
  12423. roberts
  12424. robust
  12425. robustness
  12426. rocket{
  12427. roger
  12428. roland
  12429. rollin
  12430. romaja
  12431. roman
  12432. romanized
  12433. rosenberg
  12434. rotating
  12435. rotation
  12436. roughly
  12437. round
  12438. rounded
  12439. rounded-corner
  12440. roundup{
  12441. routej
  12442. router
  12443. routines
  12444. routine
  12445. colorize
  12446. pixmap
  12447. dialog
  12448. change
  12449. header
  12450. files
  12451. tools
  12452. summary
  12453. contains
  12454. latest
  12455. appletalk
  12456. stack
  12457. version
  12458. macsn
  12459. summary
  12460. controlstrip
  12461. sample
  12462. program
  12463. shows
  12464. summary
  12465. convert
  12466. projects
  12467. utility
  12468. which
  12469. summary
  12470. generator
  12471. application
  12472. generate
  12473. summary
  12474. linear
  12475. feedback
  12476. shift
  12477. register
  12478. entered
  12479. summary
  12480. daystar
  12481. digital
  12482. apple
  12483. computer
  12484. designed
  12485. 83843X
  12486. Aug 00^    TC Disk 2
  12487. y--set theItem to choose file -- uncomment to test in an AS editor
  12488.     tell application "Finder"
  12489.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  12490.         activate
  12491.     end tell
  12492. on error errMsg number errNum
  12493.     --enter statements to perform when no records are found such as...
  12494.     display dialog "Sorry, the item you selected could not be found."
  12495.     return
  12496. end try
  12497. e    No Changeq
  12498. Dev.CD Aug 00 TC Disk 2
  12499. All Packages
  12500. F(Snippets - Development Tools & Languages
  12501. 83844X
  12502. codewarrior
  12503. coercionc
  12504. coercionsf
  12505. coercions
  12506. color`
  12507. commQ
  12508. communicationsQ
  12509. communications
  12510. toolboxQ
  12511. compilable
  12512. componentdispatchk
  12513. componentdispatch
  12514. componentdispatch
  12515. componentprototypesk
  12516. componentprototypes
  12517. componentss
  12518. compressionm
  12519. compression
  12520. prefixm
  12521. compressorm
  12522. connection
  12523. contextualu
  12524. contextual
  12525. manageru
  12526. de    No ChangefOdisk device driver
  12527. RAM disk
  12528. Driver Gestalt
  12529. control panel
  12530. RAMDiskq
  12531. Dev.CD Aug 00 TC Disk 1
  12532. All Packages
  12533. RAVE Starter Samples
  12534. There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  12535. These versions were compiled with CodeWarrior Pro 3 and the RAVE 1.5 SDK.
  12536. For more information, check out TechNote 1125, which covers many issues related to developing RAVE applications.
  12537. RAVE Common Code -- A few routines are used by m
  12538. 83749X
  12539. zaptcp
  12540. zaptcp
  12541. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  12542. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  12543. To use th
  12544. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  12545. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  12546. for ATM MiddleWare.
  12547. kdlpiether.h
  12548. dlpiuser.h
  12549. EnablerSample(PPC)
  12550. EnablerSample.h
  12551. EnablerSmpl.c
  12552. EnablerSmpl.exp
  12553. EnablerSmpl.r
  12554. EnetDrvrSmpl.exp
  12555. EnetDrvrSmpl.r
  12556. EnetDrvrSrc.c
  12557. myCustomPortScanner(PPC)
  12558. myEnetDriver(PPC)
  12559. MyPortCalls.c
  12560. MyPortCalls.h
  12561. MyPortModule.c
  12562. MyRegisterPort.c
  12563. MyRegisterPort.h
  12564. PCCardNetworkSample Readme
  12565. PCCardNetworkSample.mcp
  12566. PortScanner.c
  12567. PortScanner.r
  12568. ProjectDefines.h
  12569. Sep 99MQOpen Transport 1.1.2 or greater, PowerBook 2400, 3400, G3, or G3 Series or newer.NVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerOCDev.CD Aug 00 TC Disk 2:Sample Code:Networking:PCCardNetworkSample:PKDev.CD Aug 00 TC Disk 2
  12570.  - Sample Code
  12571.  - Networking
  12572.  - PCCardNetworkSample
  12573. waste
  12574. watch
  12575. watcher
  12576. watches
  12577. watchme
  12578. watchme
  12579. custom
  12580. application
  12581. intended
  12582. support
  12583. wavelet
  12584. wavetable
  12585. wavetablesynth
  12586. waving
  12587.  password capability
  12588.  easi
  12589. exiting
  12590. exittoshell
  12591. expand
  12592. expandable
  12593. expanded
  12594. expands{
  12595. expansion{
  12596. expansion
  12597. slots
  12598. expect
  12599. expects
  12600. expensive
  12601. experienceu
  12602. experienced
  12603. experiences
  12604. experiment
  12605. experimental
  12606. experiments
  12607. expert
  12608. expiration
  12609. explain
  12610. explained
  12611. explaining
  12612. explains
  12613. explanation
  12614. explanatory
  12615. explicit
  12616. explicitly
  12617. exploded
  12618. exploit
  12619. exploiting
  12620. exploits
  12621. explore
  12622. explored
  12623. explorer
  12624. explores
  12625. 83405X
  12626. Aug 00^    TC Disk 2
  12627. --set theItem to choose file -- uncomment to test in an AS editor
  12628.     tell application "Finder"
  12629.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PCCardNetworkSample:"
  12630.         activate
  12631.     end tell
  12632. on error errMsg number errNum
  12633.     --enter statements to perform when no records are found such as...
  12634.     display dialog "Sorry, the item you selected could not be found."
  12635.     return
  12636. end try
  12637. e    No ChangefPPC Card
  12638. Network Driver
  12639. Open Transport Module
  12640. Token Ring
  12641. Enabler
  12642. Port Scannerq
  12643. Dev.CD Aug 00 TC Disk 2
  12644. D!All Packages
  12645. Tool Chest Edition
  12646. PCCTS 1.31
  12647. GetControlMaximum
  12648. GetControlMinimum
  12649. GetControlValueq
  12650. Dev.CD Aug 00 TC Disk 2
  12651. All Packages
  12652. BinHexI
  12653. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  12654. BinHex 4.0 SpecsK
  12655. May 93M
  12656. Adobe Acrobat Reader.
  12657. Deletedq
  12658. Dev.CD Nov 99 TC
  12659. All Packages
  12660. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.
  12661. Communications Toolbox
  12662. Contributed
  12663. Devices and Hardware
  12664. Files
  12665. Games
  12666. Graphics 2D
  12667. Graphics 3D
  12668. Help Systems
  12669. Human Interface Toolbox
  12670. Interapplication Comm
  12671. Memory
  12672. Networking
  12673. OS Utilities
  12674. Overview
  12675. Platforms and Tools
  12676. Printing
  12677. Processes
  12678. QuickTime
  12679. Runtime Architecture
  12680. Sound
  12681. Vol. IVL
  12682. Feb 95M
  12683. MPW, THINK C, or A/UXO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  12684.  - Sample CodeV
  12685. 83901X
  12686. Aug 00^    TC Disk 2
  12687. y--set theItem to choose file -- uncomment to test in an AS editor
  12688.     tell application "Finder"
  12689.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  12690.         activate
  12691.     end tell
  12692. on error errMsg number errNum
  12693.     --enter statements to perform when no records are found such as...
  12694.     display dialog "Sorry, the item you selected could not be found."
  12695.     return
  12696. end try
  12697. Moved
  12698. M`Code Warrior Pro 5 (to open the project file), a Mac that's fast enough to
  12699. play sound from disk.N8sound, play, doublebuffer, SndPlayDoubleBuffer, compressO>Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:PFDev.CD Aug 00 TC Disk 2
  12700.  - Sample Code
  12701.  - Sound
  12702.  - SndPlayDoubleBufferV
  12703. 83842X
  12704. Aug 00^    TC Disk 2
  12705. --set theItem to choose file -- uncomment to test in an AS editor
  12706.     tell application "Finder"
  12707.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:"
  12708.         activate
  12709.     end tell
  12710. on error errMsg number errNum
  12711.     --enter statements to perform when no records are found such as...
  12712.     display dialog "Sorry, the item you selected could not be found."
  12713.     return
  12714. end try
  12715. e    No Changef4sound
  12716. doublebuffer
  12717. SndPlayDoubleBuffer
  12718. compressq
  12719. Dev.CD Aug 00 TC Disk 2
  12720. All Packages
  12721. F!Snippets - Communications Toolbox
  12722. 83843X
  12723. prefixm
  12724. compressorm
  12725. connection
  12726. contextualu
  12727. contextual
  12728. manageru
  12729. contrast
  12730. This sample code illustrates how to compress and decompress JPEG images using QuickTime. We use the FCompressImage function, but you could also use the CompressImage function. Although this sample demonstrates only JPEG compression/decompression, you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  12731. This code is based largely on the existing code sample "JPEG Sample" by Mike Marinkovich and Guillermo Ortiz. This newer version is uncBcoupled from the Mac application framework they used and now runs on Windows.
  12732. Enjoy,
  12733. QuickTime Team
  12734. J>Building QT Samples
  12735. QTReadWriteJPEG.c
  12736. QTReadWriteJPEG.h
  12737. READMEOFDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:PQDev.CD Aug 00 TC Disk 2
  12738.  - Sample Code
  12739.  - QuickTime
  12740.  - Goodies
  12741.  - qtreadwritejpeg
  12742. stacks
  12743. standard
  12744. standard
  12745. standards
  12746. standards
  12747. based
  12748. starmax
  12749. state
  12750. statements
  12751. status
  12752. qttimecode
  12753. qttimecode
  12754. getcpixel
  12755. getctable
  12756. getcwmgrport
  12757. getdevicelist
  12758. getenetaddrdirect
  12759. getenetaddrdirect
  12760. getentrycolor
  12761. getgworld
  12762. getgworldpixmap
  12763. gethideonswitch
  12764. getmaindevice
  12765. getmouse
  12766. getnextdevice
  12767. getnextevent
  12768. getnextevent
  12769. waitnextevent
  12770. filter
  12771. helper
  12772. dwriting
  12773. hardware
  12774. hardware
  12775. developer
  12776. documentation
  12777. heaps
  12778. center
  12779. systems
  12780. hotspot
  12781. rendering
  12782. hypercard
  12783. cardbus
  12784. ibook
  12785. icons
  12786. image
  12787. imaging
  12788. index
  12789. plist
  12790. information
  12791. information
  12792. property
  12793. infoscrap
  12794. input
  12795. inputsprocket
  12796. interaction
  12797. interleaving
  12798. sample
  12799. driver
  12800. sound
  12801. input
  12802. driver
  12803. pcisoundinputdriver
  12804. pcisoundinputdriver
  12805. pcisoundinputdriver
  12806. pictinfotest
  12807. pitfalls
  12808. pixel
  12809. platformsQ
  12810. platforms
  12811. toolsQ
  12812. play1
  12813. play1
  12814. play2
  12815. play2
  12816. player
  12817. ploticons
  12818. ploticons
  12819. plstringfuncs
  12820. plug-ins
  12821. plugins
  12822. popups
  12823. popuptkl
  12824. popuptkl
  12825. popuptkl
  12826. portingobjectivectoj
  12827. portscanner
  12828. portscanner
  12829. portscanner
  12830. powerbook
  12831. powerbook
  12832. addendum
  12833. powerbook
  12834. powerbook
  12835. 2400c
  12836. D!All Packages
  12837. Mac OS SDK Edition
  12838. PC Card SDKsI
  12839. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  12840. PC Card Manager 3.0
  12841. What's the difference?K
  12842. Aug 97O:Dev.CD Jul 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jul 00 SDK1
  12843.  - Development Kits
  12844.  - Hardware
  12845.  - PC Card SDKsV
  12846. 83404X
  12847. 1em "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:"
  12848.         activate
  12849.     end tell
  12850. on error errMsg number errNum
  12851.     --enter statements to perform when no records are found such as...
  12852.     display dialog "Sorry, the item you selected could not be found."
  12853.     return
  12854. end try
  12855. e    No ChangefABitblitz
  12856. CopyBits
  12857. CopyMask
  12858. CopyDeepMask
  12859. GWorld
  12860. NewGWorld
  12861. Graphicsq
  12862. Dev.CD Aug 00 TC Disk 1
  12863. All Packages
  12864. F    Blat dcmd
  12865. 81287X
  12866. viewed@
  12867. viewing@
  12868. vision@
  12869. we're@
  12870. webobjects
  12871. tools
  12872. techniques
  12873. theresa
  12874. tensor
  12875. were@
  12876. appear
  12877. where
  12878. location
  12879. memory@
  12880. where@
  12881. which@
  12882. while@
  12883. white@
  12884. whole@
  12885. wide-angle@
  12886. williams@
  12887. window
  12888. window's@
  12889. windows/dos@
  12890. wishes@
  12891. plug-in's
  12892. within@
  12893. without@
  12894. words@
  12895. work-around@
  12896. wprocasm@
  12897. writes@
  12898. you'll@
  12899. you'll
  12900. access
  12901. documentation
  12902. software
  12903. technolo@
  12904. yours@
  12905. yourself@
  12906. zooming@
  12907. 04/95@
  12908. 1.4.2@
  12909. 3dmf@
  12910. 160/180
  12911. PVDev.CD Apr 98 SDK1
  12912.  - Development Kits (Disc 1)
  12913.  - PC Card SDKs
  12914.  - PC Card Manager 3.0n AS editor
  12915.     tell application "Finder"
  12916.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:"
  12917.         activate
  12918.     end tell
  12919. on error errMsg number errNum
  12920.     --enter statements to perform when no records are found such as...
  12921.     display dialog "Sorry, the item you selected could not be found."
  12922.     return
  12923. end try
  12924. e    No Changeq
  12925. Dev.CD Aug 00 TC Disk 1
  12926. All Packages
  12927. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  12928. sd.bat
  12929. SpriteDemoApp
  12930. SpriteDemoApp.zip
  12931. Feb 00
  12932. - Common
  12933.     - Sun Compliant Java Runtime Environment 1.1
  12934.     - QuickTime 3 
  12935.     - QTJava.zip
  12936.     - QTJava media samples
  12937. - Mac OS:
  12938.     - System 8 or later
  12939.     - Macintosh Runtime for Java (MRJ) 2.1
  12940. - Windows 95, 98, or NT::
  12941.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12942. Jul 00^
  12943. --set theItem to choose file -- uncomment to test in an AS editor
  12944.     tell application "Finder"
  12945.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  12946.         activate
  12947.     end tell
  12948. on error errMsg number errNum
  12949.     --enter statements to perform when no records are found such as...
  12950.     display dialog "Sorry, the item you selected could not be found."
  12951.     return
  12952. end try
  12953. e    No Changeq
  12954. Dev.CD Jul 00 SDK1
  12955. All Packages
  12956. PCCardNetworkSample
  12957. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  12958. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  12959. All Packages
  12960. TE Over BackgroundI@A textEdit that shows old text editing over a colored backgroundJ
  12961. TESample
  12962. TESample.c
  12963. TESample.c.o
  12964. TESample.h
  12965. TESample.make
  12966. TESample.r
  12967. TESample.
  12968. .rsrc
  12969. TESampleGlue.a
  12970. TESampleGlue.a.o
  12971. TESamplePPC.make
  12972. TESamplePPC.rM    QuickDrawN
  12973. TextEdit, TransparentOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TE Over Background:PKDev.CD Aug 00 TC Disk 1
  12974.  - Sample Code
  12975.  - Graphics 2D
  12976.  - TE Over BackgroundV
  12977. 84223X
  12978. Aug 00^    TC Disk 1
  12979. --set theItem to choose file -- uncomment to test in an AS editor
  12980.     tell application "Finder"
  12981.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TE Over Background:"
  12982.         activate
  12983.     end tell
  12984. on error errMsg number errNum
  12985.     --enter statements to perform when no records are found such as...
  12986.     display dialog "Sorry, the item you selected could not be found."
  12987.     return
  12988. end try
  12989. e    No Changef
  12990. TextEdit
  12991. Transparentq
  12992. Dev.CD Aug 00 TC Disk 1
  12993. All Packages
  12994. New & RevisedF
  12995. Technical Publications
  12996. 83403X
  12997. Apr 98^
  12998. --set theItem to choose file -- uncomment to test in an AS editor
  12999.     tell application "Finder"
  13000.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  13001.         activate
  13002.     end tell
  13003. on error errMsg number errNum
  13004.     --enter statements to perform when no records are found such as...
  13005.     display dialog "Sorry, the item you selected could not be found."
  13006.     return
  13007. end try
  13008. e    No Changef
  13009. PCCard
  13010. Hooper
  13011. PowerBook
  13012. Cometq
  13013. Dev.CD Apr 98 SDK1
  13014. PC Card SDKsI
  13015. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  13016. PC Card Manager 3.0
  13017. What's the difference?K
  13018. Aug 97O:Dev.CD Jul 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jul 00 SDK1
  13019.  - Development Kits
  13020.  - Hardware
  13021.  - PC Card SDKsV
  13022. 83404X
  13023. 1rd SDKsV
  13024. 83404X
  13025. 1e    No Change
  13026. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  13027. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  13028. Some of the support offered by PC Card Manager v3.0Bo SDK:
  13029. System Interfaces
  13030. Power PC library
  13031. Updated documentation available in an Adobe Acrobat file
  13032. Sample code 
  13033. AnotherCustomEnabler:
  13034. CIncludes:
  13035. CustomEnabler:
  13036. DispNameReg:
  13037. Documentation:
  13038. Interfaces&Libraries
  13039. Libraries:
  13040. release Notes
  13041. RIncludes:
  13042. TupleDumper:K
  13043. Jul 96L
  13044. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  13045. sample
  13046. source
  13047. sample
  13048. secondary
  13049. addresses
  13050. sample
  13051. makefiles
  13052. sample
  13053. sample
  13054. movieY
  13055. sample
  13056. output
  13057. sample
  13058. outputs
  13059. sample
  13060. sample
  13061. package
  13062. sample
  13063. sample
  13064. sample
  13065. sample
  13066. sample
  13067. scripts
  13068. sample
  13069. startup
  13070. sample
  13071. traffic
  13072. light
  13073. samplecode
  13074. samplefilter
  13075. sampleheader
  13076. sampleheader
  13077. sampleinit
  13078. sampleinit
  13079. samplerateavail
  13080. samplerateavail
  13081. samplerateavail
  13082. samplerateavail
  13083. samplesZ
  13084. sampletextconverter
  13085. --set theItem to choose file -- uncomment to test in an AS editor
  13086.     tell application "Finder"
  13087.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndForEver:"
  13088.         activate
  13089.     end tell
  13090. on error errMsg number errNum
  13091.     --enter statements to perform when no records are found such as...
  13092.     display dialog "Sorry, the item you selected could not be found."
  13093.     return
  13094. end try
  13095. story
  13096. changesj
  13097. check
  13098. check
  13099. autoguest
  13100. client
  13101. codev
  13102. codecs
  13103. codewarrior
  13104. codewarrior
  13105. coercionc
  13106. coercionsf
  13107. coercions
  13108. color`
  13109. commQ
  13110. communicationsQ
  13111. communications
  13112. toolboxQ
  13113. compilable
  13114. componentdispatchk
  13115. componentdispatch
  13116. componentdispatch
  13117. componentprototypesk
  13118. componentprototypes
  13119. componentss
  13120. compressionm
  13121. compression
  13122. prefixm
  13123. compressorm
  13124. connection
  13125. contextualu
  13126. contextual
  13127. manageru
  13128. contrast
  13129. fifteenv
  13130. fifth
  13131. figure
  13132. figured
  13133. file^
  13134. ource
  13135. filed
  13136. passwords
  13137. paste
  13138. patch
  13139. patchesX
  13140. patchingV
  13141. patching
  13142. service
  13143. routinesV
  13144. patent
  13145. pathname
  13146. pathsu
  13147. patrick
  13148. pattern
  13149. patterned
  13150. patterns
  13151. pause
  13152. pausegl
  13153. payoff
  13154. pballocate
  13155. pbcatsearch
  13156. pbdtgetappl
  13157. pbreadasync
  13158. pbwriteasync
  13159. pbxxx
  13160. pc-card
  13161. pccts
  13162. percentage
  13163. perfectly
  13164. performf
  13165. e    No Changef$sound
  13166. continual
  13167. SndForEverq
  13168. Dev.CD Aug 00 TC Disk 2
  13169. All Packages
  13170. SndPlayDoubleBuffer
  13171. The primary purpose of this sample code is to show developers how to use SndPlayDoubleBuffer
  13172. to play AIFF, WAVE, and .au files asynchronously from disk.
  13173. To this end this sample can be used to show you how to:
  13174. 1) parse an AIFF, 'snd ' resource, WAVE, or .au header
  13175. 2) use PBReadAsync() at interrupt time
  13176. 3) munge AIFF, WAVE, and .au data into a form the Sound Manager can play
  13177. 4) set up the sound header to play compressed and uncompressed sounds
  13178. 5) instantly (well, really quickly) pause a soB
  13179. 6) stop a sound so you can play from some other part of the sound
  13180. 7) make it sound like you are playing a sound backwards
  13181. 8) use completion routines
  13182. 9) have fun with sounds
  13183. JjRead Me - SndPlayDblBuffer
  13184. SndPlayDoubleBuffer.PPC
  13185. SndPlayDoubleBuffer.
  13186. _headers
  13187. _resources
  13188. _sourceO>Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:V
  13189. 83842X
  13190. 1e    No Change
  13191. J`Password(PPC)
  13192. Password.c
  13193. Password.h
  13194. Password.mcp
  13195. Password.rsrc
  13196. readme
  13197. Password
  13198. Sample.c
  13199. Sample.hOEDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Password:PMDev.CD Aug 00 TC Disk 2
  13200.  - Sample Code
  13201.  - Human Interface Toolbox
  13202.  - PasswordV
  13203. 83402X
  13204. Aug 00^    TC Disk 2
  13205. --set theItem to choose file -- uncomment to test in an AS editor
  13206.     tell application "Finder"
  13207.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Password:"
  13208.         activate
  13209.     end tell
  13210. on error errMsg number errNum
  13211.     --enter statements to perform when no records are found such as...
  13212.     display dialog "Sorry, the item you selected could not be found."
  13213.     return
  13214. end try
  13215. e    No Changeq
  13216. Dev.CD Aug 00 TC Disk 2
  13217. D!All Packages
  13218. Mac OS SDK Edition
  13219. PC Card Manager v3.0 SDK
  13220. testlinked
  13221. testlinked
  13222. prefix
  13223. combinations
  13224. combine
  13225. combines
  13226. combining
  13227. combowalker
  13228. comesx
  13229. comfort
  13230. coming
  13231. comma
  13232. commandU
  13233. command-line
  13234. compilers
  13235. compiles
  13236. completeS
  13237. completely
  13238. compliance
  13239. componentQ
  13240. component's
  13241. componentincludes
  13242. components
  13243. composers{
  13244. composite
  13245. composited
  13246. compositing
  13247. compress
  13248. compressed
  13249. compressionQ
  13250. compression/decompreQ
  13251. compressmovie
  13252. compressmovie
  13253. simple
  13254. quicktime
  13255. applicatio
  13256. compressor
  13257. compute
  13258. computer{
  13259. computer'sz
  13260.     M:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  13261. Sample Code, Traffic LightO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  13262.  - Sample CodeV
  13263. 83401X
  13264. Aug 00^    TC Disk 2
  13265. y--set theItem to choose file -- uncomment to test in an AS editor
  13266.     tell application "Finder"
  13267.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  13268.         activate
  13269.     end tell
  13270. on error errMsg number errNum
  13271.     --enter statements to perform when no records are found such as...
  13272.     display dialog "Sorry, the item you selected could not be found."
  13273.     return
  13274. end try
  13275. Deletedf
  13276. Sample Code
  13277. Traffic Lightq
  13278. Dev.CD Aug 00 TC Disk 2
  13279. All Packages
  13280. Password
  13281. Password is a source code sample illustrating three different ways to implement password fields in dialog windows.  Methods illustrated include (a) using two dialog items -- one hidden and one with bullets -- (b) using a different font, and (c) using an internal buffer.
  13282. 83402X
  13283. 1e    No Change
  13284. think
  13285. pascal
  13286. files
  13287. thooks
  13288. thooks
  13289. documentation
  13290. thooks
  13291. documentation
  13292. thread
  13293. thread
  13294. manager
  13295. thread
  13296. manager
  13297. 2.1.1d1
  13298. thread
  13299. manager
  13300. documentation
  13301. threaded
  13302. threadedprogress
  13303. threadedprogress
  13304. threadutilities
  13305. threedmetafile
  13306. threedmetafile
  13307. threedmetafile
  13308. threedmetafile
  13309. thumbnail
  13310. thumbnail
  13311. thumbnail
  13312. thumbnail
  13313. thumbnail
  13314. tickanimate
  13315. tickanimate
  13316. tickanimate
  13317. tickanimate
  13318. tickanimate
  13319. ticket
  13320. ticket
  13321. program
  13322. ticket
  13323. program
  13324. ticket
  13325. program
  13326. ticket
  13327. program
  13328. ticket
  13329. program
  13330. tn91testcode
  13331. tn91testcode
  13332. tn91testcode
  13333. system
  13334. folder
  13335. system
  13336. folder
  13337. 8.5.1
  13338. shows
  13339. contents
  13340. interest
  13341. anyone
  13342. invol
  13343. contents
  13344. enable
  13345. developers
  13346. create
  13347. cursor
  13348. component
  13349. enables
  13350. building
  13351. drawkeycaps
  13352. function
  13353. draws
  13354. given
  13355. enclosed
  13356. files
  13357. allow
  13358. build
  13359. driver
  13360. enclosed
  13361. snippet
  13362. installer
  13363. scripters
  13364. userchkg
  13365. synchronization
  13366. control
  13367. panel
  13368. allows
  13369. adobe
  13370. acrobat
  13371. reader
  13372. allows
  13373. navigate
  13374. includes
  13375. address
  13376. rowbytes
  13377. installer
  13378. provides
  13379. documentation
  13380. examples
  13381. instrumentation
  13382. primarily
  13383. performance
  13384. interactive
  13385. corporation
  13386. success
  13387. guide
  13388. selling
  13389. laserwriter
  13390. 8.5.1
  13391. release
  13392. contains
  13393. utilities
  13394. There are various approaches to wavelet processing of color images, and machine architecture dictates in large measure which algorithm is optimal. This sample is a Velocity Engine (G4) implementation in which pixels are processed as four-dimensional (RGBA) vector entities. In this mode the vector machinery performs the (Daubechies D4) wavelet algebra in only three vector operations per pixel. 
  13395. We also implemented a more standard, channel-correlation scenario, with YUV-decomposed RGB image
  13396. s (with UV sub-sampling) and a biorthogonal (Burt 5/7) wavelet transform applied thrice. A key to these fast vector implementations is the adoption of certain rational approximations
  13397. we call 
  13398. shift-rational
  13399.  forms
  13400. to the true wavelet coefficients, allowing for efficient Velocity Engine arithmetic. Other Velocity Engine enhancements include very fast subsampling for the UV channels, via vector-average instructions. 
  13401. Timing experiments show a Velocity Engine speedup of 5x or more over corre
  13402. Summary:  DTS sample code to illustrate a software project delivery tool.  This tool is based on AppsToGo (which is also DTS sample code).  It is not technology specific.  The code base can work with Symantec, MetroWerks and MPW.
  13403. This tool permits ease of globally renaming project source files, resources, and resource types.  Software projects can be easily archived using the tool's import facility.  New software projects which compile and link correctly the very first time can be achieveB
  13404. d by simply pressing a single button.
  13405. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  13406. May 96egarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  13407. Business Opp's - GermanyK
  13408. Aug 95nge
  13409. F! PartMaker readme
  13410. !!! CW builds:
  13411. !!! MPW builds:
  13412. !!! Symantec builds:
  13413. App.defs.h
  13414. App.h
  13415. App.protos.h
  13416. DoEvent.c
  13417. EventLoop.c
  13418. File.c
  13419. FindEverything.c
  13420. IdleTasks.c
  13421. Menu.c
  13422. OBJECT:
  13423. OBJECTPPC:
  13424. PartMaker.68k copy
  13425. Start.c
  13426. TRootObj.c
  13427. WallToWallDialog.WDEF.c
  13428. WallToWallDialog.WDEF.
  13429. Window.c
  13430. WindowDialog.c
  13431. WindowPalette.c
  13432. customization
  13433. f the entire text track or just the
  13434. text box (as specified by the defaultTextBox field of the text descriptor).
  13435. The spatial parameter is a pointer to a compresB
  13436. sion information data structure
  13437. that specifies how to compress the text bit maps.
  13438. Note that the resulting movie file (as specified by the dstSpec parameter) will
  13439. need to be flattened if it contained any non-text tracks in order to make it
  13440. self-contained.
  13441. J`ConvertText.rsrc
  13442. ConvertTextMovie.c
  13443. ConvertTextMovie.h
  13444. SampleTextConverter.
  13445. TextConverterMain.cM    QuickTimeN&QuickTime, movie, convert, text, trackOTDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime Text:Burnt Text Sample Code:
  13446. May 96M
  13447. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  13448.  - Sample Code
  13449. ~--set theItem to choose file -- uncomment to test in an AS editor
  13450.     tell application "Finder"
  13451.         open item "Dev.CD Apr 94
  13452. Dev.CD Jan 94
  13453. Dev.CD Oct 93"
  13454.         activate
  13455.     end tell
  13456. on error errMsg number errNum
  13457.     --enter statements to perform when no records are found such as...
  13458.     display dialog "Sorry, the item you selected could not be found."
  13459.     return
  13460. end try
  13461. inform
  13462. informational
  13463. infrared
  13464. inheritance
  13465. 83400X
  13466. Aug 00^    TC Disk 2
  13467. y--set theItem to choose file -- uncomment to test in an AS editor
  13468.     tell application "Finder"
  13469.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  13470.         activate
  13471.     end tell
  13472. on error errMsg number errNum
  13473.     --enter statements to perform when no records are found such as...
  13474.     display dialog "Sorry, the item you selected could not be found."
  13475.     return
  13476. end try
  13477. Deletedf5Global search and replace; software project archivingq
  13478. Dev.CD Aug 00 TC Disk 2
  13479. All Packages
  13480. Pascal Sample 3.0B10
  13481. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  13482. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  13483. Issues:  No C version available yet.
  13484. JLPascal Sample
  13485. Read Me - Sample
  13486. Sample documents:
  13487. Source:
  13488. THINK Pascal files:K
  13489. Dec 93O$Dev.CD Aug 00 TC Disk 2:Sample Code:V
  13490. 83401X
  13491. Deleted
  13492. All Packages
  13493. System Enabler 403 (LC 520)O
  13494. Dev.CD Apr 94
  13495. Dev.CD Jan 94P
  13496. Dev.CD Apr 94
  13497. Dev.CD Jan 9V
  13498. 84194X
  13499. Apr 94
  13500. p--set theItem to choose file -- uncomment to test in an AS editor
  13501.     tell application "Finder"
  13502.         open item "Dev.CD Apr 94
  13503. Dev.CD Jan 94"
  13504.         activate
  13505.     end tell
  13506. on error errMsg number errNum
  13507.     --enter statements to perform when no records are found such as...
  13508.     display dialog "Sorry, the item you selected could not be found."
  13509.     return
  13510. end try
  13511. All Packages
  13512. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  13513. Dev.CD Jan 94
  13514. Dev.CD Oct 93P(Dev.CD Apr 94
  13515. Dev.CD Jan 94
  13516. Dev.CD Oct 9V
  13517. 84195X
  13518. Apr 94
  13519. Snarfer
  13520. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  13521. Features: 
  13522. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  13523. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  13524. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  13525. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  13526. Files can be saved to hold the user-defined critieria and actions that users create.
  13527. The Snarfer can run on Internet Routers and handle multiple ports.
  13528. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  13529. built
  13530. built-in
  13531. bulletproof
  13532. bullets
  13533. bunch
  13534. bundle
  13535. bundled
  13536. bundleservices
  13537. burned
  13538. burning
  13539. buserrortest
  13540. buses
  13541. business{
  13542. businesses
  13543. runtime
  13544. architecture@
  13545. sender@
  13546. sprites@
  13547. telephony@
  13548. testmagic@
  13549. topics@
  13550. NoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOFDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:PNDev.CD Aug 00 TC Disk 1
  13551.  - Sample Code
  13552.  - Graphics 2D
  13553.  - PaletteAnimation grayV
  13554. 83399X
  13555. Aug 00^    TC Disk 1
  13556. --set theItem to choose file -- uncomment to test in an AS editor
  13557.     tell application "Finder"
  13558.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  13559.         activate
  13560.     end tell
  13561. on error errMsg number errNum
  13562.     --enter statements to perform when no records are found such as...
  13563.     display dialog "Sorry, the item you selected could not be found."
  13564.     return
  13565. end try
  13566. e    No ChangefhGetCTable
  13567. NewPalette
  13568. SetPalette
  13569. Palette Animation
  13570. AnimatePalette
  13571. GetEntryColor
  13572. AnimateEntry
  13573. Palette2CTabq
  13574. Dev.CD Aug 00 TC Disk 1
  13575. All Packages
  13576. PartMaker 4.3
  13577. 83400X
  13578. e    No Changeq
  13579. Dev.CD Aug 00 TC Disk 1
  13580. D!All Packages
  13581. Tool Chest Edition
  13582. J8Read Me First
  13583. Read Me First.txt
  13584. Sources
  13585. Testing
  13586. VUMetersK
  13587. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO>Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:PIDev.CD Aug 00 TC Disk 1
  13588.  - Tool Chest
  13589.  - Hardware
  13590.  - AV Tools
  13591.  - VUMetersV
  13592. 84308X
  13593. Aug 00^    TC Disk 1
  13594. --set theItem to choose file -- uncomment to test in an AS editor
  13595.     tell application "Finder"
  13596.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  13597.         activate
  13598.     end tell
  13599. on error errMsg number errNum
  13600.     --enter statements to perform when no records are found such as...
  13601.     display dialog "Sorry, the item you selected could not be found."
  13602.     return
  13603. end try
  13604. e    No Changef7VUMeter
  13605. sound level meters
  13606. ARTA sample code
  13607. volume unitq
  13608. Dev.CD Aug 00 TC Disk 1
  13609. All Packages
  13610. Wake100V
  13611. 84309X
  13612. editor
  13613. resedit
  13614. codes
  13615. collection
  13616. Summary:  StandardFileIcons is a control panel which allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  13617.   Source code in C which compiles for MPW, Symantec 7.0.3 and MB
  13618. etrowerks DR/4 is included.
  13619.   Version 1.2 corrects a bug involving calling DisposeHandle on a resource.  I now call ReleaseResource, which is the correct call.
  13620. Communications Toolbox
  13621. Contributed
  13622. Devices and Hardware
  13623. Files
  13624. Games
  13625. Graphics 2D
  13626. Graphics 3D
  13627. Help Systems
  13628. Human Interface Toolbox
  13629. Interapplication Comm
  13630. Memory
  13631. Networking
  13632. OS Utilities
  13633. Overview
  13634. Platforms and Tools
  13635. Printing
  13636. Processes
  13637. QuickTime
  13638. Runtime Architecture
  13639. Sound
  13640. Oct 94L
  13641. Nov 94ory
  13642. subfolder
  13643. pan/tilt
  13644. panel
  13645. panorama
  13646. panoramic
  13647. parser
  13648. pascal
  13649. passphrase
  13650. password
  13651. patch
  13652. pattern
  13653. pbcatsearch
  13654. pbvolumemount
  13655. location
  13656. manager
  13657. eject
  13658. action
  13659. module
  13660. network
  13661. driver
  13662. transport
  13663. module
  13664. token
  13665. pccard
  13666. pccard
  13667. hooper
  13668. powerbook
  13669. comet
  13670. pccts
  13671. driver
  13672. loader
  13673. driver
  13674. device
  13675. driver
  13676. driver
  13677. driver
  13678. loader
  13679. driver
  13680. openfirmware
  13681. fcode
  13682. forth
  13683. tokenize
  13684. pci-pci
  13685. pcmcia
  13686. documentation
  13687. printable
  13688. format
  13689. printing
  13690. instructions
  13691. container
  13692. penmode
  13693. penpat
  13694. penpixpat
  13695. performanceA
  13696. performance
  13697. analysis
  13698. csmp-digest-v3-022
  13699. csmp-digest-v3-023
  13700. csmp-digest-v
  13701. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  13702.  - Sample Code0-148)V
  13703. 81296X
  13704. Nov 99^
  13705. --set theItem to choose file -- uncomment to test in an AS editor
  13706.     tell application "Finder"
  13707.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  13708.         activate
  13709.     end tell
  13710. on error errMsg number errNum
  13711.     --enter statements to perform when no records are found such as...
  13712.     display dialog "Sorry, the item you selected could not be found."
  13713.     return
  13714. end try
  13715. Deletedq
  13716. Dev.CD Nov 99 TC
  13717. All Packages
  13718. C++ Source Code Formatter
  13719. 81297X
  13720. ^    TC Disk 1
  13721. --set theItem to choose file -- uncomment to test in an AS editor
  13722.     tell application "Finder"
  13723.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:"
  13724.         activate
  13725.     end tell
  13726. on error errMsg number errNum
  13727.     --enter statements to perform when no records are found such as...
  13728.     display dialog "Sorry, the item you selected could not be found."
  13729.     return
  13730. end try
  13731. e    No ChangefhGetCTable
  13732. NewPalette
  13733. SetPalette
  13734. Palette Animation
  13735. AnimatePalette
  13736. GetEntryColor
  13737. AnimateEntry
  13738. Palette2CTabq
  13739. Dev.CD Aug 00 TC Disk 1
  13740. All Packages
  13741. PaletteAnimation grayI8This is a palette animation demonstration in gray scale.JTPaletteAnimation.c
  13742. PaletteAnimation.mcp
  13743. PaletteAnimation.r
  13744. PaletteAnimationGray(PPC)M"8 bits per pixel, 32 bit QuickDrawOFDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:V
  13745. 83399X
  13746. 1e    No Change
  13747. p-digest-v3-071
  13748. csmp-digest-v3-072
  13749. csmp-digest-v3-073
  13750. csmp-digest-v3-074
  13751. csmp-digest-v3-075
  13752. csmp-digest-v
  13753. systemsQ
  13754. csmp-digest-v3-091
  13755. csmp-digest-v3-092
  13756. csmp-digest-v3-093
  13757. csmp-digest-v3-094
  13758. csmp-digest-v3-095
  13759. csmp-digest-v3-096
  13760. csmp-digest-v3-097
  13761. csmp-digest-v3-098
  13762. csmp-digest-v3-099
  13763. csmp-digest-v3-100
  13764. csmp-digest-v3-101
  13765. csmp-digest-v
  13766. 3-102
  13767. csmp-digest-v3-103
  13768. csmp-digest-v3-104
  13769. csmp-digest-v3-105
  13770. csmp-digest-v3-106
  13771. csmp-digest-v3-107
  13772. csmp-digest-v3-108
  13773. csmp-digest-v3-109
  13774. csmp-digest-v3-110
  13775. csmp-digest-v3-111
  13776. csmp-digest-v3-112
  13777. csmp-digest-v3-113
  13778. csmp-digest-v3-114
  13779. csmp-digest-v3-115
  13780. csmp-digest-v3-116
  13781. csmp-digest-v3-117
  13782. csmp-digest-v3-118
  13783. csmp-digest-v3-119
  13784. csmp-digest-v3-120
  13785. csmp-digest-v3-121
  13786. csmp-digest-v3-122
  13787. csmp-digest-v3-123
  13788. csmp-digest-v3-125
  13789. csmp-digest-v3-126
  13790. csmp-digest-v3-127
  13791. csmp-digest-v3-128
  13792. csmp-digest-v
  13793. Communications Toolbox
  13794. Contributed
  13795. Devices and Hardware
  13796. Files
  13797. Games
  13798. Graphics 2D
  13799. Graphics 3D
  13800. Help Systems
  13801. Human Interface Toolbox
  13802. Interapplication Comm
  13803. Memory
  13804. Networking
  13805. OS Utilities
  13806. Overview
  13807. Platforms and Tools
  13808. Printing
  13809. Processes
  13810. QuickTime
  13811. Runtime Architecture
  13812. Sound
  13813. 3-145
  13814. csmp-digest-v3-146
  13815. csmp-digest-v3-147
  13816. csmp-digest-v3-148
  13817. 84249X
  13818. Jul 00^
  13819. --set theItem to choose file -- uncomment to test in an AS editor
  13820.     tell application "Finder"
  13821.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Thread Manager:"
  13822.         activate
  13823.     end tell
  13824. on error errMsg number errNum
  13825.     --enter statements to perform when no records are found such as...
  13826.     display dialog "Sorry, the item you selected could not be found."
  13827.     return
  13828. end try
  13829. e    No Changef9Thread Manager
  13830. thread
  13831. threads
  13832.  tasks
  13833. tasking
  13834. multitaskingq
  13835. Dev.CD Jul 00 SDK1
  13836. All Packages
  13837. Thumbnail TestIWThis contains a routine to illustrate the use of copybits to generate thumbnail images.JSShrinkToBW.c
  13838. Test Text Pict
  13839. Thumbnail(PPC)
  13840. Thumbnail.c
  13841. Thumbnail.mcp
  13842. Thumbnail.rsrcM    QuickDrawN
  13843. Thumbnail, PICT, CopyBitsO?Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Thumbnail Test:PGDev.CD Aug 00 TC Disk 1
  13844.  - Sample Code
  13845.  - Graphics 2D
  13846.  - Thumbnail TestV
  13847. 84250X
  13848. Aug 00^    TC Disk 1
  13849. e    No Change
  13850. cases
  13851. included-file
  13852. includesR
  13853. apple
  13854. detectors
  13855. technology
  13856. scans
  13857. searchiy
  13858. apple
  13859. location
  13860. manager
  13861. allows
  13862. users
  13863. switch
  13864. groups
  13865. apple
  13866. system
  13867. profiler
  13868. gather
  13869. information
  13870. about
  13871. apple'sj
  13872. apple-related
  13873. applecd
  13874. appleeventh
  13875. appleevents
  13876. appleglot
  13877. appleguidegluelib
  13878. applelink{
  13879. applemodemtool
  13880. applescriptb
  13881. applescript's
  13882. applescriptsO
  13883. applesearchT
  13884. appleshareT
  13885. applesingle/appledou
  13886. f(INIT
  13887. 'sysz'
  13888. system heap
  13889. system extensionq
  13890. Dev.CD Aug 00 TC Disk 2
  13891. All Packages
  13892. SimplePlayerSDII
  13893. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  13894. mssccprj.scc
  13895. QTime.c
  13896. QTime.h
  13897. README.txt
  13898. resource.h
  13899. SimplePlayerSDI.c
  13900. SimplePlayerSDI.def
  13901. SimplePlayerSDI.dsp
  13902. SimplePlayerSDI.dsw
  13903. SimplePlayerSDI.exe
  13904. SimplePlayerSDI.h
  13905. SimplePlayerSDI.mak
  13906. SimplePlayerSDI.rc
  13907. STDWIN.C
  13908. STDWIN.HOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:PTDev.CD Aug 00 TC Disk 2
  13909.  - Sample Code
  13910.  - QuickTime
  13911.  - Basics
  13912.  - SimplePlayerSDI.winV
  13913. 83832X
  13914. Aug 00^    TC Disk 2
  13915. e    No Change
  13916. est-v3-056
  13917. csmp-digest-v3-057
  13918. csmp-digest-v3-058
  13919. csmp-digest-v3-059
  13920. csmp-digest-v3-060
  13921. csmp-digest-v3-061
  13922. csmp-digest-v3-062
  13923. csmp-digest-v3-063
  13924. csmp-digest-v3-064
  13925. csmp-digest-v3-065
  13926. csmp-digest-v3-066
  13927. csmp-digest-v3-067
  13928. csmp-digest-v3-068
  13929. csmp-digest-v3-069
  13930. qtime
  13931. qtinternals
  13932. qtinternals
  13933. qtinternals
  13934. qtinternals
  13935. qtinternals
  13936. qtjava
  13937. qtjava
  13938. qtjavadocs
  13939. qtjavasdk
  13940. qtlogo
  13941. qtlogo
  13942. qtmissingcomp
  13943. qtmissingcomp
  13944. qtmissingcomp
  13945. smp-digest-v3-082
  13946. csmp-digest-v3-083
  13947. csmp-digest-v3-084
  13948. csmp-digest-v3-085
  13949. csmp-digest-v3-086
  13950. csmp-digest-v3-087
  13951. csmp-digest-v3-088
  13952. csmp-digest-v3-089
  13953. csmp-digest-v3-090
  13954. csmp-digest-v3-091
  13955. csmp-digest-v3-092
  13956. csmp-digest-v3-093
  13957. csmp-digest-v3-094
  13958. csmp-digest-v3-095
  13959. csmp-digest-v3-096
  13960. csmp-digest-v3-097
  13961. csmp-digest-v3-098
  13962. csmp-digest-v3-099
  13963. csmp-digest-v3-100
  13964. csmp-digest-v3-101
  13965. csmp-digest-v3-102
  13966. csmp-digest-v3-103
  13967. csmp-digest-v3-104
  13968. csmp-digest-v3-105
  13969. csmp-digest-v3-106
  13970. csmp-digest-v3-107
  13971. csmp-digest-v3-108
  13972. csmp-digest-v3-109
  13973. csmp-digest-v3-110
  13974. csmp-digest-v3-111
  13975. csmp-digest-v3-112
  13976. --set theItem to choose file -- uncomment to test in an AS editor
  13977.     tell application "Finder"
  13978.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:"
  13979.         activate
  13980.     end tell
  13981. on error errMsg number errNum
  13982.     --enter statements to perform when no records are found such as...
  13983.     display dialog "Sorry, the item you selected could not be found."
  13984.     return
  13985. end try
  13986. 3-132
  13987. csmp-digest-v3-133
  13988. csmp-digest-v3-134
  13989. csmp-digest-v3-135
  13990. csmp-digest-v3-136
  13991. csmp-digest-v3-138
  13992. csmp-digest-v3-139
  13993. csmp-digest-v3-140
  13994. csmp-digest-v3-141
  13995. csmp-digest-v3-142
  13996. csmp-digest-v3-143
  13997. csmp-digest-v3-144
  13998. csmp-digest-v3-145
  13999. csmp-digest-v3-146
  14000. csmp-digest-v3-147
  14001. csmp-digest-v3-148
  14002. ct-009-4433
  14003. ct-009-4433
  14004. install
  14005. ct-009-4434
  14006. ct-009-4434
  14007. install
  14008. ct-009-4435
  14009. ct-009-4435
  14010. install
  14011. ct-009-4436
  14012. ct-009-4436
  14013. ct-009-4437
  14014. ct-009-4437
  14015. 83397X
  14016. Aug 00^    TC Disk 2
  14017. y--set theItem to choose file -- uncomment to test in an AS editor
  14018.     tell application "Finder"
  14019.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  14020.         activate
  14021.     end tell
  14022. on error errMsg number errNum
  14023.     --enter statements to perform when no records are found such as...
  14024.     display dialog "Sorry, the item you selected could not be found."
  14025.     return
  14026. end try
  14027. Movedf:Palette
  14028. GWorld
  14029. PmForeColor
  14030. Color2Index
  14031. RGBForeColor
  14032. ctSeedq
  14033. Dev.CD Aug 00 TC Disk 2
  14034. All Packages
  14035. PaletteAnimationI)This is a palette animation demonstrationJPPaletteAnimation(PPC)
  14036. PaletteAnimation.c
  14037. PaletteAnimation.mcp
  14038. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Aug 00 TC Disk 1
  14039.  - Sample Code
  14040.  - Graphics 2D
  14041.  - PaletteAnimationV
  14042. 83398X
  14043. Aug 00e    No Change
  14044. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  14045. s color table. 
  14046. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  14047. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  14048. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  14049. Feb 95ode Formatter
  14050. e    No Changef
  14051. CopyBits
  14052. Screen Copyq
  14053. Dev.CD Aug 00 TC Disk 1
  14054. All Packages
  14055. SnapshotSample
  14056. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  14057. s desktop icons.
  14058. JURead Me About Snapshot Sample
  14059. SnapshotSample(PPC)
  14060. SnapshotSample.c
  14061. SnapshotSample.mcpK
  14062. Feb 97L
  14063. Dec 97M
  14064. Scriptable FinderN
  14065. grab icon desktopOIDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:SnapshotSample:PQDev.CD Aug 00 TC Disk 2
  14066.  - Sample Code
  14067.  - Interapplication Comm
  14068.  - SnapshotSampleV
  14069. 83839X
  14070. Aug 00^    TC Disk 2
  14071. e    No Change
  14072. setkl
  14073. chromakey
  14074. chromakeymovie
  14075. chromakeymovie
  14076. chromakeymovie
  14077. chromakeymovie
  14078. ciconbuttons
  14079. ciconbuttons
  14080. editor
  14081. resedit
  14082. editor
  14083. notes
  14084. copies
  14085. offscreen
  14086. gworlds
  14087. demonstrates
  14088. various
  14089. movie
  14090. export
  14091. compo@
  14092. provides
  14093. quick
  14094. example
  14095. change
  14096. palette
  14097. tion Requests:"
  14098.         activate
  14099.     end tell
  14100. on error errMsg number errNum
  14101.     --enter statements to perform when no records are found such as...
  14102.     display dialog "Sorry, the item you selected could not be found."
  14103.     return
  14104. end try
  14105. Deletedf
  14106. creator
  14107. signature
  14108. registrationq
  14109. Dev.CD Dec 99 RL
  14110. All Packages
  14111. Calc ControlRgnI
  14112. This snippet shows how to call a CDEF to get the control's Region.
  14113. You can make other calls to the CDEF using the same method.
  14114. This snippet works for both 68K and PowerPC J\CalcControlRgn(PPC)
  14115. CalcControlRgn.c
  14116. CalcControlRgn.mcp
  14117. CalcControlRgn.rsrc
  14118. ReadMe.Doc
  14119. CDEF, controlOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Calc ControlRgn:V
  14120. 81299X
  14121. 1e    No Change
  14122. palette
  14123. gworld
  14124. palette
  14125. gworld
  14126. paletteandgworld
  14127. paletteandgworld
  14128. paletteandgworld
  14129. paletteanimation
  14130. paletteanimation
  14131. paletteanimation
  14132. paletteanimation
  14133. paletteanimation
  14134. paletteanimationgray
  14135. paletteanimationgray
  14136. client
  14137. interface
  14138. client
  14139. first
  14140. paper
  14141. pappostscriptstuff
  14142. pappostscriptstuff
  14143. pappostscriptstuff
  14144. papserversample
  14145. papserversample
  14146. papserversample
  14147. papserversample
  14148. papserversample
  14149. papserversample
  14150. readme
  14151. papserversample
  14152. papserverutilities
  14153. papserverutilities
  14154. papserverutilities
  14155. papworkstation
  14156. papworkstation
  14157. parameters
  14158. parameters
  14159. e    No Changeq
  14160. Dev.CD Aug 00 TC Disk 2
  14161. All Packages
  14162. SimpleText Sample
  14163. This example is SimpleText 1.4d16. It's the same source that Apple's built in 1996. We decided that enough developers had asked for SimpleText source so it was time to actually release it. Note that this code is copyright Apple Computer. The standard disclaimers apply. Here's the copyright information again:
  14164. You may incorporate this sample code into your applications without restriction, though the sample code has been provided "AS IS" and the responsibility for its operation is 100% your
  14165. *s.  However, what you are not permitted to do is to redistribute the source as "DSC Sample Code" after having made changes. If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple Sample Code, but that you've made changes.
  14166. Nov 96L
  14167. Dec 96V
  14168. 83833X
  14169. 1e    No Change
  14170. copies
  14171. offscreen
  14172. gworlds
  14173.  - Calc ControlRgnV
  14174. 81299X
  14175. Aug 00^    TC Disk 2
  14176. --set theItem to choose file -- uncomment to test in an AS editor
  14177.     tell application "Finder"
  14178.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Calc ControlRgn:"
  14179.         activate
  14180.     end tell
  14181. on error errMsg number errNum
  14182.     --enter statements to perform when no records are found such as...
  14183.     display dialog "Sorry, the item you selected could not be found."
  14184.     return
  14185. end try
  14186. e    No Changef
  14187. controlq
  14188. Dev.CD Aug 00 TC Disk 2
  14189. All Packages
  14190. CalcCMask & CalcMask
  14191. ^This snippet shows how to use both CalcCMask or CalcMask to create a mask given a source bitmap image.  As decribed on pages IV-24 and V-72 of Inside Mac, the two routines compute a destination bitmap image with 1's only in the pixels where paint can not leak from any of the outer edges, This is similar to the lasso tool found in many drawing apps.
  14192. e    No Changef!MacApp
  14193. Exception
  14194. UFailure
  14195. Signalsq
  14196. Dev.CD Aug 00 TC Disk 2
  14197. All Packages
  14198. SignatureToApp
  14199. &The SignatureToApp function takes an application's signature or creator code (a four-byte identifier) and attempts to find a running application, or an application on disk, with that signature. It can also launch the application if you allow it to and if the application is not already running.
  14200. J}Launch.c
  14201. SignatureToApp Docs.pdf
  14202. SignatureToApp.c
  14203. SignatureToApp.h
  14204. SignatureToApp.mcp
  14205. SignatureToAppDemo(PPC)
  14206. RELEASE NOTES
  14207. System 7.0NBProcess Manager, Desktop Database, finding applications by creatorO=Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:SignatureToApp:PEDev.CD Aug 00 TC Disk 2
  14208.  - Sample Code
  14209.  - Processes
  14210.  - SignatureToAppV
  14211. 83826X
  14212. Aug 00^    TC Disk 2
  14213. e    No Change
  14214. abler
  14215. draggingsprites
  14216. draggingsprites
  14217. draggingspritesapple
  14218. draggingspritesapple
  14219. draglib
  14220. dragstuff
  14221. dragstuff
  14222. dragutils
  14223. dragutils
  14224. networks
  14225. networksetuphelpers
  14226. networkstream
  14227. never
  14228. never-before-possibl
  14229. nevertheless
  14230. cfset
  14231. cftree
  14232. cftype
  14233. cftypeid
  14234. chained
  14235. chained
  14236. completion
  14237. routines
  14238. asynchronous
  14239. manager
  14240. cheap
  14241. checkbox
  14242. chinese
  14243. chinese
  14244. dictation
  14245. speech
  14246. input
  14247. keyboard
  14248. chinese
  14249. handwriting
  14250. input
  14251. keyboard
  14252. tablet
  14253. chinese
  14254. language
  14255. traditional
  14256. simplified
  14257. choosing
  14258. ciconhandle
  14259. classes^
  14260. client
  14261. clouseau
  14262. coercionf
  14263. collectcolors
  14264. collectcolors
  14265. knowspict
  14266. collection
  14267. color
  14268. color
  14269. picker
  14270. 2.1.1
  14271. 83396X
  14272. Aug 00^    TC Disk 1
  14273. --set theItem to choose file -- uncomment to test in an AS editor
  14274.     tell application "Finder"
  14275.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:"
  14276.         activate
  14277.     end tell
  14278. on error errMsg number errNum
  14279.     --enter statements to perform when no records are found such as...
  14280.     display dialog "Sorry, the item you selected could not be found."
  14281.     return
  14282. end try
  14283. e    No Changef
  14284. palette
  14285. GWorld
  14286. Index2Color
  14287. RGBForeColor
  14288. PmForeColor
  14289. GetCTable
  14290. NewPalette
  14291. GetMainDevice
  14292. NSetPalette
  14293. pmTable
  14294. ctSeed
  14295. GetGWorldPixMapq
  14296. Dev.CD Aug 00 TC Disk 1
  14297. All Packages
  14298. Palette&GWorld (Fat)
  14299. 83397X
  14300. o interface requires no knowledge or understanding of AppleEvents to operate.
  14301. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  14302. CallFinder docs
  14303. CallFinder docs.txtK
  14304. Vol IXOTDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:V
  14305. 81301X
  14306. 1e    No Change
  14307. ke a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette and GWorld.c. 
  14308. JrPalette and GWorld Read Me
  14309. Palette and GWorld.c
  14310. Palette and GWorld.rsrc
  14311. PaletteAndGWorld(PPC)
  14312. PaletteAndGWorld.mcpM
  14313. Color QuickDrawN
  14314. palette, GWorld, Index2Color, RGBForeColor, PmForeColor, GetCTable, NewPalette, GetMainDevice, NSetPalette, pmTable, ctSeed, GetGWorldPixMapOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:PKDev.CD Aug 00 TC Disk 1
  14315.  - Sample Code
  14316.  - Graphics 2D
  14317.  - Palette and GWorld
  14318. driver
  14319. gestalt
  14320. driver
  14321. table
  14322. drivergestalt
  14323. drivergestalt
  14324. drivergestaltexplore
  14325. drivers
  14326. utilities
  14327. dtscpluslibrary
  14328. dumparpcache
  14329. dumpnetworksetup
  14330. dumpobj
  14331. duplication
  14332. dynamic
  14333. dynamic
  14334. linking
  14335. Related:CallFinder Tool 1.0:"
  14336.         activate
  14337.     end tell
  14338. on error errMsg number errNum
  14339.     --enter statements to perform when no records are found such as...
  14340.     display dialog "Sorry, the item you selected could not be found."
  14341.     return
  14342. end try
  14343. e    No Changef
  14344. Apple Events
  14345. AppleEventsq
  14346. Dev.CD Aug 00 TC Disk 1
  14347. All Packages
  14348. CallHyper 1.0
  14349. 81302X
  14350. vumeters
  14351. wake100
  14352. waste
  14353. watch
  14354. watching
  14355. watchme
  14356. wavelet
  14357. wdefcolorsample
  14358. carbonlib
  14359. carbonlib
  14360. 1.0.4
  14361. carbonsndplaydb
  14362. cardbus
  14363. cardbus
  14364. cards
  14365. categories
  14366. tracker
  14367. All Packages
  14368. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14369. Dev.CD Jan 94
  14370. Dev.CD Oct 93
  14371. Dev.CD Jul 93
  14372. Dev.CD Apr 93PDDev.CD Apr 94
  14373. Dev.CD Jan 94
  14374. Dev.CD Oct 93
  14375. Dev.CD Jul 93
  14376. Dev.CD Apr 9V
  14377. 84035X
  14378. Apr 94
  14379. --set theItem to choose file -- uncomment to test in an AS editor
  14380.     tell application "Finder"
  14381.         open item "Dev.CD Apr 94
  14382. Dev.CD Jan 94
  14383. Dev.CD Oct 93
  14384. Dev.CD Jul 93
  14385. Dev.CD Apr 93"
  14386.         activate
  14387.     end tell
  14388. on error errMsg number errNum
  14389.     --enter statements to perform when no records are found such as...
  14390.     display dialog "Sorry, the item you selected could not be found."
  14391.     return
  14392. end try
  14393. All Packages
  14394. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14395. Dev.CD Jan 94
  14396. Dev.CD Oct 93
  14397. Dev.CD Jul 93
  14398. Dev.CD Apr 93PDDev.CD Apr 94
  14399. Dev.CD Jan 94
  14400. Dev.CD Oct 93
  14401. Dev.CD Jul 93
  14402. Dev.CD Apr 9V
  14403. 84036X
  14404. Apr 94
  14405. november{
  14406. novice
  14407. pagez
  14408. pages
  14409. paige
  14410. painless
  14411. paint
  14412. painting
  14413. pairs
  14414. palette`
  14415. palette&gworld
  14416. palettes
  14417. palindrome
  14418. pallakoff
  14419. pallete
  14420. panelh
  14421. panels
  14422. panes
  14423. panorama
  14424. panoramas
  14425. panoramic
  14426. paper{
  14427. papworkstation
  14428. parade
  14429. paradigms
  14430. partial
  14431. participation
  14432. choosing
  14433. ciconhandle
  14434. class
  14435. classes^
  14436. client
  14437. print
  14438. cliprect
  14439. cliprect
  14440. getnextdevice
  14441. getdevicelist
  14442. close
  14443. closepicture
  14444. clouseau
  14445. cmchoose
  14446. cmgetconfig
  14447.  given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  14448. callHyper
  14449. CallHyper NotesK
  14450. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.ObDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PpDev.CD Aug 00 TC Disk 1
  14451.  - Tool Chest
  14452.  - Development Kits
  14453.  - HyperCard Related
  14454.  - XCMDs & XFCNs
  14455.  - CallHyper 1.0
  14456. (** = new, * = revised)
  14457. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  14458. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  14459. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as 
  14460. samples of AE coercions in general.
  14461. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  14462. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  14463. ODOC:  This sample send
  14464. --set theItem to choose file -- uncomment to test in an AS editor
  14465.     tell application "Finder"
  14466.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:"
  14467.         activate
  14468.     end tell
  14469. on error errMsg number errNum
  14470.     --enter statements to perform when no records are found such as...
  14471.     display dialog "Sorry, the item you selected could not be found."
  14472.     return
  14473. end try
  14474. file -- uncomment to test in an AS editor
  14475.     tell application "Finder"
  14476.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Carbon QT Graphic Import:"
  14477.         activate
  14478.     end tell
  14479. on error errMsg number errNum
  14480.     --enter statements to perform when no records are found such as...
  14481.     display dialog "Sorry, the item you selected could not be found."
  14482.     return
  14483. end try
  14484. e    No Changef/Carbon
  14485. QuickTime
  14486. GraphicImporter
  14487. Printq
  14488. Dev.CD Aug 00 TC Disk 2
  14489. D!All Packages
  14490. Mac OS SDK Edition
  14491. CarbonLib 1.0.4 SDK
  14492. All Packages
  14493. F    QuickTimeO
  14494. Dev.CD Jul 93
  14495. Dev.CD Apr 93P
  14496. Dev.CD Jul 93
  14497. Dev.CD Apr 9V
  14498. 83709X
  14499. Jul 93
  14500. p--set theItem to choose file -- uncomment to test in an AS editor
  14501.     tell application "Finder"
  14502.         open item "Dev.CD Jul 93
  14503. Dev.CD Apr 93"
  14504.         activate
  14505.     end tell
  14506. on error errMsg number errNum
  14507.     --enter statements to perform when no records are found such as...
  14508.     display dialog "Sorry, the item you selected could not be found."
  14509.     return
  14510. end try
  14511. All Packages
  14512. F    QuickTimeO
  14513. Dev.CD Jul 93
  14514. Dev.CD Apr 93P
  14515. Dev.CD Jul 93
  14516. Dev.CD Apr 9V
  14517. 83710X
  14518. Jul 93
  14519. p--set theItem to choose file -- uncomment to test in an AS editor
  14520.     tell application "Finder"
  14521.         open item "Dev.CD Jul 93
  14522. Dev.CD Apr 93"
  14523.         activate
  14524.     end tell
  14525. on error errMsg number errNum
  14526.     --enter statements to perform when no records are found such as...
  14527.     display dialog "Sorry, the item you selected could not be found."
  14528.     return
  14529. end try
  14530. All Packages
  14531. e    No Changef/Chooser
  14532. Chooser package
  14533. printer driver
  14534. PACKman
  14535. Dev.CD Aug 00 TC Disk 1
  14536. All Packages
  14537. Palette and GWorld
  14538. This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below. 
  14539. One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  14540. s color table. 
  14541. The solution is to ma
  14542. 83396X
  14543. tements to perform when no records are found such as...
  14544.     display dialog "Sorry, the item you selected could not be found."
  14545.     return
  14546. end try
  14547. e    No Changef
  14548. Carbon
  14549. CarbonLibo
  14550. http://developer.apple.com/sdkq
  14551. Dev.CD Jul 00 SDK1
  14552. All Packages
  14553. CarbonSndPlayDB
  14554. 81305X
  14555. packaging{
  14556. packetU
  14557. packetize
  14558. packetizer
  14559. packetsU
  14560. packman
  14561. packman
  14562. snippet
  14563. showing
  14564. implement
  14565. simple
  14566. choos
  14567. painless
  14568. paint
  14569. painting
  14570. pairs
  14571. palette`
  14572. palettes
  14573. palindrome
  14574. pallakoff
  14575. panelh
  14576. panels
  14577. panes
  14578. paper{
  14579. papworkstation
  14580. parade
  14581. parametera
  14582. parameters
  14583. paraphernalia
  14584. parent
  14585. parse
  14586. parserW
  14587. parsing
  14588. parsons
  14589. part{
  14590. partial
  14591. participation
  14592. ot/ppp
  14593. ot/ppp
  14594. control
  14595. strip
  14596. ot/ppp
  14597. control
  14598. strip
  14599. sample
  14600. ot/ppp
  14601. transport
  14602. getpppstatus
  14603. ot/ppp
  14604. otbuffer
  14605. otbufferinfo
  14606. otdumpinternetstatus
  14607. otdumpportregistry
  14608. otendpointinfo
  14609. otfifo
  14610. otfindserialports
  14611. otgetendpointinfo
  14612. otgetindexedport
  14613. otgetuserportnamefro
  14614. otlifo
  14615. otlink
  14616. otllctest
  14617. otlookup
  14618. otlookupnametest
  14619. otoptionmanagment
  14620. otpapsampleserver
  14621. otpingsample
  14622. otsimpledownloadhttp
  14623. otsimpleserverhttp
  14624. otstreamlogviewer
  14625. ottcpwilldial
  14626. layback and recording.
  14627. JLCarbonSndPlayDB Readme
  14628. CarbonSndPlayDB.c
  14629. CarbonSndPlayDB.h
  14630. CarbonSndPlayDB.
  14631. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  14632. SndPlayDoubleBuffer, CarbonO:Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:PBDev.CD Aug 00 TC Disk 2
  14633.  - Sample Code
  14634.  - Sound
  14635.  - CarbonSndPlayDB
  14636. fontsN
  14637. fontsync
  14638. footprintx
  14639. twiddle
  14640. twisted
  14641. twists
  14642. two-byte
  14643. two-part
  14644. two-phase
  14645. twofold
  14646. foreign
  14647. forever
  14648. forget
  14649. forks
  14650. formati
  14651. format/compression
  14652. demonstrating
  14653. newer
  14654. formats
  14655. formattedi
  14656. formatters
  14657. formatting
  14658. formerlyj
  14659. formerly
  14660. appearance
  14661. contextual
  14662. menumanager
  14663. formrelativeposition
  14664. formsU
  14665. formulate
  14666. forrest
  14667. forth
  14668. fortran
  14669. fortune
  14670. forward
  14671. forwards
  14672. found^
  14673. appearanceu
  14674. appearance
  14675. manageru
  14676. append
  14677. appkit
  14678. appkit
  14679. reference
  14680. ev.CD Jul 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  14681.         activate
  14682.     end tell
  14683. on error errMsg number errNum
  14684.     --enter statements to perform when no records are found such as...
  14685.     display dialog "Sorry, the item you selected could not be found."
  14686.     return
  14687. end try
  14688. e    No Changef
  14689. CardBus
  14690.  PCMCIA
  14691.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  14692. Dev.CD Jul 00 SDK1
  14693. All Packages
  14694. CD TrackerI
  14695. CD Tracker is a sample that demonstrates how to read the table of contents from an audio CD to work out the number of tracks and the lengths of those tracks.JCCDTracker(PPC)
  14696. CDTracker.mcp
  14697. CDTracker.p
  14698. CDTracker.r
  14699. CDTracker.rsrcM
  14700. CD-ROM drive
  14701. N*CD-ROM, CD ROM, TOC, audio CD, CD Tracker
  14702. OKDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD Tracker:V
  14703. 81307X
  14704. 1e    No Change
  14705. Mac OS 9N!packages, Mac OS 9, package awareOHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PackageTool:PPDev.CD Aug 00 TC Disk 2
  14706.  - Sample Code
  14707.  - Human Interface Toolbox
  14708.  - PackageTool cards
  14709.    *  PCI Binding to OF v2.1
  14710.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  14711. Configuration
  14712.    *  MacOS PC Card Family 3.0
  14713.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  14714. 3.0 under MacOS
  14715.   Samples
  14716.    *  CustomEnabler
  14717.     -  Provides source code a
  14718. s an example of a SystemSoft custom enabler to
  14719. support multiple cards
  14720.    *  Another CustomEnabler
  14721.     -  Provides source code as an example of a custom enabler designed to
  14722. correct the IBM OEM Ethernet PC Card.
  14723.   Tools
  14724.    *  Display Name Registry 2.0
  14725.     -  Displays the Macintosh
  14726. s Name Registry and Device Tree
  14727.    *  TupleDumper
  14728.     -  
  14729. Dumps
  14730.  the CardBus (PCMCIA) tuples of any inserted PC cards
  14731. J)Read Me
  14732.  Documentation
  14733.  Samples
  14734.  ToolsK
  14735. Jan 00M
  14736. PowerMac / CodeWarrior IDE 2.1
  14737. 83394X
  14738. Aug 00^    TC Disk 2
  14739. --set theItem to choose file -- uncomment to test in an AS editor
  14740.     tell application "Finder"
  14741.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PackageTool:"
  14742.         activate
  14743.     end tell
  14744. on error errMsg number errNum
  14745.     --enter statements to perform when no records are found such as...
  14746.     display dialog "Sorry, the item you selected could not be found."
  14747.     return
  14748. end try
  14749. e    No Changef
  14750. packages
  14751. Mac OS 9
  14752. package awareq
  14753. Dev.CD Aug 00 TC Disk 2
  14754. All Packages
  14755. PACKmanIGPACKman is a snippet showing how to implement a simple Chooser Package.JWFOR MPW
  14756. main.c
  14757. PACKman
  14758. PACKMan.c
  14759. PACKman.rsrc
  14760. PACKman.
  14761. PACKman.
  14762. .rsrc
  14763. README - PACKmanM
  14764. noneN2Chooser, Chooser package, printer driver, PACKman
  14765. OIDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:PTDev.CD Aug 00 TC Disk 1
  14766.  - Sample Code
  14767.  - Devices and Hardware
  14768.  - Chooser
  14769.  - PACKmanV
  14770. 83395X
  14771. Aug 00^    TC Disk 1
  14772. e    No Change
  14773. PackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.  Version 1.1 adds code that automatically creates a work-around for an alias manager bug so users may now place a package's main file in a package's root directory.  Version 1.2 adds Navigation Services support illustrating how you can use Navigation Services to select packages.
  14774. tasks illustrated B
  14775. include:
  14776. - how to create a package,
  14777. - how to detect a package,
  14778. includes a 'package document aware'  application sample (HTMLSample)
  14779. MakeFile
  14780. PackageTool
  14781. PackageTool.c
  14782. PackageTool.h
  14783. PackageTool.prj
  14784. PackageTool.r
  14785. PackageTool.rsrc
  14786. PackageUtils.c
  14787. PackageUtils.h
  14788. PackageWindow.c
  14789. PackageWindow.h
  14790. Re- C/F Registration Request
  14791. ReadMe
  14792. Sample Package
  14793. SimplePrefs.c
  14794. SimplePrefs.h
  14795. Utilities.c
  14796. Utilities.h
  14797. Dec 99OHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PackageTool:
  14798. interactive
  14799. success
  14800. interapplicationQ
  14801. interapplication
  14802. commQ
  14803. An implementation of arbitrary precision arithmetic using the PowerPC Velocity-Engine (G4) vector instructions. 
  14804. We first define essential digit size of a multiprecision integer to be 128 bits, in view of the Velocity Engine architecture. By designing a general purpose vector library comprised of multiplication, square, bit shift and bitwise comparison, we have achieved significant speedups over PowerPC G3 scalar (base-2^16 ) implementation, or even hand-tuned assembly (base-2^32 ) packag
  14805. es. In particular, vector multiplications enjoy performance improvements ranging from 3:1 to 10:1 over their scalar counterpart, depending on operand bit size. 
  14806. An application for general purpose integer factoring was written and is able to factor large integers with speedups factors roughly in the aforementioned range. A second, large convolution application was written to settle a certain research problem; in this instance a length-2 15 convolution of 512-bit elements is performed.
  14807. mdefproc
  14808. mdefproc
  14809. mdemotext
  14810. mdemotext
  14811. mdialogs
  14812. mdialogs
  14813. mdiplayer
  14814. mdiplayer
  14815. mdiplayer
  14816. mdiplayer
  14817. mdiplayer
  14818. mdiplayer
  14819. mdiplayer
  14820. mdiplayer
  14821. ices and Hardware:CD ROM:CD Tracker:"
  14822.         activate
  14823.     end tell
  14824. on error errMsg number errNum
  14825.     --enter statements to perform when no records are found such as...
  14826.     display dialog "Sorry, the item you selected could not be found."
  14827.     return
  14828. end try
  14829. e    No Changef&CD-ROM
  14830. CD ROM
  14831. audio CD
  14832. CD Tracker
  14833. Dev.CD Aug 00 TC Disk 1
  14834. All Packages
  14835. CD-ROM DetectionI
  14836. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  14837. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J:CD-ROM Detection.mcp
  14838. CDRom Detection(PPC)
  14839. CDROMDetection.cK
  14840. Jun 98V
  14841. 81308X
  14842. 1e    No Change
  14843. g3-class
  14844. g3/233
  14845. g3/266
  14846. g3/26620th
  14847. velocity
  14848. engine
  14849. implementation
  14850. fourier
  14851. transform
  14852. gadgets{
  14853. gaining{
  14854. gains
  14855. games{
  14856. gamesprockets
  14857. gamma
  14858. gammas
  14859. garbage
  14860. centered
  14861. central
  14862. centre
  14863. certain
  14864. certainly
  14865. certificate
  14866. certificates
  14867. certified
  14868. cfdata
  14869. cfm-68ku
  14870. cfm68k
  14871. cgrafport
  14872. cgrafports
  14873. chain
  14874. --set theItem to choose file -- uncomment to test in an AS editor
  14875.     tell application "Finder"
  14876.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:"
  14877.         activate
  14878.     end tell
  14879. on error errMsg number errNum
  14880.     --enter statements to perform when no records are found such as...
  14881.     display dialog "Sorry, the item you selected could not be found."
  14882.     return
  14883. end try
  14884. demonstrates
  14885. various
  14886. movie
  14887. export
  14888. compo
  14889. CD-ROM Detection:P\Dev.CD Aug 00 TC Disk 1
  14890.  - Sample Code
  14891.  - Devices and Hardware
  14892.  - CD ROM
  14893.  - CD-ROM DetectionV
  14894. 81308X
  14895. Aug 00^    TC Disk 1
  14896. --set theItem to choose file -- uncomment to test in an AS editor
  14897.     tell application "Finder"
  14898.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD-ROM Detection:"
  14899.         activate
  14900.     end tell
  14901. on error errMsg number errNum
  14902.     --enter statements to perform when no records are found such as...
  14903.     display dialog "Sorry, the item you selected could not be found."
  14904.     return
  14905. end try
  14906. e    No Changeq
  14907. Dev.CD Aug 00 TC Disk 1
  14908. All Packages
  14909. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  14910. Validator documentation
  14911. Validator documentation.txtK
  14912. Vol IIIL
  14913. Vol VIIOGDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:V
  14914. 81309X
  14915. 1e    No Change
  14916. program
  14917. demostrates
  14918. increase
  14919. copybits
  14920. speed
  14921. program
  14922. displays
  14923. memory
  14924. configuration
  14925. program
  14926. shows
  14927. pixmap
  14928. scale
  14929. program
  14930. shows
  14931. readlocation
  14932. function
  14933. release
  14934. keychain
  14935. focuses
  14936. password
  14937. storage
  14938. sample
  14939. accompanies
  14940. optimization
  14941. strategies
  14942. sample
  14943. creates
  14944. sprite
  14945. movie
  14946. containing
  14947. sprite
  14948. sample
  14949. creates
  14950. wired
  14951. sprite
  14952. movie
  14953. containing
  14954. sample
  14955. demonstrates
  14956. laserwriter
  14957. communicatio
  14958. sample
  14959. illustrates
  14960. tracks
  14961. sample
  14962. illustrates
  14963. compress
  14964. decompress
  14965. sample
  14966. illustrates
  14967. video
  14968. effects
  14969. sample
  14970. illustrates
  14971. create
  14972. shortcut
  14973. 83393X
  14974. Aug 00^    TC Disk 1
  14975. --set theItem to choose file -- uncomment to test in an AS editor
  14976.     tell application "Finder"
  14977.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:"
  14978.         activate
  14979.     end tell
  14980. on error errMsg number errNum
  14981.     --enter statements to perform when no records are found such as...
  14982.     display dialog "Sorry, the item you selected could not be found."
  14983.     return
  14984. end try
  14985. e    No ChangefqPalette animation
  14986. GWorld
  14987. DisposeGWorld
  14988. AnimatePalette
  14989. Palette2CTab
  14990. CopyBits
  14991. GetEntryColor
  14992. SetEntryColor
  14993. NewGWorldq
  14994. Dev.CD Aug 00 TC Disk 1
  14995. All Packages
  14996. PackageTool
  14997. 83394X
  14998. hem all start at the same time using the syncCmdJ
  14999. Cheap Studio(PPC)
  15000. Cheap Studio.mcp
  15001. Cheap_Studio.c
  15002. Cheap_Studio.rsrc
  15003. DBFF.h
  15004. DBFF_Errors.h
  15005. Libraries
  15006. Record_Sound.c
  15007. SimpleApp_Sound.hM
  15008. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  15009. 81311X
  15010. 1e    No Change
  15011. PKDev.CD Aug 00 TC Disk 1
  15012.  - Sample Code
  15013.  - Graphics 2D
  15014.  - Out of This GWorldlications and shared libraries. This architecture is modeled after the Power Macintosh runtime architecture and uses the CFM (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  15015. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u
  15016. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  15017. This package includes:
  15018.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  15019.  ObjectSupportLib, version 1.2
  15020.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  15021. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  15022. NOTE:  This versi
  15023. OTG is yet another example of how to fool viewers into believing one thing without actually doing anything.  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.  Since the program hopes to provide a better understanding of GWorld and palette usage, only the source file, out.c, has been commented.  This file, which contains all the Color QuickDraw routines, is actually the meat of the example.  The remaining source files are just typicaB
  15024. l toolbox routine calls for event and menu handling.  Note that this application was written to work on 8bit devices, but can easily be modified for others.
  15025. J^draw.c
  15026. events.c
  15027. menu.c
  15028. Out of.rsrc
  15029. out.c
  15030. out.h
  15031. OutOfThisGWorld(PPC)
  15032. OutOfThisGWorld.mcp
  15033. READMEM
  15034. 8 bit colorNyPalette animation, GWorld, DisposeGWorld, AnimatePalette, Palette2CTab, CopyBits, GetEntryColor, SetEntryColor, NewGWorldOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:
  15035. ~--set theItem to choose file -- uncomment to test in an AS editor
  15036.     tell application "Finder"
  15037.         open item "Dev.CD Apr 94
  15038. Dev.CD Jan 94
  15039. Dev.CD Oct 93"
  15040.         activate
  15041.     end tell
  15042. on error errMsg number errNum
  15043.     --enter statements to perform when no records are found such as...
  15044.     display dialog "Sorry, the item you selected could not be found."
  15045.     return
  15046. end try
  15047. mactcp
  15048. mactcp
  15049. 2.0.6
  15050. release
  15051. notes
  15052. magic
  15053. magician
  15054. mail-order
  15055. mailing
  15056. mailings
  15057. maintain{
  15058. maintainingV
  15059. major_
  15060. makeO
  15061. makefolder
  15062. maker
  15063. makesN
  15064. AO5Dev.CD Sep 00 RL Disk 2:TechnicalPublications:carbon:P:Dev.CD Sep 00 RL Disk 2
  15065.  - TechnicalPublications
  15066.  - carbongh
  15067. psulated
  15068. encapsulates
  15069. enclosed
  15070. encoded
  15071. encodingy
  15072. encodings
  15073. encompasses
  15074. encounter
  15075. encountering
  15076. encounters
  15077. encourage
  15078. encouraged
  15079. encourages_
  15080. encryption
  15081. endfullscreen
  15082. endian
  15083. endless
  15084. endorsement
  15085. endpoint
  15086. endpoints
  15087. enforces
  15088. enginej
  15089. engineering
  15090. engineers
  15091. engines
  15092. engler
  15093. english
  15094. enhance`
  15095. enhanced
  15096. enhancementi
  15097. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commV
  15098. runtimehtml
  15099. runtimesvcs
  15100. russian
  15101. russian
  15102. 1.1.3
  15103. s-swedish
  15104. safenameregistry
  15105. safenameregistry
  15106. safenameregistry
  15107. sampctrl
  15108. sampctrl
  15109. sampleY
  15110. sample
  15111. sample
  15112. applescripts
  15113. sample
  15114. applications
  15115. sample
  15116. sample
  15117. sample
  15118. readme
  15119. sample
  15120. componentss
  15121. sample
  15122. documents
  15123. sample
  15124. readme
  15125. readme
  15126. wdefcolorsample
  15127. sector
  15128. readsector
  15129. msdos
  15130. readsector
  15131. msdos
  15132. readsectormsdos
  15133. readsectormsdos
  15134. receive
  15135. receive
  15136. script
  15137. receiver
  15138. receiver
  15139. receiver
  15140. rsrca
  15141. recievera
  15142. reciever
  15143. recipes
  15144. record
  15145. record
  15146. retrievepictinfo
  15147. record
  15148. retrievepictinfo
  15149. record
  15150. sound
  15151. record
  15152. sound
  15153. record
  15154. sound
  15155. record
  15156. sound
  15157. record
  15158. sound
  15159. record
  15160. recordit
  15161. recordit
  15162. recordretrievepictin
  15163. recordretrievepictin
  15164. chair
  15165. redants
  15166. redants
  15167. redants
  15168. redistribution
  15169. ottraceroutesample
  15170. ottransferproviderow
  15171. ottransferproviderow
  15172. client
  15173. library
  15174. transferprovider
  15175.  to choose file -- uncomment to test in an AS editor
  15176.     tell application "Finder"
  15177.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Cheap Studio:"
  15178.         activate
  15179.     end tell
  15180. on error errMsg number errNum
  15181.     --enter statements to perform when no records are found such as...
  15182.     display dialog "Sorry, the item you selected could not be found."
  15183.     return
  15184. end try
  15185. e    No Changef!sound
  15186. studio
  15187. Cheap Studio
  15188. syncCmdq
  15189. Dev.CD Aug 00 TC Disk 2
  15190. All Packages
  15191. Chinese Dictation KitO
  15192. Dev.CD Nov 96 TCP
  15193. Dev.CD Nov 96 TV
  15194. 81312X
  15195. Nov 96
  15196. common
  15197. common
  15198. common
  15199. files
  15200. common
  15201. commoncode
  15202. commtoolbox
  15203. commtoolbox
  15204. commtoolbox
  15205. roadmap
  15206. communicationsQ
  15207. communications
  15208. communications
  15209. toolboxQ
  15210. JcOTTraceRouteSample(PPC)
  15211. OTTraceRouteSample.c
  15212. OTTraceRouteSample.mcp
  15213. Read Me About Traceroute SampleK
  15214. Sep 96L
  15215. Jun 98M"Any Macintosh with Open Transport.NDOpen Transport, OT, Traceroute, rawip, icmp, udp, OTTraceRouteSampleOBDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTTraceRouteSample:PJDev.CD Aug 00 TC Disk 2
  15216.  - Sample Code
  15217.  - Networking
  15218.  - OTTraceRouteSampleV
  15219. 83392X
  15220. Aug 00^    TC Disk 2
  15221. --set theItem to choose file -- uncomment to test in an AS editor
  15222.     tell application "Finder"
  15223.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTTraceRouteSample:"
  15224.         activate
  15225.     end tell
  15226. on error errMsg number errNum
  15227.     --enter statements to perform when no records are found such as...
  15228.     display dialog "Sorry, the item you selected could not be found."
  15229.     return
  15230. end try
  15231. e    No Changef>Open Transport
  15232. Traceroute
  15233. rawip
  15234. OTTraceRouteSampleq
  15235. Dev.CD Aug 00 TC Disk 2
  15236. All Packages
  15237. Out of This GWorld
  15238. 83393X
  15239. counterwindow
  15240. 2-1.1.3
  15241. 2.0.1
  15242. 2.0.2
  15243. 2.0.6
  15244. 2.0.6
  15245. files
  15246. 2.0b6
  15247. 2.1.1
  15248. 2.1.1d1
  15249. 2.1.2
  15250. 2.2.2
  15251. 2.3e4
  15252. 2.4b6
  15253. 2.6.1
  15254. 2.6.5]
  15255. 2300c
  15256. 2400c
  15257. 247226
  15258. 248426
  15259. 24gcP
  15260. counterdialog
  15261. return
  15262. end try
  15263. All Packages
  15264. Communications Toolbox
  15265. Contributed
  15266. Devices and Hardware
  15267. Files
  15268. Games
  15269. Graphics 2D
  15270. Graphics 3D
  15271. Help Systems
  15272. Human Interface Toolbox
  15273. Interapplication Comm
  15274. Memory
  15275. Networking
  15276. OS Utilities
  15277. Overview
  15278. Platforms and Tools
  15279. Printing
  15280. Processes
  15281. QuickTime
  15282. Runtime Architecture
  15283. Sound
  15284. r most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  15285. With Apple Chinese Dictation Kit (CDK), the world's first low co
  15286. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  15287. What Chines
  15288. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  15289.  - Sample CodeV
  15290. 83391X
  15291. Aug 00^    TC Disk 2
  15292. y--set theItem to choose file -- uncomment to test in an AS editor
  15293.     tell application "Finder"
  15294.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  15295.         activate
  15296.     end tell
  15297. on error errMsg number errNum
  15298.     --enter statements to perform when no records are found such as...
  15299.     display dialog "Sorry, the item you selected could not be found."
  15300.     return
  15301. end try
  15302. e    No Changef,network
  15303. setup
  15304. configuration
  15305. AppleTalk
  15306. TCP/IPq
  15307. Dev.CD Aug 00 TC Disk 2
  15308. All Packages
  15309. OTTraceRouteSample
  15310. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  15311. Sep 96L
  15312. Jun 98V
  15313. 83392X
  15314. 1e    No Change
  15315. PIDev.CD Aug 00 TC Disk 2
  15316.  - Sample Code
  15317.  - Networking
  15318.  - OTStreamLogViewerV
  15319. 83390X
  15320. Aug 00^    TC Disk 2
  15321. --set theItem to choose file -- uncomment to test in an AS editor
  15322.     tell application "Finder"
  15323.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTStreamLogViewer:"
  15324.         activate
  15325.     end tell
  15326. on error errMsg number errNum
  15327.     --enter statements to perform when no records are found such as...
  15328.     display dialog "Sorry, the item you selected could not be found."
  15329.     return
  15330. end try
  15331. e    No ChangefDOpen Transport
  15332. kernel
  15333. strlog
  15334. debug
  15335. streams
  15336. OTStreamLogViewerq
  15337. Dev.CD Aug 00 TC Disk 2
  15338. All Packages
  15339. OTTCPWillDial
  15340. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  15341. Dec 98V
  15342. 83391X
  15343. 1e    No Change
  15344. p--set theItem to choose file -- uncomment to test in an AS editor
  15345.     tell application "Finder"
  15346.         open item "Dev.CD Jul 93
  15347. Dev.CD May 93"
  15348.         activate
  15349.     end tell
  15350. on error errMsg number errNum
  15351.     --enter statements to perform when no records are found such as...
  15352.     display dialog "Sorry, the item you selected could not be found."
  15353.     return
  15354. end try
  15355. helpful
  15356. helps_
  15357. heralds
  15358. here{
  15359. here's
  15360. here's
  15361. snippet
  15362. returns
  15363. vrefnum
  15364. dirid
  15365. hereafter
  15366. hersey
  15367. hexedit
  15368. hidden
  15369. hidemenubar
  15370. hidemenubar
  15371. shows
  15372. simply
  15373. creatin
  15374. hierarchical
  15375. hierarchies
  15376. hiermenus
  15377. $FSpCompat.c
  15378. FSpCompat.h
  15379. GetFolder.rsrc
  15380. MoreDesktopMgr.c
  15381. MoreDesktopMgr.h
  15382. MoreFiles.c
  15383. MoreFiles.h
  15384. MoreFilesExtras.c
  15385. MoreFilesExtras.h
  15386. Optimization.h
  15387. OptimizationEnd.h
  15388. Search.c
  15389. Search.h
  15390. StandardGetFolder(PPC)
  15391. StandardGetFolder.c
  15392. StandardGetFolder.h
  15393. StandardGetFolder.mcp
  15394. StandardGetFolderMain.c
  15395. System 7N+Standard File StandardFile SF Choose FolderOJDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:PUDev.CD Aug 00 TC Disk 1
  15396.  - Sample Code
  15397.  - Files
  15398.  - Standard File
  15399.  - StandardGetFolderifying
  15400. speech
  15401. spoolingx
  15402. spot\
  15403. spreadsheet
  15404. spreadsheets
  15405. spritet
  15406. sprites
  15407. sprocket
  15408. sprocketinvaders
  15409. sprockets
  15410. square
  15411. srccopy
  15412. sresource
  15413. stack
  15414. stacks
  15415. staging
  15416. staking{
  15417. stalking
  15418. oes fall into the category of empirically discovered undocumented behavior. 
  15419. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  15420. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  15421. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  15422. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  15423. files/foldersB
  15424. filesharingon
  15425. filetool
  15426. filing
  15427. filled
  15428. filler
  15429. filling
  15430. fills
  15431. filters
  15432. filtering
  15433. filterit
  15434. filters
  15435. final{
  15436. finally
  15437. financially
  15438. financing{
  15439. findchange
  15440. finder
  15441. All Packages
  15442. F    QuickTimeO
  15443. Dev.CD Jun 97 SSWP
  15444. Dev.CD Jun 97 SSV
  15445. 83727X
  15446. Jun 97
  15447. f--set theItem to choose file -- uncomment to test in an AS editor
  15448.     tell application "Finder"
  15449.         open item "Dev.CD Jun 97 SSW"
  15450.         activate
  15451.     end tell
  15452. on error errMsg number errNum
  15453.     --enter statements to perform when no records are found such as...
  15454.     display dialog "Sorry, the item you selected could not be found."
  15455.     return
  15456. end try
  15457. All Packages
  15458. F    QuickTimeO
  15459. Dev.CD Jun 97 SSWP
  15460. Dev.CD Jun 97 SSV
  15461. 83728X
  15462. Jun 97
  15463. f--set theItem to choose file -- uncomment to test in an AS editor
  15464.     tell application "Finder"
  15465.         open item "Dev.CD Jun 97 SSW"
  15466.         activate
  15467.     end tell
  15468. on error errMsg number errNum
  15469.     --enter statements to perform when no records are found such as...
  15470.     display dialog "Sorry, the item you selected could not be found."
  15471.     return
  15472. end try
  15473. All Packages
  15474. F    QuickTimeO
  15475. Dev.CD Jun 97 SSWP
  15476. Dev.CD Jun 97 SSV
  15477. 83729X
  15478. packagetool
  15479. packman
  15480. palette
  15481. palette
  15482. gworld
  15483. palette&gworld
  15484. palette&gworld
  15485. paletteanimation
  15486. paletteanimation
  15487. paper
  15488. parserW
  15489. parsing
  15490. partmaker
  15491. partmaker
  15492. pascal
  15493. pascal
  15494. sample
  15495. 3.0b10
  15496. password
  15497. patch
  15498. manager
  15499. pccardnetworksample
  15500. pccts
  15501. pccts
  15502. sound
  15503. input
  15504. driver
  15505. pdlog
  15506. receive
  15507. simpler
  15508. simplesdiplayer
  15509. simplesdiplayer
  15510. sample
  15511. application
  15512. demonstrates
  15513. simplest
  15514. simpletext
  15515. simplified
  15516. lifies
  15517. simplify
  15518. simply
  15519. simulate
  15520. simulates
  15521. simulation
  15522. simulator
  15523. simultaneous
  15524. simultaneously
  15525. since[
  15526. single
  15527. single-link
  15528. sitez
  15529. sites
  15530. situation
  15531. situations
  15532. opendoc
  15533. opendoc
  15534. component
  15535. software
  15536. compound
  15537. document
  15538. architecture
  15539. openfirmware
  15540. opengl
  15541. opengl
  15542. screen
  15543. drawsprocket
  15544. opengl
  15545. graphics
  15546. opengl
  15547. drawsprocket
  15548. multiple
  15549. monitor
  15550. renderer
  15551. opening
  15552. openpicture
  15553. openstep
  15554. opentransport
  15555.    display dialog "Sorry, the item you selected could not be found."
  15556.     return
  15557. end try
  15558. e    No Changef5Chinese
  15559. handwriting
  15560. input
  15561. keyboard
  15562. tablet
  15563. Dev.CD Aug 97 TC
  15564. D!All Packages
  15565. Tool Chest Edition
  15566. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  15567. CLK 2.0 GMc1K
  15568. Feb 95L
  15569. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD May 00 TC
  15570.  - Language Kits
  15571.  - Chinese Language Kits 2.0V
  15572. 81318X
  15573. May 00^
  15574. --set theItem to choose file -- uncomment to test in an AS editor
  15575.     tell application "Finder"
  15576.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTSimpleServerHTTP:"
  15577.         activate
  15578.     end tell
  15579. on error errMsg number errNum
  15580.     --enter statements to perform when no records are found such as...
  15581.     display dialog "Sorry, the item you selected could not be found."
  15582.     return
  15583. end try
  15584. intepreting the written characters.
  15585. Features:
  15586. No training required
  15587. a true plu
  15588. g-and-play design.
  15589. FAT version of software
  15590. runs on both PowerPC-based as well as 68K-based Macs.
  15591. Works with virtually any application that allows text input.
  15592. Accurate recognition, even with cursive writing.
  15593. User expandable dictionary enables phrases to be represented by simple clicks.
  15594. Separate lexicon manager for maintaining dictionaries.
  15595. Accommodates different writing styles to suit wide user preferences.
  15596. On-screen keyboards to enable quick input of symbols and puntuation marks.
  15597. Recognize
  15598. e    No Changef^Open Transport
  15599. endpoint
  15600. server
  15601. listen
  15602. single-link
  15603. multihoming
  15604. OTSimpleServerHTTPq
  15605. Dev.CD Aug 00 TC Disk 2
  15606. All Packages
  15607. OTStreamLogViewer
  15608. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  15609. FileLogging.c
  15610. FileLogging.h
  15611. IC Libraries
  15612. LogEngine
  15613. OTStreamLogViewer(PPC)
  15614. OTStreamLogViewer.c
  15615. OTStreamLogViewer.mcp
  15616. OTStreamLogViewer.rsrc
  15617. Read Me 
  15618.  OTStreamLogViewer
  15619. StreamLogResources.hK
  15620. May 98L
  15621. Sep 98M
  15622. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTStreamLogViewer:V
  15623. 83390X
  15624. 1e    No Change
  15625. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  15626. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  15627. e time.
  15628. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  15629. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  15630. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  15631. MultiPlay:  This sample application shows how to play a 
  15632. Jul 95
  15633. b--set theItem to choose file -- uncomment to test in an AS editor
  15634.     tell application "Finder"
  15635.         open item "Dev.CD Jul 95"
  15636.         activate
  15637.     end tell
  15638. on error errMsg number errNum
  15639.     --enter statements to perform when no records are found such as...
  15640.     display dialog "Sorry, the item you selected could not be found."
  15641.     return
  15642. end try
  15643. All Packages
  15644. System 7.5 Update 1.0O
  15645. Dev.CD Jul 95P
  15646. Dev.CD Jul 9V
  15647. 83953X
  15648. Jul 95
  15649. b--set theItem to choose file -- uncomment to test in an AS editor
  15650.     tell application "Finder"
  15651.         open item "Dev.CD Jul 95"
  15652.         activate
  15653.     end tell
  15654. on error errMsg number errNum
  15655.     --enter statements to perform when no records are found such as...
  15656.     display dialog "Sorry, the item you selected could not be found."
  15657.     return
  15658. end try
  15659. All Packages
  15660. System 7.5 Update 1.0O
  15661. Dev.CD Jul 95P
  15662. Dev.CD Jul 9V
  15663. 83954X
  15664. Jul 95
  15665. thinks
  15666. third
  15667. third-party
  15668. synchronous
  15669. syncing
  15670. syntactic
  15671. syntax
  15672. synthesizers
  15673. sysbeep
  15674. sysenvirons
  15675. systemP
  15676. packages
  15677. otsimpledownloadhttp
  15678. otsimpleserver
  15679. otsimpleserver
  15680. otsimpleserver
  15681. otsimpleserverhttp
  15682. otsimpleserverhttp
  15683. otsimpleserverhttp
  15684. otsimpleserverhttpte
  15685. otsimpleserverhttpte
  15686. otstreamlogviewer
  15687. otstreamlogviewer
  15688. otstreamlogviewer
  15689. otstreamlogviewer
  15690. otstreamlogviewer
  15691. ottraceroutesample
  15692. ottraceroutesample
  15693. ottraceroutesample
  15694. ottraceroutesample
  15695. otvirtual
  15696. otvirtualclient
  15697. otvirtualserver
  15698. outdata
  15699. outofthisgworld
  15700. outofthisgworld
  15701. outofthisgworld
  15702. output
  15703. output
  15704. files
  15705. outputs
  15706. overview
  15707. appletalk
  15708. overview
  15709. development
  15710. OTSimpleDownloadHTTP(PPC)
  15711. OTSimpleDownloadHTTP.c
  15712. OTSimpleDownloadHTTP.h
  15713. OTSimpleDownloadHTTP.mcp
  15714. OTSimpleDownloadHTTPTest.c
  15715. Read Me 
  15716.  OTSimpleDownloadHTTP
  15717. SimpleDownload#247226
  15718. SimpleDownload#248426K
  15719. Nov 97L
  15720. Sep 98M
  15721. Open Transport 1.1.1 or higherNOOpen Transport, TCP, endpoint, download, fetch, get, HTTP, OTSimpleDownloadHTTPODDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTSimpleDownloadHTTP:PLDev.CD Aug 00 TC Disk 2
  15722.  - Sample Code
  15723.  - Networking
  15724.  - OTSimpleDownloadHTTPV
  15725. 83388X
  15726. Aug 00^    TC Disk 2
  15727. --set theItem to choose file -- uncomment to test in an AS editor
  15728.     tell application "Finder"
  15729.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTSimpleDownloadHTTP:"
  15730.         activate
  15731.     end tell
  15732. on error errMsg number errNum
  15733.     --enter statements to perform when no records are found such as...
  15734.     display dialog "Sorry, the item you selected could not be found."
  15735.     return
  15736. end try
  15737. e    No Change
  15738. ll Packages
  15739. Chinese Language Kit UpdaterV
  15740. 81323X
  15741. fHOpen Transport
  15742. endpoint
  15743. download
  15744. fetch
  15745. OTSimpleDownloadHTTPq
  15746. Dev.CD Aug 00 TC Disk 2
  15747. All Packages
  15748. OTSimpleServerHTTPI
  15749. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  15750. 17.203.23.112
  15751. EnableIPReuseAddrSample.c
  15752. OTSimpleServer(PPC)
  15753. OTSimpleServer.mcp
  15754. OTSimpleServerHTTP.c
  15755. OTSimpleServerHTTP.h
  15756. OTSimpleServerHTTPTest.c
  15757. Read Me About Simple Server
  15758. Sample 
  15759. IP Secondary Addresses
  15760. Sample HTTP SourceK
  15761. Jun 98M
  15762. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Aug 00 TC Disk 2
  15763.  - Sample Code
  15764.  - Networking
  15765.  - OTSimpleServerHTTPV
  15766. 83389X
  15767. Aug 00^    TC Disk 2
  15768. e    No Change
  15769. stand-alone
  15770. standalone
  15771. standalone
  15772. version
  15773. standard
  15774. standardfile
  15775. standardfileicons
  15776. standardfilepreview
  15777. standardgetfile
  15778. standardgetfolder
  15779. standardized
  15780. standards
  15781. starmax
  15782. start
  15783. started
  15784. stdbits
  15785. stdout
  15786. stdpix
  15787. steal
  15788. step-by-step
  15789. steps
  15790. steve
  15791. stevens
  15792. stickers
  15793. sticky
  15794. still[
  15795. sample
  15796. designed
  15797. proper
  15798. sample
  15799. designed
  15800. create
  15801. requir
  15802. sample
  15803. program
  15804. demonstrates
  15805. determine
  15806. sample
  15807. provides
  15808. interractive
  15809. demonstration
  15810. sample
  15811. shows
  15812. implementation
  15813. netsprocket
  15814. sample
  15815. shows
  15816. basic
  15817. implementations
  15818. drawsprocket
  15819. sample
  15820. shows
  15821. transport
  15822. sample
  15823. shows
  15824. create
  15825. basic
  15826. controlstrip
  15827. module
  15828. sample
  15829. shows
  15830. commonly
  15831. sample
  15832. shows
  15833. access
  15834. interactive
  15835. sample
  15836. shows
  15837. macapp
  15838. behaviors
  15839. sample
  15840. shows
  15841. patch
  15842. keytrans
  15843. order
  15844. complete
  15845. atsui
  15846. audio
  15847. audio
  15848. audioconvert
  15849. audioconvert
  15850. audioconvert
  15851. audioconvert
  15852. audioconvert
  15853. audioconvert
  15854. audioconvert
  15855. audioconvert
  15856. audioconvert
  15857. audioconvert
  15858. audiomidi
  15859. audiomidi
  15860. auntiedialog
  15861. auntiedialog
  15862. auntiedialog
  15863. auntiedialog
  15864. auntiedialogdemo
  15865. auntiedialogdemo
  15866. auntiedialogdemo
  15867. auntiedialogdemo
  15868. auntiedialogdemoclas
  15869. auntiedialogprefixca
  15870. auntiedialogprefixin
  15871. compilable
  15872. authentication
  15873. authenticator
  15874. PDDev.CD Aug 00 TC Disk 2
  15875.  - Sample Code
  15876.  - Networking
  15877.  - OTPingSampleV
  15878. 83387X
  15879. Aug 00^    TC Disk 2
  15880. --set theItem to choose file -- uncomment to test in an AS editor
  15881.     tell application "Finder"
  15882.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPingSample:"
  15883.         activate
  15884.     end tell
  15885. on error errMsg number errNum
  15886.     --enter statements to perform when no records are found such as...
  15887.     display dialog "Sorry, the item you selected could not be found."
  15888.     return
  15889. end try
  15890. e    No Changef.open transport
  15891. rawip
  15892. OTPingSampleq
  15893. Dev.CD Aug 00 TC Disk 2
  15894. All Packages
  15895. OTSimpleDownloadHTTPI
  15896. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  15897. Inside Macintosh: Open Transport
  15898. Nov 97L
  15899. Sep 98V
  15900. 83388X
  15901. 1e    No Change
  15902. OTPAPSampleServer is a Native Open Transport implementation of a AppleTalk Printer Access Protocol (PAP) server.
  15903. Features support for multiple handoff endpoints, self send mode so that you can print from the same system that the PAP Server is running on, demonstrates the use of Option Management to enable the EOMOption, and to set the server message.  This sample was built with CodeWarrior and includes the Project file used to generate the program.
  15904. YATalkSampleUtils.c
  15905. ATalkSampleUtils.h
  15906. EnableEOMSample.c
  15907. EnableSelfSendSample.c
  15908. OTDebug.h
  15909. PAPPostScriptStuff.c
  15910. PAPPostScriptStuff.h
  15911. PAPServerSample Readme
  15912. PAPServerSample.c
  15913. PAPServerSample.h
  15914. PAPServerSample.ppc
  15915. PAPServerSample.proj
  15916. PAPServerSample.rsrc
  15917. PAPServerUtilities.c
  15918. PAPServerUtilities.h
  15919. SetServerStatusOption.c
  15920. StringUtils.c
  15921. StringUtils.h
  15922. Mar 98L
  15923. Sep 99OADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPAPSampleServer:1328X
  15924. Aug 00^    TC Disk 1
  15925. e    No Change
  15926. includingR
  15927. includs
  15928. inclusion
  15929. incoming
  15930. incompatability
  15931. incompatibilities
  15932. incompatible
  15933. incomplete
  15934. incorporate
  15935. incorporated
  15936. oller to manipulate the playback of the m
  15937. ovie.
  15938. Additional features demonstrated
  15939. -   Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  15940. -   The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since System
  15941. System Software 7.5.5 with Open Transport 1.1.2 or greater present. The optimum SSW release is 8.6 with OT v2.0.3 present.
  15942. The PostScript query parser implemented in this sample is very simplistic and should not be used in production code.
  15943. NhAppleTalk, Printer Access Protocol, PAP, EOM Option, Self Send Option, EOF indication, OTPAPSampleServerOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPAPSampleServer:PIDev.CD Aug 00 TC Disk 2
  15944.  - Sample Code
  15945.  - Networking
  15946.  - OTPAPSampleServerl C++ 5.0 or later.
  15947. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Aug 00 TC Disk 2
  15948.  - Sample Code
  15949.  - QuickTime
  15950.  - Goodies
  15951.  - ChromaKeyMovie
  15952. quickdraw
  15953. quickdraw
  15954. quickdraw
  15955. bottleneck
  15956. quickdraw
  15957. quickdraw
  15958. quickdraw
  15959. raster
  15960. imagewriter
  15961. halftone
  15962. dither
  15963. sample
  15964. quickdraw
  15965. spooler
  15966. print
  15967. patch
  15968. appleshare
  15969. novell
  15970. netware
  15971. quicktake
  15972. quicktime
  15973. quicktime
  15974. quicktime
  15975. conferencing
  15976. quicktime
  15977. quicktime
  15978. applescriptfind
  15979. applescripts
  15980. applesearch
  15981. applesearch
  15982. first
  15983. appleshare
  15984. appleshare
  15985. 3.6.5
  15986. appleshare
  15987. client
  15988. appleshare
  15989. appleshare
  15990. appleshareclientapi
  15991. appleshareclientapi
  15992. applesingle/appledou
  15993. applesingle/appledou
  15994. format
  15995. demonstration
  15996. 1.1.4
  15997. context
  15998. switching
  15999. demos
  16000. epartmentj
  16001. departure
  16002. depend
  16003. dependacies
  16004. dependencies
  16005. dependency
  16006. dependenty
  16007. depending
  16008. depends
  16009. depth
  16010. depths
  16011. dereference
  16012. derivative
  16013. derived
  16014. describe
  16015. described
  16016. describes`
  16017. describing
  16018. description
  16019. 83386X
  16020. Aug 00^    TC Disk 2
  16021. --set theItem to choose file -- uncomment to test in an AS editor
  16022.     tell application "Finder"
  16023.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPAPSampleServer:"
  16024.         activate
  16025.     end tell
  16026. on error errMsg number errNum
  16027.     --enter statements to perform when no records are found such as...
  16028.     display dialog "Sorry, the item you selected could not be found."
  16029.     return
  16030. end try
  16031. e    No ChangefbAppleTalk
  16032. Printer Access Protocol
  16033. EOM Option
  16034. Self Send Option
  16035. EOF indication
  16036. OTPAPSampleServerq
  16037. Dev.CD Aug 00 TC Disk 2
  16038. All Packages
  16039. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.JKOTPingSample(PPC)
  16040. OTPingSample.c
  16041. OTPingSample.mcp
  16042. Read Me About Ping SampleK
  16043. Sep 96L
  16044. Jun 98M#Any machine running Open Transport.N3open transport, ot, ping, icmp, rawip, OTPingSampleO<Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPingSample:V
  16045. 83387X
  16046. 1e    No Change
  16047. disable
  16048. disable
  16049. mouse
  16050. keyboard
  16051. disable
  16052. speech
  16053. disabled^
  16054. disableeject
  16055. disables
  16056. disabling
  16057. disambiguator{
  16058. disassemble
  16059. disassemblepictures
  16060. disassembly
  16061. discW
  16062. discard
  16063. disclaimer
  16064. disclaimers
  16065. disclosure
  16066. disconnect
  16067. discourages
  16068. discover
  16069. discovered
  16070. discovering
  16071. discrete
  16072. discs
  16073. discuss
  16074. discussed
  16075. discusses
  16076. discussion
  16077. discussions
  16078. disinfectant
  16079. diskx
  16080. |N5Velocity Engine, AlitVec, FFT, Fast Fourier Transform
  16081. 64-bit
  16082. 640x480
  16083. 651-3561
  16084. 651-7584
  16085. 65c02
  16086. 68000
  16087. 68020u
  16088. 68030
  16089. 68040
  16090. 680x0
  16091. 68881/2
  16092. powerpc
  16093. newer
  16094. machines
  16095. running
  16096. system
  16097. later
  16098. 7.5.1
  16099. 7.5.2
  16100. 7.5.3
  16101. 73007200/1207200/906
  16102. 730513255
  16103. 7editO
  16104. sprocketinvaders
  16105. featured
  16106. specfically
  16107. built
  16108. sprockets
  16109. square
  16110. squarewave
  16111. squarewavesynth
  16112. srccopy
  16113. srcxor
  16114. sresource
  16115. stability
  16116. stack
  16117. stacks
  16118. stagger
  16119. staging
  16120. staking{
  16121. stalking
  16122. ability
  16123. download
  16124. postscript
  16125. summary
  16126. dropdisk
  16127. application
  16128. mounts
  16129. images
  16130. summary
  16131. sample
  16132. illustrate
  16133. software
  16134. project
  16135. summary
  16136. evenbetterbuserror
  16137. helps
  16138. catch
  16139. reneg
  16140. summary
  16141. wanted
  16142. patch
  16143. high-level
  16144. langua
  16145. summary
  16146. finderheaps
  16147. debugging
  16148. allows
  16149. apple
  16150. grayscale
  16151. appearance
  16152. system
  16153. specif
  16154. summary
  16155. apple
  16156. international
  16157. glossaries
  16158. contains
  16159. translat
  16160. packages
  16161. me-formatasdosdisk
  16162. media
  16163. meenie
  16164. meenie
  16165. megamovies
  16166. memhell
  16167. memhell
  16168. 1.0a6
  16169. readme
  16170. memory
  16171. memory
  16172. management
  16173. menuu
  16174. menuhandler
  16175. menuhandler
  16176. menuhandler
  16177. menuhints
  16178. menuhints
  16179. menus
  16180. menus
  16181. menuscripter
  16182. menuscripter
  16183. 84311X
  16184. Aug 00^    TC Disk 2
  16185. --set theItem to choose file -- uncomment to test in an AS editor
  16186.     tell application "Finder"
  16187.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:"
  16188.         activate
  16189.     end tell
  16190. on error errMsg number errNum
  16191.     --enter statements to perform when no records are found such as...
  16192.     display dialog "Sorry, the item you selected could not be found."
  16193.     return
  16194. end try
  16195. e    No ChangefIQuickTime
  16196. Wired
  16197. Sprite
  16198. Actions
  16199. Controller
  16200. Intercept
  16201. mcActionLinkToURLq
  16202. Dev.CD Aug 00 TC Disk 2
  16203. All Packages
  16204. WDEFColorSample
  16205. 84312X
  16206. scriptx
  16207. differences
  16208. scroll
  16209. scrollbars
  16210. scrollbars
  16211. scrollbars
  16212. scrollingtextuserpan
  16213. scrollingtextuserpan
  16214. scrollingtextuserpan
  16215. scrollingtextuserpan
  16216. scrollingtextuserpan
  16217. scrollingtextuserpan
  16218. async
  16219. sample
  16220. async
  16221. sample
  16222. async
  16223. sample
  16224. async
  16225. sample
  16226. async
  16227. sample
  16228. driveidsample
  16229. driveidsample
  16230. driver
  16231. example
  16232. devices
  16233. devices
  16234. inquiry
  16235. asynch
  16236. inquiry
  16237. simple
  16238. inquiry
  16239. synch
  16240. simple
  16241. sample
  16242. simple
  16243. sample
  16244. simple
  16245. sample
  16246. simple
  16247. sample
  16248. tools
  16249. tools
  16250. sample
  16251. sample
  16252. vblsample
  16253. asyncsample
  16254. scsiasyncsample
  16255. scsidriveidsample
  16256. e    No Changeq
  16257. Dev.CD Aug 00 TC Disk 2
  16258. All Packages
  16259. ScreenDumpI5This snippet shows how to dump an area of the screen.J`DumpScreen(PPC)
  16260. DumpScreen.c
  16261. hatter
  16262. PictInfoTest.c
  16263. RubberBandit.c
  16264. ScreenDump.mcp
  16265. ScreenDump.rsrcM
  16266. Color QuickDrawNOGetCWMgrPort, GetDeviceList, GetNextDevice, CopyBits, OpenPicture, ClosePictureO;Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:ScreenDump:PCDev.CD Aug 00 TC Disk 1
  16267.  - Sample Code
  16268.  - Graphics 2D
  16269.  - ScreenDumpV
  16270. 83784X
  16271. Aug 00^    TC Disk 1
  16272. --set theItem to choose file -- uncomment to test in an AS editor
  16273.     tell application "Finder"
  16274.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:ScreenDump:"
  16275.         activate
  16276.     end tell
  16277. on error errMsg number errNum
  16278.     --enter statements to perform when no records are found such as...
  16279.     display dialog "Sorry, the item you selected could not be found."
  16280.     return
  16281. end try
  16282. e    No ChangefJGetCWMgrPort
  16283. GetDeviceList
  16284. GetNextDevice
  16285. CopyBits
  16286. OpenPicture
  16287. ClosePicture
  16288. NNEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3, OTLLCTesttest in an AS editor
  16289.     tell application "Finder"
  16290.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  16291.         activate
  16292.     end tell
  16293. on error errMsg number errNum
  16294.     --enter statements to perform when no records are found such as...
  16295.     display dialog "Sorry, the item you selected could not be found."
  16296.     return
  16297. end try
  16298. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  16299. Dev.CD Aug 00 TC Disk 1
  16300. All Packages
  16301. CollectPictColorsI
  16302. This application uses the Picture Utilities package and Jon Zap's KnowsPict application to demonstrate two methods of collecting colors used by Pict resources.  In this program, you'll see different results for each method.V
  16303. 81331X
  16304. 1e    No Change
  16305. J\OTLookupNameTest(PPC)
  16306. OTLookupNameTest.c
  16307. OTLookupNameTest.mcp
  16308. Read Me About OTLookupNameTestK
  16309. Nov 97L
  16310. Jun 98M
  16311. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLookupNameTest:PHDev.CD Aug 00 TC Disk 2
  16312.  - Sample Code
  16313.  - Networking
  16314.  - OTLookupNameTestV
  16315. 83385X
  16316. Aug 00^    TC Disk 2
  16317. --set theItem to choose file -- uncomment to test in an AS editor
  16318.     tell application "Finder"
  16319.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLookupNameTest:"
  16320.         activate
  16321.     end tell
  16322. on error errMsg number errNum
  16323.     --enter statements to perform when no records are found such as...
  16324.     display dialog "Sorry, the item you selected could not be found."
  16325.     return
  16326. end try
  16327. e    No Changef4Open Transport
  16328. mapper
  16329. MapperRef
  16330. OTLookupNameTestq
  16331. Dev.CD Aug 00 TC Disk 2
  16332. All Packages
  16333. OTPAPSampleServer
  16334. 83386X
  16335.  not part of the official ResEdit release, and has not been rigo
  16336. mentioned
  16337. mentors
  16338. menuU
  16339. menumanager
  16340. menusv
  16341. menuscripter
  16342. merchandised
  16343. merchandising
  16344. merely
  16345. message
  16346. messagepad{
  16347. messages{
  16348. messagewatcher
  16349. messy
  16350. meta-content
  16351. metafile
  16352. meter
  16353. metering
  16354. meters
  16355. metertest
  16356. methodx
  16357. methodology
  16358. methods
  16359. Aug 00^    TC Disk 1
  16360. --set theItem to choose file -- uncomment to test in an AS editor
  16361.     tell application "Finder"
  16362.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  16363.         activate
  16364.     end tell
  16365. on error errMsg number errNum
  16366.     --enter statements to perform when no records are found such as...
  16367.     display dialog "Sorry, the item you selected could not be found."
  16368.     return
  16369. end try
  16370. e    No Changeq
  16371. Dev.CD Aug 00 TC Disk 1
  16372. All Packages
  16373. SlotsI
  16374. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  16375. SlotsK
  16376. Oct 92OCDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:SlotsPNDev.CD Aug 00 TC Disk 1
  16377.  - Tool Chest
  16378.  - Devices
  16379.  - NuBus/Slot Manager
  16380.  - SlotV
  16381. 83837X
  16382. Aug 00^    TC Disk 1
  16383. e    No Change
  16384. compressionm
  16385. compression
  16386. prefixm
  16387. compressorm
  16388. connection
  16389. contextualu
  16390. contextual
  16391. manageru
  16392. contrast
  16393. Dev.CD Jun 97 SSV
  16394. 83641X
  16395. Jun 97
  16396. f--set theItem to choose file -- uncomment to test in an AS editor
  16397.     tell application "Finder"
  16398.         open item "Dev.CD Jun 97 SSW"
  16399.         activate
  16400.     end tell
  16401. on error errMsg number errNum
  16402.     --enter statements to perform when no records are found such as...
  16403.     display dialog "Sorry, the item you selected could not be found."
  16404.     return
  16405. end try
  16406. All Packages
  16407. QuickDraw GXO
  16408. Dev.CD Jun 97 SSWP
  16409. Dev.CD Jun 97 SSV
  16410. 83642X
  16411. Jun 97
  16412. f--set theItem to choose file -- uncomment to test in an AS editor
  16413.     tell application "Finder"
  16414.         open item "Dev.CD Jun 97 SSW"
  16415.         activate
  16416.     end tell
  16417. on error errMsg number errNum
  16418.     --enter statements to perform when no records are found such as...
  16419.     display dialog "Sorry, the item you selected could not be found."
  16420.     return
  16421. end try
  16422. All Packages
  16423. QuickDraw GXO
  16424. Dev.CD Jun 97 SSWP
  16425. Dev.CD Jun 97 SSV
  16426. 83643X
  16427. Jun 97
  16428. scale
  16429. O9Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLLCTest:PADev.CD Aug 00 TC Disk 2
  16430.  - Sample Code
  16431.  - Networking
  16432.  - OTLLCTestV
  16433. 83384X
  16434. Aug 00^    TC Disk 2
  16435. --set theItem to choose file -- uncomment to test in an AS editor
  16436.     tell application "Finder"
  16437.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLLCTest:"
  16438.         activate
  16439.     end tell
  16440. on error errMsg number errNum
  16441.     --enter statements to perform when no records are found such as...
  16442.     display dialog "Sorry, the item you selected could not be found."
  16443.     return
  16444. end try
  16445. e    No ChangefEEthernet
  16446. raw mode
  16447. multicast
  16448. MDATA
  16449. 802.2
  16450. 802.3
  16451. OTLLCTestq
  16452. Dev.CD Aug 00 TC Disk 2
  16453. All Packages
  16454. OTLookupNameTestI
  16455. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  16456. Inside Macintosh: Open Transport
  16457. Nov 97L
  16458. Jun 98V
  16459. 83385X
  16460. 1e    No Change
  16461. e    No Changef
  16462. Virtual Userq
  16463. Dev.CD Aug 00 TC Disk 1
  16464. All Packages
  16465. VUMeters
  16466. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  16467. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  16468. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  16469. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  16470. Jan 94V
  16471. 84308X
  16472. 1e    No Change
  16473. ample
  16474. b--set theItem to choose file -- uncomment to test in an AS editor
  16475.     tell application "Finder"
  16476.         open item "Dev.CD Apr 92"
  16477.         activate
  16478.     end tell
  16479. on error errMsg number errNum
  16480.     --enter statements to perform when no records are found such as...
  16481.     display dialog "Sorry, the item you selected could not be found."
  16482.     return
  16483. end try
  16484. restored
  16485. restoresystemgamms
  16486. restoring
  16487. restricted
  16488. restricting
  16489. restriction
  16490. restrictions
  16491. resulting
  16492. resultsh
  16493. resume{
  16494. resumegl
  16495. resuming
  16496. retail{
  16497. retrace
  16498. retrain
  16499. retreat
  16500. retreived
  16501. retrieval
  16502. retrieve
  16503. retrieved
  16504. retrievepictinfo
  16505. retrieves
  16506. Dev.CD Jun 97 SSV
  16507. 83556X
  16508. Jun 97
  16509. f--set theItem to choose file -- uncomment to test in an AS editor
  16510.     tell application "Finder"
  16511.         open item "Dev.CD Jun 97 SSW"
  16512.         activate
  16513.     end tell
  16514. on error errMsg number errNum
  16515.     --enter statements to perform when no records are found such as...
  16516.     display dialog "Sorry, the item you selected could not be found."
  16517.     return
  16518. end try
  16519. All Packages
  16520. QuickDraw 3DO
  16521. Dev.CD Jun 97 SSWP
  16522. Dev.CD Jun 97 SSV
  16523. 83557X
  16524. Jun 97
  16525. f--set theItem to choose file -- uncomment to test in an AS editor
  16526.     tell application "Finder"
  16527.         open item "Dev.CD Jun 97 SSW"
  16528.         activate
  16529.     end tell
  16530. on error errMsg number errNum
  16531.     --enter statements to perform when no records are found such as...
  16532.     display dialog "Sorry, the item you selected could not be found."
  16533.     return
  16534. end try
  16535. All Packages
  16536. QuickDraw 3DO
  16537. Dev.CD Jun 97 SSWP
  16538. Dev.CD Jun 97 SSV
  16539. 83558X
  16540. Jun 97
  16541. filetool
  16542. folder
  16543. --set theItem to choose file -- uncomment to test in an AS editor
  16544.     tell application "Finder"
  16545.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:"
  16546.         activate
  16547.     end tell
  16548. on error errMsg number errNum
  16549.     --enter statements to perform when no records are found such as...
  16550.     display dialog "Sorry, the item you selected could not be found."
  16551.     return
  16552. end try
  16553. e    No Changeq
  16554. Dev.CD Aug 00 TC Disk 1
  16555. All Packages
  16556. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  16557. ColorMarquee(PPC)
  16558. RedAnts.c
  16559. RedAnts.rsrc
  16560. testM
  16561. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Aug 00 TC Disk 1
  16562.  - Sample Code
  16563.  - Graphics 2D
  16564.  - Color MarqueeV
  16565. 81333X
  16566. Aug 00^    TC Disk 1
  16567. e    No Change
  16568. mungedeamon
  16569. mungedeamon
  16570. mungedeamonaevents
  16571. mungedeamonaevents
  16572. mungedeamonmain
  16573. mungedeamonmain
  16574. musicp
  16575. music
  16576. soundp
  16577. music
  16578. musicmixer
  16579. musicmixer
  16580. browsermaker
  16581. helper
  16582. moviebrowser
  16583. remote
  16584. control
  16585. server
  16586. controller
  16587. unmountit
  16588. mwprefixrez68k
  16589. mwprefixrez68k
  16590. mwprefixrezppc
  16591. mwprefixrezppc
  16592. print
  16593. record
  16594. mybuildmenu
  16595. mycomponent
  16596. mycomponent
  16597. mycomponent
  16598. mycomponent
  16599. mycomponent
  16600. mycomponent
  16601. mycomponentroutines
  16602. mycomponentroutines
  16603. mycomponentroutines
  16604. mycustomportscanner
  16605. mycustomportscanner
  16606. capture
  16607. carbon
  16608. carbon
  16609. carbon
  16610. developer
  16611. documentation
  16612. suite
  16613. adopting
  16614. 1.1.6
  16615. 100basetx
  16616. 2.1.1
  16617. 3.2.1
  16618. 8.5.1
  16619. 802.2
  16620. 802.3
  16621. 9650/350
  16622. a/roseR
  16623. a/rose
  16624. macintosh
  16625. coprocessor
  16626. platform
  16627. ethernet
  16628. powerpR
  16629. about
  16630. acceleration
  16631. access
  16632. acrobat_
  16633. action
  16634. actionsZ
  16635. active
  16636. --set theItem to choose file -- uncomment to test in an AS editor
  16637.     tell application "Finder"
  16638.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTFindSerialPorts:"
  16639.         activate
  16640.     end tell
  16641. on error errMsg number errNum
  16642.     --enter statements to perform when no records are found such as...
  16643.     display dialog "Sorry, the item you selected could not be found."
  16644.     return
  16645. end try
  16646. kDrawN
  16647. Color Picker, PaletteO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Color Picker:PEDev.CD Aug 00 TC Disk 1
  16648.  - Sample Code
  16649.  - Graphics 2D
  16650.  - Color PickerV
  16651. 81334X
  16652. Aug 00^    TC Disk 1
  16653. e    No Change
  16654. e    No Changeq
  16655. Dev.CD Aug 00 TC Disk 2
  16656. All Packages
  16657. F    OTLLCTest
  16658. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  16659. The sample program implements both send and receive. Demonstrates the following.
  16660. 1. How to determine which port AppleTalk is currently using
  16661. 2. List available ethernet drivers
  16662. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  16663. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  16664. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  16665. JwNegotiateRawModeSample.c
  16666. NegotiateRawModeSample.h
  16667. OTLLCTest Readme
  16668. OTLLCTest(PPC)
  16669. OTLLCTest.c
  16670. OTLLCTest.h
  16671. OTLLCTest.mcpK
  16672. Nov 98M
  16673. See the readme file
  16674. F    QuickTimeO
  16675. Dev.CD Jan 94
  16676. Dev.CD Oct 93P
  16677. Dev.CD Jan 94
  16678. Dev.CD Oct 9e
  16679. marquee
  16680. selection
  16681. mathlib
  16682. mcactionlinktourl
  16683. mdata
  16684. proportional
  16685. scrolling
  16686. media
  16687. memhell
  16688. memhell
  16689. memory
  16690. stress
  16691. debug
  16692. debugging
  16693. testing
  16694. memory
  16695. memory
  16696. manager
  16697. power
  16698. macintosh
  16699. heaps
  16700. memory
  16701. menuy
  16702. menus
  16703. messages
  16704. metafile
  16705. microphone
  16706. middleware
  16707. music
  16708. movie
  16709. converter
  16710. missA
  16711. mixed
  16712. mixerl
  16713. modal
  16714. modal
  16715. dialog
  16716. inserted
  16717. events
  16718. modaldialog
  16719. modaldialog
  16720. model
  16721. modes
  16722. modifymouseaccl
  16723. moduleN
  16724. monitor
  16725. moofwars
  16726. morefiles
  16727. otendpointinfo
  16728. otfindserialports
  16729. otfindserialports
  16730. otfindserialports
  16731. otfindserialports
  16732. otgetdefaultetheradd
  16733. otgetdefaultethernet
  16734. otgetdefaultethernet
  16735. other
  16736. otherresinfo
  16737. otherresinfo
  16738. otherresinfo
  16739. otherresinfo
  16740. otherresinfo
  16741. otherresinfo
  16742. otherresinfo-mungede
  16743. otllctest
  16744. otllctest
  16745. otllctest
  16746. otllctest
  16747. otllctest
  16748. otllctest
  16749. readme
  16750. otlookupnametest
  16751. otlookupnametest
  16752. otlookupnametest
  16753. otlookupnametest
  16754. otpingsample
  16755. otpingsample
  16756. otpingsample
  16757. otpingsample
  16758. otsimpledownloadhttp
  16759. otsimpledownloadhttp
  16760. otsimpledownloadhttp
  16761. otsimpledownloadhttp
  16762. output
  16763. files
  16764. outputs
  16765. overview
  16766. overview
  16767. appletalk
  16768. overview
  16769. appletalk
  16770. e    No ChangefROpen Transport
  16771. serial port
  16772. registry
  16773. OTGetUserPortNameFromPortRef
  16774. OTFindSerialPortsq
  16775. Dev.CD Aug 00 TC Disk 2
  16776. All Packages
  16777. OtherResInfo-MungeDeamon
  16778. jMungeDeamon is a source code sample illustrating how to use Interapplication Communications for sending commands and receiving data from another application.  In this case, the server is a faceless background application that looks inside of other application's resource files.  The client application allows you to display information retrieved from the server.
  16779. Common.h
  16780. MungeDeamon(PPC)
  16781. MungeDeamon.h
  16782. MungeDeamon.mcp
  16783. MungeDeamon.rsrc
  16784. MungeDeamonAEvents.c
  16785. MungeDeamonMain.c
  16786. OtherResInfo(PPC)
  16787. OtherResInfo.c
  16788. OtherResInfo.h
  16789. OtherResInfo.mcp
  16790. OtherResInfo.rsrc
  16791. readme
  16792. OtherResInfo-MungeDeamonOUDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:P]Dev.CD Aug 00 TC Disk 2
  16793.  - Sample Code
  16794.  - Human Interface Toolbox
  16795.  - OtherResInfo-MungeDeamonV
  16796. 83383X
  16797. Aug 00^    TC Disk 2
  16798. e    No Change
  16799. Communications Toolbox
  16800. Contributed
  16801. Devices and Hardware
  16802. Files
  16803. Games
  16804. Graphics 2D
  16805. Graphics 3D
  16806. Help Systems
  16807. Human Interface Toolbox
  16808. Interapplication Comm
  16809. Memory
  16810. Networking
  16811. OS Utilities
  16812. Overview
  16813. Platforms and Tools
  16814. Printing
  16815. Processes
  16816. QuickTime
  16817. Runtime Architecture
  16818. Sound
  16819. vu-meter
  16820. vu-meter
  16821. vu3.0.1d3B
  16822. vu3.0.1d3
  16823. vumeters
  16824. wake100
  16825. wake100
  16826. wake100
  16827. wakeinit
  16828. wakeinit
  16829. walltowalldialog
  16830. walltowalldialog
  16831. walltowalldialog
  16832. waste
  16833. waste
  16834. waste
  16835. headers
  16836. waste
  16837. waste
  16838. documentation
  16839. waste
  16840. pascal
  16841. interfaces
  16842. wastelib
  16843. watcher
  16844. watchme
  16845. watchme
  16846. watchme
  16847. watchme
  16848. watchme
  16849. watchme
  16850. watchme
  16851. watchme
  16852. watchme
  16853. watchme
  16854. watchme
  16855. wavelet
  16856. wavelet
  16857. display
  16858. webobjectsandjava
  16859. webobjectscategories
  16860. webobjectscategories
  16861. webobjectsperformanc
  16862. hypercard
  16863. what's`
  16864. what's
  16865. 1.4.2g
  16866. what's
  16867. what's
  16868. bbedit
  16869. what's
  16870. 1.5.1
  16871. --set theItem to choose file -- uncomment to test in an AS editor
  16872.     tell application "Finder"
  16873.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTEndpointInfo:"
  16874.         activate
  16875.     end tell
  16876. on error errMsg number errNum
  16877.     --enter statements to perform when no records are found such as...
  16878.     display dialog "Sorry, the item you selected could not be found."
  16879.     return
  16880. end try
  16881. JOColoredCheckBox(PPC)
  16882. ColoredCheckBox.c
  16883. ColoredCheckBox.mcp
  16884. ColoredCheckBox.rsrcN
  16885. wctb, checkbox, control, colorOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ColoredCheckBox:PTDev.CD Aug 00 TC Disk 2
  16886.  - Sample Code
  16887.  - Human Interface Toolbox
  16888.  - ColoredCheckBoxV
  16889. 81336X
  16890. Aug 00^    TC Disk 2
  16891. e    No Change
  16892. v1.2.1R
  16893. v1.5.1
  16894. v1.7.2
  16895. v2.0.4
  16896. v2.0.6
  16897. v2.5ss
  16898. v2.6.5]
  16899. v3.0.1^
  16900. v7.1.2
  16901. vacinity
  16902. valid
  16903. validate
  16904. validating
  16905. validation
  16906. validator
  16907. validity
  16908. value
  16909. values
  16910. vantage
  16911. variable
  16912. variables
  16913. variably
  16914. variant
  16915. variants
  16916. variation
  16917. varietyj
  16918. various
  16919. noresdialog
  16920. source
  16921. sample
  16922. illustrating
  16923. dialo
  16924. normal
  16925. normally
  16926. norman{
  16927. north
  16928. norwegian
  16929. nosound
  16930. nosound
  16931. source
  16932. sample
  16933. illustrates
  16934. N8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  16935. Dev.CD Dec 99 RL
  16936.  - Technical Documentation
  16937.  - Apple Event Registry & Suites
  16938.  - Apple Event Registry
  16939.  - Word Services Suite 1.0.7ransferring@
  16940. translate@
  16941. trap@
  16942. triangular@
  16943. turned@
  16944. using
  16945. verilog
  16946. user's/application's@
  16947. uses@
  16948. using
  16949. vary@
  16950. version
  16951. versions@
  16952. viewed@
  16953. viewing@
  16954. vision@
  16955. were@
  16956. where@
  16957. white@
  16958. window's@
  16959. windows/dos@
  16960. plug-in's
  16961. within@
  16962. without@
  16963. words@
  16964. wprocasm@
  16965. writes@
  16966. you'll@
  16967. you'll
  16968. access
  16969. documentation
  16970. software
  16971. technolo@
  16972. zooming@
  16973. 04/95@
  16974. 1.4.2@
  16975. 3dmf@
  16976. change
  16977. --set theItem to choose file -- uncomment to test in an AS editor
  16978.     tell application "Finder"
  16979.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTDumpPortRegistry:"
  16980.         activate
  16981.     end tell
  16982. on error errMsg number errNum
  16983.     --enter statements to perform when no records are found such as...
  16984.     display dialog "Sorry, the item you selected could not be found."
  16985.     return
  16986. end try
  16987. ColorizePict.PPC.
  16988. ColorizePict.SYM
  16989. hatter
  16990. Header
  16991. PictInfoTest.
  16992. Resource
  16993. SourceM
  16994. Color QuickDrawNDColor Picker, Colorize, CopyBits, foreground color, background colorO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:ColorizePict:PEDev.CD Aug 00 TC Disk 1
  16995.  - Sample Code
  16996.  - Graphics 2D
  16997.  - ColorizePictV
  16998. 81337X
  16999. Aug 00^    TC Disk 1
  17000. e    No Change
  17001. e    No ChangefHOpen Transport
  17002. OTGetEndpointInfo
  17003. TEndpointInfo
  17004. ETSDA
  17005. OTEndpointInfoq
  17006. Dev.CD Aug 00 TC Disk 2
  17007. All Packages
  17008. OTFindSerialPortsI
  17009. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  17010. Inside Macintosh: Open Transport
  17011. .J`OTFindSerialPorts(PPC)
  17012. OTFindSerialPorts.c
  17013. OTFindSerialPorts.mcp
  17014. Read Me About OTFindSerialPortsK
  17015. Jun 98M
  17016. Open Transport 1.1.1 or higherNVOpen Transport, serial port, registry, OTGetUserPortNameFromPortRef, OTFindSerialPortsOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTFindSerialPorts:PIDev.CD Aug 00 TC Disk 2
  17017.  - Sample Code
  17018.  - Networking
  17019.  - OTFindSerialPortsV
  17020. 83382X
  17021. Aug 00^    TC Disk 2
  17022. e    No Change
  17023. small
  17024. snapshot
  17025. snapshot
  17026. snapshot
  17027. snapshot
  17028. snapshot
  17029. snapshotsample
  17030. snapshotsample
  17031. snapshotsample
  17032. snapshotsample
  17033. snarfer
  17034. sndforever
  17035. sndforever
  17036. sndforever
  17037. sndforever
  17038. sndforever
  17039. sndmemrecord
  17040. sndplaydblbuffer
  17041. sndplaydoublebuffer
  17042. sndplaydoublebuffer
  17043. sndrecord
  17044. sneak3view
  17045. agent
  17046. specific
  17047. files
  17048. transports
  17049. softvdig
  17050. softvdig
  17051. softvdig
  17052. sortpicts
  17053. sortpicts
  17054. sortpicts
  17055. sortpictsapp
  17056. sortpictsapp
  17057. sortpictsthreads
  17058. sortpictsthreads
  17059. sound
  17060. f{open transport
  17061. netstat
  17062. display
  17063. cache logical physical interfaces routing table tcp udp status
  17064. OTDumpInternetStatusq
  17065. Dev.CD Aug 00 TC Disk 2
  17066. All Packages
  17067. OTDumpPortRegistryI
  17068. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  17069. JoOTDumpPortRegistry(PPC)
  17070. OTDumpPortRegistry.c
  17071. OTDumpPortRegistry.mcp
  17072. Read Me 
  17073.  OTDumpPortRegistry
  17074. Sample OutputsK
  17075. Apr 97L
  17076. Jun 98M
  17077. Open Transport 1.1.1 or greaterNTopen transport, port registry, OTGetIndexedPort, dump, list, see, OTDumpPortRegistryOBDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTDumpPortRegistry:PJDev.CD Aug 00 TC Disk 2
  17078.  - Sample Code
  17079.  - Networking
  17080.  - OTDumpPortRegistryV
  17081. 83380X
  17082. Aug 00^    TC Disk 2
  17083. e    No Change
  17084. mber errNum
  17085.     --enter statements to perform when no records are found such as...
  17086.     display dialog "Sorry, the item you selected could not be found."
  17087.     return
  17088. end try
  17089. e    No Changef
  17090. Color Picker 2.1.1q
  17091. Dev.CD Jul 00 SDK1
  17092. e    No ChangefNopen transport
  17093. port registry
  17094. OTGetIndexedPort
  17095. OTDumpPortRegistryq
  17096. Dev.CD Aug 00 TC Disk 2
  17097. All Packages
  17098. OTEndpointInfo
  17099. KThis sample demonstrates how to query an endpoint for its 
  17100. vital statistic
  17101.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  17102. Inside Macintosh: Open Transport
  17103. JTOTEndpointInfo(PPC)
  17104. OTEndpointInfo.c
  17105. OTEndpointInfo.mcp
  17106. Read Me About OTEndpointInfoK
  17107. Nov 97L
  17108. Jun 98M
  17109. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTEndpointInfo:PFDev.CD Aug 00 TC Disk 2
  17110.  - Sample Code
  17111.  - Networking
  17112.  - OTEndpointInfoV
  17113. 83381X
  17114. Aug 00^    TC Disk 2
  17115. e    No Change
  17116. All Packages
  17117. System 7 Tune-UpO
  17118. Dev.CD Apr 92
  17119. Dev.CD Mar 92P
  17120. Dev.CD Apr 92
  17121. Dev.CD Mar 9V
  17122. 83916X
  17123. Apr 92
  17124. p--set theItem to choose file -- uncomment to test in an AS editor
  17125.     tell application "Finder"
  17126.         open item "Dev.CD Apr 92
  17127. Dev.CD Mar 92"
  17128.         activate
  17129.     end tell
  17130. on error errMsg number errNum
  17131.     --enter statements to perform when no records are found such as...
  17132.     display dialog "Sorry, the item you selected could not be found."
  17133.     return
  17134. end try
  17135. All Packages
  17136. System 7 Tune-UpO
  17137. Dev.CD Apr 92
  17138. Dev.CD Mar 92P
  17139. Dev.CD Apr 92
  17140. Dev.CD Mar 9V
  17141. 83917X
  17142. Apr 92
  17143. p--set theItem to choose file -- uncomment to test in an AS editor
  17144.     tell application "Finder"
  17145.         open item "Dev.CD Apr 92
  17146. Dev.CD Mar 92"
  17147.         activate
  17148.     end tell
  17149. on error errMsg number errNum
  17150.     --enter statements to perform when no records are found such as...
  17151.     display dialog "Sorry, the item you selected could not be found."
  17152.     return
  17153. end try
  17154. IMPORTANT INFORMATION ABOUT THIS SDK
  17155. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  17156. http://www.apple.com/quicktime/.
  17157. Summary:  QuickTime Conferencing is a system software extension. It comes with Apple Media Conference, an application program you use to set up video conferences, collaborate with others, exchange live video and sound, and share information over a network. Apple Med
  17158. ia Conference takes advantage of the networking capability already built into your computer so you can connect with other video conferencing systems over a local or wide area network, such as an AppleTalk local area network or the TCP/IP Internet.
  17159. The instructions in the "QuickTime Conf. - Read Me First" explain how to install and use QuickTime Conferencing and Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  17160. e    No Changef
  17161. QuickTime
  17162. Dev.CD Aug 00 TC Disk 2
  17163. All Packages
  17164. F    QTVectors
  17165. QTVectors is a simple application that constructs a QuickTime vector movie.
  17166.  It shows how to create a new movie, construct a series of QTAtoms that describe a vector picture, and then save the QTAtoms in the new movie. You can then open the movie to see what was drawn.
  17167. Application Files
  17168. Building QT Samples
  17169. Common Files
  17170. QTVectors 68k
  17171. QTVectors 68k.mcp
  17172. QTVectors PPC
  17173. QTVectors PPC.mcp
  17174. QTVectors Win.mcp
  17175. QTVectors.c
  17176. QTVectors.exe
  17177. QTVectors.h
  17178. QTVectors.mak
  17179. README
  17180. shapes.movM
  17181. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N QuickTime, Vector, Atom, PictureO@Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Vectors:QTVectors:PKDev.CD Aug 00 TC Disk 2
  17182.  - Sample Code
  17183.  - QuickTime
  17184.  - Vectors
  17185.  - QTVectorsV
  17186. 83541X
  17187. Aug 00^    TC Disk 2
  17188. e    No Change
  17189. --set theItem to choose file -- uncomment to test in an AS editor
  17190.     tell application "Finder"
  17191.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:VideoFrameToGWorld:"
  17192.         activate
  17193.     end tell
  17194. on error errMsg number errNum
  17195.     --enter statements to perform when no records are found such as...
  17196.     display dialog "Sorry, the item you selected could not be found."
  17197.     return
  17198. end try
  17199. herlock
  17200. plug-ins
  17201. shimmermate
  17202. shimmermate
  17203. 2.0.1
  17204. globals
  17205. movie
  17206. showballoon
  17207. showballoon
  17208. showdialogboxes
  17209. showdialogboxes
  17210. showiniticon
  17211. signals
  17212. signaturetoapp
  17213. sillyballs
  17214. simple
  17215. simple
  17216. drawsprocket
  17217. simpleapp
  17218. mpleplayer
  17219. simpletext
  17220. sound
  17221. source
  17222. sources
  17223. specific
  17224. spooler
  17225. sprocket
  17226. stack
  17227. JvOTDumpInternetStatus(PPC)
  17228. OTDumpInternetStatus.c
  17229. OTDumpInternetStatus.mcp
  17230. Read Me 
  17231.  OTDumpInternetStatus
  17232. Sample OutputK
  17233. May 98L
  17234. Jun 98M
  17235. Open TransportN
  17236. open transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp status, OTDumpInternetStatusODDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTDumpInternetStatus:PLDev.CD Aug 00 TC Disk 2
  17237.  - Sample Code
  17238.  - Networking
  17239.  - OTDumpInternetStatusV
  17240. 83379X
  17241. Aug 00^    TC Disk 2
  17242. --set theItem to choose file -- uncomment to test in an AS editor
  17243.     tell application "Finder"
  17244.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTDumpInternetStatus:"
  17245.         activate
  17246.     end tell
  17247. on error errMsg number errNum
  17248.     --enter statements to perform when no records are found such as...
  17249.     display dialog "Sorry, the item you selected could not be found."
  17250.     return
  17251. end try
  17252. e    No Change
  17253. Macintosh with 68030 processor or later, Open Transport 1.1 or greater installed. The sample can be compiled using the Open Transport 1.3 SDK and Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressple Code
  17254. Goodies
  17255. ColorSync
  17256.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  17257. What's New in ColorSync
  17258.       - Device Profiles and Document Profiles
  17259.       - ColorSync Workflows
  17260.       - Apple CMM
  17261.       - Calibration Assistant Expert mode
  17262. c-french
  17263. c-french
  17264. canadian
  17265. application "Finder"
  17266.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  17267.         activate
  17268.     end tell
  17269. on error errMsg number errNum
  17270.     --enter statements to perform when no records are found such as...
  17271.     display dialog "Sorry, the item you selected could not be found."
  17272.     return
  17273. end try
  17274. enabler
  17275. encoding
  17276. image's
  17277. image-handling
  17278. imageer
  17279. imageproducing
  17280. inactive
  17281. includej
  17282. includedA
  17283. includesR
  17284. includingR
  17285. includs
  17286. incompatability
  17287. incompatible
  17288. incorporates
  17289. incorrect
  17290. increaseu
  17291. increases
  17292. incrementalj
  17293. indexj
  17294. indexes
  17295. indicate[
  17296. indicated_
  17297. 84257X
  17298. Sep 97^
  17299. --set theItem to choose file -- uncomment to test in an AS editor
  17300.     tell application "Finder"
  17301.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:"
  17302.         activate
  17303.     end tell
  17304. on error errMsg number errNum
  17305.     --enter statements to perform when no records are found such as...
  17306.     display dialog "Sorry, the item you selected could not be found."
  17307.     return
  17308. end try
  17309. e    No Changeq
  17310. Dev.CD Sep 97 RL
  17311. All Packages
  17312. TPIFileI
  17313. TPIFile is a sample TPI module that lets you open a 
  17314. TPIFile
  17315.  endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv).J
  17316. Instrumentation Stuff
  17317. Read Me About TPIFile
  17318. TPIFile
  17319. TPIFile.c
  17320. TPIFile.h
  17321. TPIFile.Inst
  17322. TPIFile.mcp
  17323. TPIFileRegister
  17324. TPIFileRegister.c
  17325. TPIFileTest
  17326. TPIFileTest.c
  17327. VictimK
  17328. Jun 98L
  17329. Aug 00O7Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:TPIFile:V
  17330. 84258X
  17331. 1e    No Change
  17332. The OTCheckNetForNBPName sample demonstrates the use of the Open Transport to search an AppleTalk network for an NBP entity using multiple simultaneous searches to reduce the lookup time.
  17333. This sample demonstrates how to
  17334. 1. find the number of AppleTalk zones present by dynamically increasing the buffer size until a kOTBufferOverflowErr is no longer returned.
  17335. 2. Use multiple lookup request and reply structures in order to reduce the amount of time required to search the network.
  17336. 3. Use asynB
  17337. chronous lookup requests so that other actions can be taken while performing the lookup.
  17338. 4. Turn on self send globally
  17339. 5. Register/deregister an entity with OT.
  17340. EnableSelfSendSample.c
  17341. OTCheckNetForName Readme
  17342. OTCheckNetForName.ppc
  17343. OTCheckNetForNBPName.c
  17344. OTCheckNetForNBPName.h
  17345. OTCheckNetForNBPName.projODDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Aug 00 TC Disk 2
  17346.  - Sample Code
  17347.  - Networking
  17348.  - OTCheckNetForNBPName
  17349. O>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCodeResource:PFDev.CD Aug 00 TC Disk 2
  17350.  - Sample Code
  17351.  - Networking
  17352.  - OTCodeResourceV
  17353. 83378X
  17354. Aug 00^    TC Disk 2
  17355. --set theItem to choose file -- uncomment to test in an AS editor
  17356.     tell application "Finder"
  17357.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCodeResource:"
  17358.         activate
  17359.     end tell
  17360. on error errMsg number errNum
  17361.     --enter statements to perform when no records are found such as...
  17362.     display dialog "Sorry, the item you selected could not be found."
  17363.     return
  17364. end try
  17365. e    No ChangefWOpen Transport
  17366. code resource
  17367. CodeWarrior
  17368. ethernet address
  17369. hardware addressq
  17370. Dev.CD Aug 00 TC Disk 2
  17371. All Packages
  17372. OTDumpInternetStatusI
  17373. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.K
  17374. May 98L
  17375. Jun 98V
  17376. 83379X
  17377. 1e    No Change
  17378. All Packages
  17379. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  17380. Dev.CD Jan 94
  17381. Dev.CD Oct 93
  17382. Dev.CD Jul 93
  17383. Dev.CD Apr 93PDDev.CD Apr 94
  17384. Dev.CD Jan 94
  17385. Dev.CD Oct 93
  17386. Dev.CD Jul 93
  17387. Dev.CD Apr 9V
  17388. 84184X
  17389. Apr 94
  17390. --set theItem to choose file -- uncomment to test in an AS editor
  17391.     tell application "Finder"
  17392.         open item "Dev.CD Apr 94
  17393. Dev.CD Jan 94
  17394. Dev.CD Oct 93
  17395. Dev.CD Jul 93
  17396. Dev.CD Apr 93"
  17397.         activate
  17398.     end tell
  17399. on error errMsg number errNum
  17400.     --enter statements to perform when no records are found such as...
  17401.     display dialog "Sorry, the item you selected could not be found."
  17402.     return
  17403. end try
  17404. All Packages
  17405. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  17406. Dev.CD Jan 94
  17407. Dev.CD Oct 93
  17408. Dev.CD Aug 93P6Dev.CD Apr 94
  17409. Dev.CD Jan 94
  17410. Dev.CD Oct 93
  17411. Dev.CD Aug 9V
  17412. 84185X
  17413. Apr 94
  17414. graphicsimportgetima
  17415. graphicsimportsetima
  17416. grayed
  17417. grayishoutline
  17418. MacOS more accessible.
  17419. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  17420. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  17421. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  17422. Jh Read Me First!
  17423. Adv Color Imaging on the Mac OS:
  17424. Apple Game Sprockets:
  17425. IM-Telephony:
  17426. Speech Recognition:K
  17427. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:W
  17428. optimization
  17429. optimization
  17430. demos
  17431. optimizing
  17432. option
  17433. option
  17434. management
  17435. oracle
  17436. ordered
  17437. ordered
  17438. collection
  17439. oriented
  17440. virtual
  17441. server
  17442. ot/ppp
  17443. ot/ppp
  17444. ot/ppp
  17445. control
  17446. strip
  17447. sample
  17448. ot/ppp
  17449.  the item you selected could not be found."
  17450.     return
  17451. end try
  17452. Deletedf
  17453. ColorSync Photoshop Plug-insq
  17454. Dev.CD Apr 98 SDK1
  17455. 5D!All Packages
  17456. Mac OS SDK Edition
  17457. Communications Toolbox
  17458. 83377X
  17459. Aug 00^    TC Disk 2
  17460. --set theItem to choose file -- uncomment to test in an AS editor
  17461.     tell application "Finder"
  17462.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCheckNetForNBPName:"
  17463.         activate
  17464.     end tell
  17465. on error errMsg number errNum
  17466.     --enter statements to perform when no records are found such as...
  17467.     display dialog "Sorry, the item you selected could not be found."
  17468.     return
  17469. end try
  17470. e    No Changeq
  17471. Dev.CD Aug 00 TC Disk 2
  17472. All Packages
  17473. OTCodeResource
  17474. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  17475. ApplParamsHack.c
  17476. ApplParamsHack.c.o
  17477. OTGetDefaultEtherAddr.
  17478. OTGetDefaultEthernetAddr
  17479. OTGetDefaultEthernetAddress.c
  17480. Read Me 
  17481.  OT Code Resource
  17482. WorksheetK
  17483. Apr 96L
  17484. Jun 98V
  17485. 83378X
  17486. 1e    No Change
  17487. s (Impo
  17488. PSDev.CD Aug 00 TC Disk 2
  17489.  - Sample Code
  17490.  - Networking
  17491.  - OT/PPP Control Strip SampleV
  17492. 83376X
  17493. Aug 00^    TC Disk 2
  17494. --set theItem to choose file -- uncomment to test in an AS editor
  17495.     tell application "Finder"
  17496.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT/PPP Control Strip Sample:"
  17497.         activate
  17498.     end tell
  17499. on error errMsg number errNum
  17500.     --enter statements to perform when no records are found such as...
  17501.     display dialog "Sorry, the item you selected could not be found."
  17502.     return
  17503. end try
  17504. e    No Changef8OT/PPP API
  17505. Control Strip
  17506. OT/PPP Control Strip Sampleq
  17507. Dev.CD Aug 00 TC Disk 2
  17508. All Packages
  17509. OTCheckNetForNBPName
  17510. 83377X
  17511. apple
  17512. event
  17513. macsbug
  17514. displays
  17515. apple
  17516. reporter
  17517. hypercard
  17518. stack
  17519. longer
  17520. apple
  17521. information
  17522. access
  17523. toolkit
  17524. object-orienj
  17525. apple
  17526. publications
  17527. style
  17528. guide
  17529. writers
  17530. editors
  17531. appleshare
  17532. client
  17533. consists
  17534. routines
  17535. creat
  17536. cardbus
  17537. contains
  17538. folders
  17539. title
  17540. documentation
  17541. sampl
  17542. colorsync
  17543. plug-in
  17544. modules
  17545. provide
  17546. --set theItem to choose file -- uncomment to test in an AS editor
  17547.     tell application "Finder"
  17548.         open item "Dev.CD Apr 94
  17549. Dev.CD Jan 94
  17550. Dev.CD Oct 93
  17551. Dev.CD Jul 93"
  17552.         activate
  17553.     end tell
  17554. on error errMsg number errNum
  17555.     --enter statements to perform when no records are found such as...
  17556.     display dialog "Sorry, the item you selected could not be found."
  17557.     return
  17558. end try
  17559. on-line-service
  17560. on-screen
  17561. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  17562. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  17563. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  17564. CopybitsSpeedPalette:  This progra
  17565. m demostrates ways to increase copybits speed when using palettes.
  17566. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  17567. CopyMask:  Shows how Copy
  17568. --set theItem to choose file -- uncomment to test in an AS editor
  17569.     tell application "Finder"
  17570.         open item "Dev.CD Apr 94
  17571. Dev.CD Jan 94
  17572. Dev.CD Oct 93
  17573. Dev.CD Jul 93
  17574. Dev.CD Apr 93"
  17575.         activate
  17576.     end tell
  17577. on error errMsg number errNum
  17578.     --enter statements to perform when no records are found such as...
  17579.     display dialog "Sorry, the item you selected could not be found."
  17580.     return
  17581. end try
  17582. implementation
  17583. implementations
  17584. implemented
  17585. implementing
  17586. implemention
  17587. implements
  17588. implications
  17589. implimentation
  17590. implimenting
  17591. implmenetation
  17592. implmentations
  17593. Ao.http://developer.apple.com/techpubs/index.htmlq
  17594. Dev.CD Sep 00 RL Disk 2
  17595. All Packages
  17596. New & RevisedF'Technical Publications: Core FoundationIJCore Foundation Developer Documentation
  17597. Developer Preview 4 DocumentationJ
  17598. BaseServices
  17599. BundleServices
  17600. CollectionServices
  17601. corefoundation_carbon.html
  17602. corefoundation_gray.gif
  17603. corefoundation_x.html
  17604. images
  17605. Overview
  17606. PluginServices
  17607. PropertyListServices
  17608. StringServices
  17609. UtilityServicesK
  17610. Sep 00NFCore Foundation, DP4, technical documentation, developer documentationO=Dev.CD Sep 00 RL Disk 2:TechnicalPublications:corefoundation:PBDev.CD Sep 00 RL Disk 2
  17611.  - TechnicalPublications
  17612.  - corefoundationV
  17613. 84226X
  17614. Sep 00^    RL Disk 2b
  17615. P=Dev.CD Nov 99 TC
  17616.  - System Software
  17617.  - Worldwide QuickDraw GX
  17618. enhancements@
  17619. environement@
  17620. error-handling@
  17621. evans@
  17622. evict@
  17623. example
  17624. graphics
  17625. importer
  17626. movie
  17627. importer
  17628. image
  17629. decompres@
  17630. exciting@
  17631. existence@
  17632. exploring@
  17633. exported@
  17634. extensions@
  17635. factoring@
  17636. faqs@
  17637. feature-rich@
  17638. features
  17639. features
  17640. allows
  17641. reset
  17642. interrupt
  17643. keyboard@
  17644. years
  17645. multimedia
  17646. developers
  17647. regarded
  17648. equilibrium's
  17649. foreground@
  17650. foundation@
  17651. fragment
  17652. simple
  17653. application
  17654. designed
  17655. allow
  17656. basi@
  17657. frames/sec@
  17658. front@
  17659. gateway@
  17660. generically@
  17661. getopen@
  17662. go-to-url@
  17663. gory@
  17664. grayscale@
  17665. guide-intelligent@
  17666. gx-aware@
  17667. handle-based@
  17668. hardware
  17669. hardwared@
  17670. header@
  17671. headers@
  17672. hebreu@
  17673. held@
  17674. html@
  17675. --set theItem to choose file -- uncomment to test in an AS editor
  17676.     tell application "Finder"
  17677.         open item "Dev.CD Apr 94
  17678. Dev.CD Jan 94
  17679. Dev.CD Oct 93
  17680. Dev.CD Jul 93
  17681. Dev.CD Apr 93"
  17682.         activate
  17683.     end tell
  17684. on error errMsg number errNum
  17685.     --enter statements to perform when no records are found such as...
  17686.     display dialog "Sorry, the item you selected could not be found."
  17687.     return
  17688. end try
  17689. highlited
  17690. highly
  17691. highly-successful
  17692. hilighted
  17693. hilighting
  17694. hilite
  17695. hindi
  17696. hints
  17697. historically
  17698. history
  17699. hitec
  17700. hittin
  17701. hitting
  17702. hmshowballoon
  17703. hoddie
  17704. hokum
  17705. holcomb
  17706. huxham
  17707. hypercardn
  17708. comparedirtext
  17709. --set theItem to choose file -- uncomment to test in an AS editor
  17710.     tell application "Finder"
  17711.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  17712.         activate
  17713.     end tell
  17714. on error errMsg number errNum
  17715.     --enter statements to perform when no records are found such as...
  17716.     display dialog "Sorry, the item you selected could not be found."
  17717.     return
  17718. end try
  17719. e    No Changeq
  17720. Dev.CD Jul 00 SDK1
  17721. All Packages
  17722.  CompositedEffectsI
  17723. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J7ce.bat
  17724. CompEffects
  17725. CompositedEffects.zip
  17726. README.txt
  17727. Feb 00
  17728. O]Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CompositedEffects:V
  17729. 81343X
  17730. 1e    No Change
  17731. interfaceQ
  17732. W        
  17733. XMODEM 1.1 Tool
  17734.         
  17735. Serial 1.0.2 Tool
  17736. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  17737. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  17738. The Communications 1 folder contains the 1.0.2 installer scr
  17739. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  17740. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  17741. NOTE:  Developers should do all new development with Open Transport where possible.
  17742. Aug 93L
  17743. interface
  17744.  OBDev.CD Jul 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Jul 00 SDK1
  17745.  - Development Kits
  17746.  - Mac OS
  17747.  - Communications Toolbox
  17748. 83375X
  17749. Aug 00^    TC Disk 2
  17750. y--set theItem to choose file -- uncomment to test in an AS editor
  17751.     tell application "Finder"
  17752.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  17753.         activate
  17754.     end tell
  17755. on error errMsg number errNum
  17756.     --enter statements to perform when no records are found such as...
  17757.     display dialog "Sorry, the item you selected could not be found."
  17758.     return
  17759. end try
  17760. Movedf&OpenTransport
  17761. Control Strip Moduleq
  17762. Dev.CD Aug 00 TC Disk 2
  17763. All Packages
  17764. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  17765. OT/PPP Client Dev Note 1.0.pdf
  17766. PPP Control.cp
  17767. PPP Control.rsrc
  17768. PPP Control.
  17769. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT/PPP Control Strip Sample:V
  17770. 83376X
  17771. 1e    No Change
  17772. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  17773. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  17774. Communications Toolbox
  17775. Contributed
  17776. Devices and Hardware
  17777. Files
  17778. Games
  17779. Graphics 2D
  17780. Graphics 3D
  17781. Help Systems
  17782. Human Interface Toolbox
  17783. Interapplication Comm
  17784. Memory
  17785. Networking
  17786. OS Utilities
  17787. Overview
  17788. Platforms and Tools
  17789. Printing
  17790. Processes
  17791. QuickTime
  17792. Runtime Architecture
  17793. Sound
  17794. Mar 97MTOpenTransport 1.1.2 and OpenTransport PPP build with OT 1.1.2 includes and librariesN(OpenTransport, PPP, Control Strip ModuleO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  17795.  - Sample Code
  17796. nov/dec
  17797. nov/dec
  17798. NUOpen Transport, server, tilisten, notifiers, listen/accept handoff, OT Virtual ServerOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT Virtual Server:PIDev.CD Aug 00 TC Disk 2
  17799.  - Sample Code
  17800.  - Networking
  17801.  - OT Virtual ServerV
  17802. 83374X
  17803. Aug 00^    TC Disk 2
  17804. --set theItem to choose file -- uncomment to test in an AS editor
  17805.     tell application "Finder"
  17806.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT Virtual Server:"
  17807.         activate
  17808.     end tell
  17809. on error errMsg number errNum
  17810.     --enter statements to perform when no records are found such as...
  17811.     display dialog "Sorry, the item you selected could not be found."
  17812.     return
  17813. end try
  17814. e    No ChangefPOpen Transport
  17815. server
  17816. tilisten
  17817. notifiers
  17818. listen/accept handoff
  17819. OT Virtual Serverq
  17820. Dev.CD Aug 00 TC Disk 2
  17821. All Packages
  17822. OT/PPP Control Strip Sample
  17823. 83375X
  17824. about
  17825. sample
  17826. about
  17827. dumparpcache
  17828. about
  17829. dumpnetworksetup
  17830. about
  17831. getsetoptions
  17832. about
  17833. listmania
  17834. about
  17835. nocopyreceives
  17836. about
  17837. otendpointinfo
  17838. about
  17839. otfindserialports
  17840. about
  17841. otlookupnametest
  17842. about
  17843. sample
  17844. about
  17845. procdoggie
  17846. about
  17847. simple
  17848. server
  17849. about
  17850. snapshot
  17851. sample
  17852. about
  17853. streamnop
  17854. about
  17855. switch
  17856. stack
  17857. about
  17858. tpifile
  17859. about
  17860. traceroute
  17861. sample
  17862. about
  17863. transferprovider
  17864. aecdev-aedaemone
  17865. aecoercioninitf
  17866. aegizmosg
  17867. asyncdriversample
  17868. before
  17869. using
  17870. registration
  17871. chromakey
  17872. movie
  17873. createdirwcusticon
  17874. defprocs
  17875. defprocs
  17876. drivergestaltexplore
  17877. filesharingison
  17878. first
  17879. 12x16
  17880. 140/170X
  17881. 16-bit
  17882. 16384
  17883. 16x16
  17884. 17000
  17885. 1991-94
  17886. 1992-1995
  17887. 1995{
  17888. accelerated
  17889. power
  17890. macintosh
  17891. artwork
  17892. program
  17893. 1996S
  17894. 1999{
  17895. 2.0.4
  17896. 2.0.6
  17897. 2.0a1
  17898. 2.0v2
  17899. interfacelib
  17900. e is a simple drag and drop QuickTime application for compression of files. Drag and drop movie files on top of the application, and then specify the compression values (this happens the first time, after this the compression values are used for other movies dropped on the application at the same time).
  17901. Note that it's not useful to re-compress already compressed movies, as such compression will introduce more lossiness in the quality of the images. If possible always compress B(using the original, non-compressed data.
  17902. About DTSQTUtilities
  17903. CompressMovie.c
  17904. CompressMovie.h
  17905. CompressMovies(PPC)
  17906. CompressMovies.mcp
  17907. CompressMovies.rsrc
  17908. CompressMoviesMain.c
  17909. CompressMoviesMain.h
  17910. DTSQTUtilities.c
  17911. DTSQTUtilities.h
  17912. README
  17913. Rotate Cube SmallM    QuickTimeN"QuickTime, drag, drop, compressionOUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:CompressMovies:P`Dev.CD Aug 00 TC Disk 2
  17914.  - Sample Code
  17915.  - QuickTime
  17916.  - Importers and Exporters
  17917.  - CompressMovies
  17918. installer
  17919. installer
  17920. checkgestalt
  17921. script
  17922. userfunction
  17923. gestalt
  17924. installer
  17925. lockfile
  17926. instance
  17927. instructions
  17928. instrumentation
  17929. instrumentation
  17930. performance
  17931. analysis
  17932. instruments
  17933. integrity
  17934. interactiona
  17935. interactive
  17936. intercept
  17937. menus
  17938. menus
  17939. menuscripter
  17940. menuscripter
  17941. summary
  17942. virtual
  17943. server
  17944. attempt
  17945. provide
  17946. piece
  17947. ncomment to test in an AS editor
  17948.     tell application "Finder"
  17949.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  17950.         activate
  17951.     end tell
  17952. on error errMsg number errNum
  17953.     --enter statements to perform when no records are found such as...
  17954.     display dialog "Sorry, the item you selected could not be found."
  17955.     return
  17956. end try
  17957. Deletedf2Computer Based Media
  17958. Television
  17959. Broadcast
  17960. Graphicsq
  17961. Dev.CD Mar OO RLDisk 1
  17962. All Packages
  17963. F    Concordia
  17964. 81347X
  17965. summary
  17966. document
  17967. contains
  17968. helpful
  17969. converti@
  17970. summary
  17971. document
  17972. discusses
  17973. apple's
  17974. creating@
  17975. summary
  17976. software
  17977. apple
  17978. macintosh
  17979. display@
  17980. supporting@
  17981. copies
  17982. offscreen
  17983. gworlds
  17984. application
  17985. shows
  17986. quickdraw
  17987. pattern
  17988. mode@
  17989. folder
  17990. contains
  17991. archives
  17992. format
  17993. apple
  17994. package
  17995. contains
  17996. processor
  17997. emulator
  17998. extensions
  17999. snippet
  18000. shows
  18001. window
  18002. constrained
  18003. working
  18004. sample
  18005. defproc
  18006. emulates
  18007. features
  18008. user@
  18009. viewed@
  18010. a-law
  18011. codecs@
  18012. contributed@
  18013. editor@
  18014. inc1@
  18015. ispcexchangeinstalle
  18016. oserr@
  18017. simpleeditmfc
  18018. umafailure
  18019. carbon
  18020. carbonlib@
  18021. getwindowdevice@
  18022. performance
  18023. hardware
  18024. powerpc
  18025. bandwidth
  18026. cache
  18027. rates
  18028. toolkit@
  18029. getnextfond@
  18030. quadrasW
  18031. quadratic
  18032. quake
  18033. qualcomm's
  18034. qualifiedy
  18035. qualifier
  18036. quality
  18037. quandary
  18038. quantitiesx
  18039. quarter{
  18040. qued/m
  18041. queries
  18042. query
  18043. querys
  18044. question_
  18045. questionaire
  18046. questionaires
  18047. questionnaire
  18048. questions
  18049. queue
  18050. ON;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRO=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:PEDev.CD Jul 99 SDK1
  18051.  - Development Kits
  18052.  - Mac OS
  18053.  - Telephone Manager
  18054. 83373X
  18055. Aug 00^    TC Disk 2
  18056. y--set theItem to choose file -- uncomment to test in an AS editor
  18057.     tell application "Finder"
  18058.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  18059.         activate
  18060.     end tell
  18061. on error errMsg number errNum
  18062.     --enter statements to perform when no records are found such as...
  18063.     display dialog "Sorry, the item you selected could not be found."
  18064.     return
  18065. end try
  18066. Movedq
  18067. Dev.CD Aug 00 TC Disk 2
  18068. All Packages
  18069. OT Virtual Server
  18070. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  18071. J6About OTVirtual Server
  18072. OTVirtualClient
  18073. OTVirtualServerM
  18074. Open Transport 1.1.1OADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT Virtual Server:V
  18075. 83374X
  18076. 1e    No Change
  18077. ent in Universal Headers.
  18078. Headers.
  18079. summary
  18080. virtual
  18081. server
  18082. attempt
  18083. provide
  18084. piece
  18085. summary
  18086. virtual
  18087. tutorial
  18088. provides
  18089. quick
  18090. intro
  18091. summary
  18092. services
  18093. apple
  18094. event
  18095. suite
  18096. allows
  18097. appli
  18098. summary
  18099. these
  18100. obsolete
  18101. hypercard
  18102. toolkits
  18103. which
  18104. summary
  18105. these
  18106. updated
  18107. tools
  18108. quicktime
  18109. summary
  18110. application
  18111. demonstrates
  18112. appleev
  18113. summary
  18114. application
  18115. displays
  18116. volume
  18117. meters
  18118. summary
  18119. brochure
  18120. serves
  18121. foundation
  18122. explaining
  18123. summary
  18124. sample
  18125. demonstrates
  18126. palette
  18127. summary
  18128. collects
  18129. information
  18130. about
  18131. system
  18132. summary
  18133. developer
  18134. describes
  18135. latest
  18136. model
  18137. summary
  18138. developer's
  18139. package
  18140. includes
  18141. appleshar
  18142. summary
  18143. digest
  18144. collection
  18145. article
  18146. threads
  18147. summary
  18148. document
  18149. contains
  18150. international
  18151. devel
  18152. ple MDEF to find them.
  18153. You can use this as a basis for your o
  18154. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  18155. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per seC
  18156. cond.  
  18157. Communications Toolbox
  18158. Contributed
  18159. Devices and Hardware
  18160. Files
  18161. Games
  18162. Graphics 2D
  18163. Graphics 3D
  18164. Help Systems
  18165. Human Interface Toolbox
  18166. Interapplication Comm
  18167. Memory
  18168. Networking
  18169. OS Utilities
  18170. Overview
  18171. Platforms and Tools
  18172. Printing
  18173. Processes
  18174. QuickTime
  18175. Runtime Architecture
  18176. Sound
  18177. Feb 97L
  18178. Mar 97M
  18179. Open Transport 1.1.1 or greaterO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  18180.  - Sample Code
  18181. All Packages
  18182. System Enabler 065 (LC 575)O
  18183. Dev.CD Apr 94
  18184. Dev.CD Jan 94P
  18185. Dev.CD Apr 94
  18186. Dev.CD Jan 9V
  18187. 84045X
  18188. Apr 94
  18189. p--set theItem to choose file -- uncomment to test in an AS editor
  18190.     tell application "Finder"
  18191.         open item "Dev.CD Apr 94
  18192. Dev.CD Jan 94"
  18193.         activate
  18194.     end tell
  18195. on error errMsg number errNum
  18196.     --enter statements to perform when no records are found such as...
  18197.     display dialog "Sorry, the item you selected could not be found."
  18198.     return
  18199. end try
  18200. All Packages
  18201. System Enabler 065 (LC 575)O
  18202. Dev.CD Apr 94
  18203. Dev.CD Jan 94P
  18204. Dev.CD Apr 94
  18205. Dev.CD Jan 9V
  18206. 84046X
  18207. Apr 94
  18208. deamon
  18209. mungedeamon
  18210. source
  18211. sample
  18212. illustrating
  18213. munging
  18214. music{
  18215. music
  18216. quicktime
  18217. music
  18218. architecture
  18219. david
  18220. Dev.CD Jul 96 SSWP
  18221. Dev.CD Jul 96 SSV
  18222. 83969X
  18223. Jul 96
  18224. f--set theItem to choose file -- uncomment to test in an AS editor
  18225.     tell application "Finder"
  18226.         open item "Dev.CD Jul 96 SSW"
  18227.         activate
  18228.     end tell
  18229. on error errMsg number errNum
  18230.     --enter statements to perform when no records are found such as...
  18231.     display dialog "Sorry, the item you selected could not be found."
  18232.     return
  18233. end try
  18234. All Packages
  18235. System 7.5 Update 2.0O
  18236. Dev.CD Jul 96 SSWP
  18237. Dev.CD Jul 96 SSV
  18238. 83970X
  18239. Jul 96
  18240. f--set theItem to choose file -- uncomment to test in an AS editor
  18241.     tell application "Finder"
  18242.         open item "Dev.CD Jul 96 SSW"
  18243.         activate
  18244.     end tell
  18245. on error errMsg number errNum
  18246.     --enter statements to perform when no records are found such as...
  18247.     display dialog "Sorry, the item you selected could not be found."
  18248.     return
  18249. end try
  18250. All Packages
  18251. System 7.5 Update 2.0O
  18252. Dev.CD Jul 96 SSWP
  18253. Dev.CD Jul 96 SSV
  18254. 83971X
  18255. Jul 96
  18256. 84239X
  18257. Jul 99^
  18258. --set theItem to choose file -- uncomment to test in an AS editor
  18259.     tell application "Finder"
  18260.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  18261.         activate
  18262.     end tell
  18263. on error errMsg number errNum
  18264.     --enter statements to perform when no records are found such as...
  18265.     display dialog "Sorry, the item you selected could not be found."
  18266.     return
  18267. end try
  18268. Deletedf5Telephone Manager
  18269. Telephony
  18270. Analog
  18271. Phone
  18272. Dev.CD Jul 99 SDK1
  18273. All Packages
  18274. TESample
  18275. cTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  18276. 84240X
  18277. 1e    No Change
  18278. extualy
  18279. continue_
  18280. continuing
  18281. poptag
  18282. poptag
  18283. manual
  18284. poptag
  18285. manual
  18286. popupcdef
  18287. popupfuncs
  18288. popupfuncs
  18289. 2.6.1
  18290. installer
  18291. popupfuncs
  18292. notes
  18293. popupmenuwithcurfont
  18294. popupmenuwithcurfont
  18295. popupmenuwithcurfont
  18296. popupmenuwithcurfont
  18297. popupmenuwithcurfont
  18298. popups
  18299. popuptkl
  18300. popuptkl
  18301. popuptkl
  18302. portingobjectivectoj
  18303. portingobjectivectoj
  18304. portscanner
  18305. portscanner
  18306. portscanner
  18307. portuguese
  18308. portuguese
  18309. brazilian
  18310. 1.1.3
  18311. postscripthandledemo
  18312. postscripthandledemo
  18313. postscripthandledemo
  18314. postscripthandledemo
  18315. power
  18316. power
  18317. emulator
  18318. power
  18319. emulator
  18320. release
  18321. notes
  18322. power
  18323. macintosh
  18324. artwork
  18325. powerbook
  18326. powerbook
  18327. addendum
  18328. powerbook
  18329. powerbook
  18330. 2400c
  18331. qtshoweffect
  18332. proportional
  18333. scroll
  18334. proportional
  18335. scroll
  18336. protocol
  18337. protoviews
  18338. pstrconcat
  18339. pstrcopy
  18340. publications
  18341. putscrap
  18342. qtzoo
  18343. qualified
  18344. query
  18345. queue
  18346. quick
  18347. quick
  18348. reference
  18349. quickdraw
  18350. quickdraw
  18351. bottleneck
  18352. quickdraw
  18353. quickdraw
  18354. quickdraw
  18355. raster
  18356. imagewriter
  18357. halftone
  18358. dither
  18359. sample
  18360. quickdraw
  18361. spooler
  18362. print
  18363. patch
  18364. appleshare
  18365. novell
  18366. netware
  18367. quicktake
  18368. quicktime
  18369. quicktime
  18370. quicktime
  18371. conferencing
  18372. quicktime
  18373. quicktime
  18374. e    No ChangefGOptimization
  18375. buffered file system
  18376. cache
  18377. cacheline
  18378. Optimization TN Demosq
  18379. Dev.CD Aug 00 TC Disk 2
  18380. All Packages
  18381. OT Server Sample 1.0.1
  18382. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  18383. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  18384. 83373X
  18385. --set theItem to choose file -- uncomment to test in an AS editor
  18386.     tell application "Finder"
  18387.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:"
  18388.         activate
  18389.     end tell
  18390. on error errMsg number errNum
  18391.     --enter statements to perform when no records are found such as...
  18392.     display dialog "Sorry, the item you selected could not be found."
  18393.     return
  18394. end try
  18395. evict
  18396. evolved
  18397. eworld{
  18398. exacth
  18399. exactly
  18400. examinei
  18401. examined
  18402. examines
  18403. examining
  18404. exampleQ
  18405. cbufffilestream
  18406. audio
  18407. toolkit
  18408. install
  18409. script
  18410. cd-romw
  18411. CMM is a Mac OS
  18412.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  18413. ploticons
  18414. ploticons
  18415. plstringfuncs
  18416. plug-ins
  18417. plugins
  18418. pluginservices
  18419. po-portuguese
  18420. polish
  18421. polish
  18422. 2-1.1.3
  18423. popupcdef
  18424. popupfuncs
  18425. popupfuncs
  18426. 2.6.1
  18427. installer
  18428. popupfuncs
  18429. notes
  18430. popupmenuwithcurfont
  18431. popupmenuwithcurfont
  18432. popupmenuwithcurfont
  18433. popupmenuwithcurfont
  18434. popupmenuwithcurfont
  18435. popups
  18436. popuptkl
  18437. popuptkl
  18438. popuptkl
  18439. portingobjectivectoj
  18440. portingobjectivectoj
  18441. portscanner
  18442. portscanner
  18443. portscanner
  18444. postscripthandledemo
  18445. postscripthandledemo
  18446. postscripthandledemo
  18447. postscripthandledemo
  18448. power
  18449. power
  18450. emulator
  18451. power
  18452. emulator
  18453. release
  18454. notes
  18455. power
  18456. macintosh
  18457. artwork
  18458. powerbook
  18459. powerbook
  18460. addendum
  18461. powerbook
  18462. powerbook
  18463. 2400c
  18464. --set theItem to choose file -- uncomment to test in an AS editor
  18465.     tell application "Finder"
  18466.         open item "Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:"
  18467.         activate
  18468.     end tell
  18469. on error errMsg number errNum
  18470.     --enter statements to perform when no records are found such as...
  18471.     display dialog "Sorry, the item you selected could not be found."
  18472.     return
  18473. end try
  18474. oons@
  18475. because@
  18476. before@
  18477. being@
  18478. bill@
  18479. black-and-white@
  18480. blat@
  18481. blockreader@
  18482. boxes@
  18483. bruce@
  18484. building@
  18485. byte@
  18486. cable@
  18487. calccmask@
  18488. campfire@
  18489. can't@
  18490. casey@
  18491. causes@
  18492. tracker
  18493. sample
  18494. demonstrates
  18495. challenge@
  18496. checkwindowin@
  18497. classic@
  18498. clues@
  18499. coerce@
  18500. com/acrobat@
  18501. combination@
  18502. commando@
  18503. comparisons@
  18504. composers@
  18505. computer-based@
  18506. computing@
  18507. concurrently
  18508. --set theItem to choose file -- uncomment to test in an AS editor
  18509.     tell application "Finder"
  18510.         open item "Dev.CD Apr 94
  18511. Dev.CD Jan 94
  18512. Dev.CD Oct 93
  18513. Dev.CD Jul 93
  18514. Dev.CD Apr 93"
  18515.         activate
  18516.     end tell
  18517. on error errMsg number errNum
  18518.     --enter statements to perform when no records are found such as...
  18519.     display dialog "Sorry, the item you selected could not be found."
  18520.     return
  18521. end try
  18522. nently
  18523. permission{
  18524. permit
  18525. permits
  18526. permitted
  18527. permutation
  18528. persist
  18529. persistent
  18530. persisting
  18531. person_
  18532. personal
  18533. perspective
  18534. perspectives
  18535. pertaining
  18536. pertinent
  18537. peter
  18538. pgpuam
  18539. pgpuam
  18540. enhancement
  18541. standard
  18542. appleshare
  18543. phase
  18544. philip
  18545. phone
  18546. phonetic
  18547. photo
  18548. e    No Changeq
  18549. Dev.CD Aug 00 TC Disk 2
  18550. All Packages
  18551. Optimization TN Demos
  18552. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  18553. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  18554. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  18555. the Mac OS file system.
  18556. J#Cacheline Optimizer
  18557. CBuffFileStreamK
  18558. Nov 99M0Optimization Strategies for the Mac OS Technote.NKOptimization, buffered file system, cache, cacheline, Optimization TN DemosOCDev.CD Aug 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:PKDev.CD Aug 00 TC Disk 2
  18559.  - Sample Code
  18560.  - Overview
  18561.  - Optimization TN DemosV
  18562. 83372X
  18563. Aug 00^    TC Disk 2
  18564. e    No Change
  18565. hange
  18566. --set theItem to choose file -- uncomment to test in an AS editor
  18567.     tell application "Finder"
  18568.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:OpenWindow:"
  18569.         activate
  18570.     end tell
  18571. on error errMsg number errNum
  18572.     --enter statements to perform when no records are found such as...
  18573.     display dialog "Sorry, the item you selected could not be found."
  18574.     return
  18575. end try
  18576. the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  18577.  updates to this documentation will happen within this Technical Note.
  18578. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  18579. JMControl Strip
  18580. Control Strip Sample
  18581. Control Strip Technical Note
  18582. MacCalendar 
  18583. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jul 00 SDK1
  18584.  - Development Kits
  18585.  - Mac OS
  18586.  - Control Strip
  18587. All Packages
  18588. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  18589. Dev.CD Jan 94
  18590. Dev.CD Oct 93
  18591. Dev.CD Jul 93
  18592. Dev.CD Apr 93PDDev.CD Apr 94
  18593. Dev.CD Jan 94
  18594. Dev.CD Oct 93
  18595. Dev.CD Jul 93
  18596. Dev.CD Apr 9V
  18597. 84148X
  18598. Apr 94
  18599. --set theItem to choose file -- uncomment to test in an AS editor
  18600.     tell application "Finder"
  18601.         open item "Dev.CD Apr 94
  18602. Dev.CD Jan 94
  18603. Dev.CD Oct 93
  18604. Dev.CD Jul 93
  18605. Dev.CD Apr 93"
  18606.         activate
  18607.     end tell
  18608. on error errMsg number errNum
  18609.     --enter statements to perform when no records are found such as...
  18610.     display dialog "Sorry, the item you selected could not be found."
  18611.     return
  18612. end try
  18613. All Packages
  18614. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  18615. Dev.CD Jan 94
  18616. Dev.CD Oct 93
  18617. Dev.CD Jul 93
  18618. Dev.CD Apr 93PDDev.CD Apr 94
  18619. Dev.CD Jan 94
  18620. Dev.CD Oct 93
  18621. Dev.CD Jul 93
  18622. Dev.CD Apr 9V
  18623. 84149X
  18624. Apr 94
  18625. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  18626. MissingLibraryRoutines.c
  18627. Read Me 
  18628.  TradDriverLoaderLib
  18629. TestTradDriverLoader(PPC)
  18630. TestTradDriverLoader.p
  18631. TradDriverLoaderLib.c
  18632. TradDriverLoaderLib.h
  18633. TradDriverLoaderLib.mcp
  18634. TradDriverLoaderLib.pK
  18635. Sep 97M(Macintosh or PowerPC PCI based MacintoshN>PCI ndrv driver loader, driver, device driver, Load PCI DriverOUDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:P`Dev.CD Aug 00 TC Disk 1
  18636.  - Sample Code
  18637.  - Devices and Hardware
  18638.  - Drivers
  18639.  - TradDriverLoaderLib
  18640. f--set theItem to choose file -- uncomment to test in an AS editor
  18641.     tell application "Finder"
  18642.         open item "Dev.CD Jan 96 SSW"
  18643.         activate
  18644.     end tell
  18645. on error errMsg number errNum
  18646.     --enter statements to perform when no records are found such as...
  18647.     display dialog "Sorry, the item you selected could not be found."
  18648.     return
  18649. end try
  18650. crccalc
  18651. crcpatch
  18652. create
  18653. creator
  18654. cross-platform
  18655. cryptographic
  18656. cryptographic
  18657. authentication
  18658. cryptography
  18659. ctab2palette
  18660. ctabhandle
  18661. ctseed
  18662. cttable
  18663. current
  18664. cursor
  18665. cursor
  18666. component
  18667. cursor
  18668. device
  18669. manager
  18670. cursors
  18671. custom
  18672. custom
  18673. allocators
  18674. custom
  18675. color
  18676. search
  18677. custom
  18678. cursor
  18679. custom
  18680. custom
  18681. customgetfile
  18682. customgetfilepreview
  18683. customputfile
  18684. cyrillic
  18685. darkN
  18686. filetool
  18687. folder
  18688.  Packages
  18689. ControlKeyPatch
  18690. 81351X
  18691. rhapsody
  18692. pages
  18693. rhapsody
  18694. release
  18695. notes
  18696. ringR
  18697. riser
  18698. robustness
  18699. rotate
  18700. rotatestring
  18701. rotation
  18702. router
  18703. routines
  18704. routing
  18705. rowbytes
  18706. controllers
  18707. controllingA
  18708. controlrgn
  18709. controlsu
  18710. controls
  18711. 3.0.15
  18712. folder
  18713. controls/events
  18714. controlstrip
  18715. convenience
  18716. convenient
  18717. convenient/simple
  18718. conveniently
  18719. conventional
  18720. conventions
  18721. conversion^
  18722. conversions
  18723. convertf
  18724. converttomovie
  18725. converttomovie
  18726. example
  18727. application
  18728. recompress
  18729. convey
  18730. cookbook
  18731. b--set theItem to choose file -- uncomment to test in an AS editor
  18732.     tell application "Finder"
  18733.         open item "Dev.CD Apr 95"
  18734.         activate
  18735.     end tell
  18736. on error errMsg number errNum
  18737.     --enter statements to perform when no records are found such as...
  18738.     display dialog "Sorry, the item you selected could not be found."
  18739.     return
  18740. end try
  18741. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  18742. What's New in OpenGL
  18743.  1.1.2:
  18744.  Internal texture format hint is now supported
  18745.  Better AGP texture management
  18746.  Added support for Velocity Engine
  18747.  Support for the EXT_texture_env_add extension
  18748.  Lots of performance optimizations
  18749. J4Install OpenGL
  18750. Installer
  18751. OpenGL Parts
  18752. OpenGL Read MeK
  18753. Jul 99L
  18754. Jan 00M
  18755.  A PowerPC
  18756.  based computer with a minimum of 32 megabytes of memory (RAM)
  18757.  Mac OS System 8.1 or later
  18758.  QuickDraw3D 1.6 or laterN
  18759. OpenGL, 3D, graphics
  18760. O2Dev.CD Jul 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Jul 00 SDK1
  18761.  - Development Kits
  18762.  - Mac OS
  18763.  - OpenGLntributed
  18764. Devices and Hardware
  18765. Files
  18766. Games
  18767. Graphics 2D
  18768. Graphics 3D
  18769. Help Systems
  18770. Human Interface Toolbox
  18771. Interapplication Comm
  18772. Memory
  18773. Networking
  18774. OS Utilities
  18775. Overview
  18776. Platforms and Tools
  18777. Printing
  18778. Processes
  18779. QuickTime
  18780. Runtime Architecture
  18781. Sound
  18782. 81352X
  18783. Moved
  18784. opengl
  18785. macintosh
  18786. enables
  18787. computer
  18788. display
  18789. three-
  18790. opening
  18791. openmultfiles
  18792. openness
  18793. openport
  18794. opens
  18795. openselection
  18796. openstep
  18797. openstep
  18798. documentation
  18799. applies
  18800. rhapsody
  18801. means
  18802. opentransport
  18803. openwindow
  18804. openwindow
  18805. source
  18806. sample
  18807. illustrating
  18808. operand
  18809. operate
  18810. operating
  18811. operation
  18812. operationsf
  18813. operator-defined
  18814. operators
  18815. opf-opendoc
  18816. opportunities
  18817. opportunityy
  18818. opposite
  18819. optimal
  18820. optimization
  18821. optimizations
  18822. optimize
  18823. optimized
  18824. 83370X
  18825. Jul 00^
  18826. --set theItem to choose file -- uncomment to test in an AS editor
  18827.     tell application "Finder"
  18828.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:OpenGL:"
  18829.         activate
  18830.     end tell
  18831. on error errMsg number errNum
  18832.     --enter statements to perform when no records are found such as...
  18833.     display dialog "Sorry, the item you selected could not be found."
  18834.     return
  18835. end try
  18836. e    No Changef
  18837. OpenGL
  18838. graphics
  18839. o%ftp://ftp.apple.com/developer/opengl/q
  18840. Dev.CD Jul 00 SDK1
  18841. All Packages
  18842. OpenWindowI
  18843. OpenWindow is a source code sample illustrating how to open a window and handle and track mouse clicks in its content area.  To quit this application, type a letter 'q'.
  18844. J+OpenWindow(PPC)
  18845. OpenWindow.mcp
  18846. OpenWindow.pOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:OpenWindow:PODev.CD Aug 00 TC Disk 2
  18847.  - Sample Code
  18848.  - Human Interface Toolbox
  18849.  - OpenWindowV
  18850. 83371X
  18851. Aug 00^    TC Disk 2
  18852. e    No Change
  18853. ssentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  18854. The Item Color Table Resource is difficult to do by hand.  This sample shows how one is done and is carefully documented.  It show how to use different color and font in EditText items.  It also show how to use color in buttons.
  18855. ItemHider:  Two sample applications, in both MPW and Turbo Pascal
  18856.  versions, show how to hide editText fields in a dialog.
  18857. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  18858. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  18859. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  18860. KeyMapTest:  Shows how to interpret the results of GetKeys.
  18861. ListInDialog:  A snippet that shows how to put a List Manager list i
  18862. opengl
  18863. drawsprocket
  18864. opengl
  18865. drawsprocket
  18866. opengl
  18867. parts
  18868. opengl
  18869. openmultfiles
  18870. opentptppp
  18871. opentptppp
  18872. openwindow
  18873. openwindow
  18874. openwindow
  18875. openwindow
  18876. opp's
  18877. opportunities
  18878. optimization
  18879. optimization
  18880. optimizationend
  18881. optimizationend
  18882. oracle
  18883. orientedS
  18884. utilitiesQ
  18885. osahelpers
  18886. osahelpers
  18887. osahelpers
  18888. ext.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  18889. 2) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  18890. This sample illustrates the second method which makes it simpler and allows us to 
  18891. illustrate the DSp/OpenGL interface well.            
  18892. Note: You will have to change the access path for the OpenGL SDK with valid a one for your local environment.  Additionally, you may have to add a path to the DrawSprocket SDK if you are using Universal Interfaces 3.2 or earlier.
  18893. JeOpenGL DrawSprocket
  18894. OpenGL DrawSprocket.c
  18895. OpenGL DrawSprocket.CW2.
  18896. OpenGL DrawSprocket.CW5.
  18897. Read MeK
  18898. Nov 99ODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:
  18899. 81355X
  18900. 1e    No Change
  18901. example
  18902. egmenting the project would be tiresome or impractical.  See the document "About Convert
  18903. Projects" for details.
  18904. Convert
  18905. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  18906. t supported by the Code Warrior compilers, you
  18907.  will need to manually change your code.
  18908. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  18909. Projects, please contact the authors by one of the following means:
  18910.   Internet: bbedit@world.std.com
  18911.   CIS: 73051,3255
  18912.   AppleLink: BARE.BONES
  18913.   Fax: (508) 651-7584
  18914.   Phone: (508) 651-3561
  18915.   Mail:  Bare Bones Software
  18916.       c/o R. Siegel
  18917.       1 Larkspur W
  18918. MFMac OS 8.1+, OpenGL SDK, Universal Interfaces 3.3+ or DrawSprocket SDKN:OpenGL, DrawSprocket, multiple monitor, renderer, agl fontODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:PLDev.CD Aug 00 TC Disk 1
  18919.  - Sample Code
  18920.  - Graphics 3D
  18921.  - OpenGL DrawSprocketrms
  18922.  - Convert
  18923. Projects 1.0b5
  18924. --set theItem to choose file -- uncomment to test in an AS editor
  18925.     tell application "Finder"
  18926.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  18927.         activate
  18928.     end tell
  18929. on error errMsg number errNum
  18930.     --enter statements to perform when no records are found such as...
  18931.     display dialog "Sorry, the item you selected could not be found."
  18932.     return
  18933. end try
  18934. createpictfile
  18935. creator
  18936. creator
  18937. changer
  18938. development
  18939. resources
  18940. cursor
  18941. cursor
  18942. component
  18943. customget
  18944. customget
  18945. unresolved
  18946. alias
  18947. customicon
  18948. custommedia
  18949. custompiccomments
  18950. customputappend
  18951. customputsuffix
  18952. cyrillic
  18953. cyrillic
  18954. language
  18955. cyrillic
  18956. language
  18957. dashed
  18958. developerS
  18959. developers
  18960. development
  18961. dictation
  18962. digests
  18963. directions{
  18964. driver
  18965. editor
  18966. emulator
  18967. device
  18968. drivers
  18969. device
  18970. manager
  18971. devices
  18972. devnotes
  18973. dialog
  18974. dialog
  18975. dialog
  18976. manager
  18977. dictation
  18978. dictionary
  18979. dictionary
  18980. manager
  18981. digital
  18982. digital
  18983. camera
  18984. digital
  18985. video
  18986. digital
  18987. video
  18988. output
  18989. digitizer
  18990. digitizing
  18991. dimmed
  18992. dimming
  18993. direct
  18994. direct
  18995. pixel
  18996. access
  18997. dirid
  18998. disable
  18999. disable
  19000. disabled
  19001. disassembler
  19002. disassembly
  19003. device
  19004. driver
  19005. drivers
  19006. image
  19007. inserted
  19008. events
  19009. display
  19010. display
  19011. folder
  19012. display
  19013. gxgraphics
  19014. gxobjects
  19015. gxoverridetool
  19016. gxoverview
  19017. gxprintdrivers
  19018. gxprinting
  19019. gxtypography
  19020. Wresample
  19021. coresample
  19022. coresample
  19023. terminology
  19024. coursesS
  19025. createcopy
  19026. Version 1.2: Cleaned up agl font implementation, added context and card vendor info to display.  Fixed agl font issue with setting GL_UNPACK_ROW_LENGTH.
  19027. This is an example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  It also illustrates a simple OpenGL buffer swaps per second co
  19028. unter via AGL font support.  This is done with a generic string drawing routine that can be used in any OpenGL application.
  19029. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dialog only if there are more than one "best" device.  In leu of that, the two best other options are:
  19030. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OpenGL cont
  19031. ringR
  19032. riser
  19033. robustness
  19034. rotate
  19035. rotatestring
  19036. rotatestring
  19037. rotate
  19038. rotation
  19039. router
  19040. routines
  19041. routing
  19042. rowbytes
  19043. rubber-banding
  19044. rubber-banding
  19045. srcxor
  19046. stretch
  19047. rules
  19048. runtime
  19049. sample
  19050. sample
  19051. sample
  19052. games
  19053. graphics
  19054. animation
  19055. sample
  19056. traffic
  19057. light
  19058. samplerateavail
  19059. saving
  19060. savings
  19061. scale
  19062. country
  19063. courseS
  19064. coursesS
  19065. courseware
  19066. cpu's
  19067. craig
  19068. crashX
  19069. crashed
  19070. crashesW
  19071. crawl
  19072. create]
  19073. created
  19074. 83369X
  19075. Aug 00^    TC Disk 1
  19076. --set theItem to choose file -- uncomment to test in an AS editor
  19077.     tell application "Finder"
  19078.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:"
  19079.         activate
  19080.     end tell
  19081. on error errMsg number errNum
  19082.     --enter statements to perform when no records are found such as...
  19083.     display dialog "Sorry, the item you selected could not be found."
  19084.     return
  19085. end try
  19086. e    No Changef6OpenGL
  19087. DrawSprocket
  19088. multiple monitor
  19089. renderer
  19090. agl fontq
  19091. Dev.CD Aug 00 TC Disk 1
  19092. D!All Packages
  19093. Mac OS SDK Edition
  19094. OpenGL Install
  19095.     y dialog "Sorry, the item you selected could not be found."
  19096.     return
  19097. end try
  19098. e    No Changef
  19099. CopyBits
  19100. CopyMaskq
  19101. Dev.CD Aug 00 TC Disk 1
  19102. All Packages
  19103. CopyBitsSpeedPaletteIMThis program demostrates ways to increase copybits speed when using palettes.V
  19104. 81357X
  19105. 1e    No Change
  19106. y--set theItem to choose file -- uncomment to test in an AS editor
  19107.     tell application "Finder"
  19108.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  19109.         activate
  19110.     end tell
  19111. on error errMsg number errNum
  19112.     --enter statements to perform when no records are found such as...
  19113.     display dialog "Sorry, the item you selected could not be found."
  19114.     return
  19115. end try
  19116. testvrmedia
  19117. testylesample
  19118. testylesample
  19119. testylesample
  19120. testylesample
  19121. testylesample
  19122. testylesampleglue
  19123. testylesampleglue
  19124. testylesampleglue
  19125. extractors
  19126. plug-ins
  19127. text-to-speech
  19128. text-to-speech
  19129. first
  19130. textchanger
  19131. textchanger
  19132. 2.0.1
  19133. textconvertermain
  19134. textconvertermain
  19135. textdrag
  19136. textdrag
  19137. textedit
  19138. textencodingcmgr
  19139. textfile
  19140. textfile
  19141. textfile
  19142. textfile
  19143. textfile
  19144. tasks
  19145. tcp/ip
  19146. tcp/ip
  19147. appletalk
  19148. reconfiguration
  19149. network
  19150. setup
  19151. ottcpwilldial
  19152. tcp/ip
  19153. networking
  19154. standards
  19155. based
  19156. tear-off
  19157. technical
  19158. technical
  19159. publications
  19160. technical
  19161. documentation
  19162. documentation
  19163. techniques
  19164. tedittext
  19165. telephone
  19166. telephone
  19167. manager
  19168. telephony
  19169. analog
  19170. phone
  19171. telephony
  19172. television
  19173. tendpointinfo
  19174. terminology
  19175. tesample
  19176. tesample
  19177. objec
  19178. oriented
  19179. object
  19180. pascal
  19181. framework
  19182. ooptesample
  19183. testdeviceattribute
  19184. testing
  19185. testing
  19186. debugging
  19187. testing
  19188. debugging
  19189. networking
  19190. communications
  19191. testing
  19192. debugging
  19193. printers
  19194. testing
  19195. international
  19196. testing
  19197. memory
  19198. virtual
  19199. debugging
  19200. testylesample
  19201. textO
  19202. 83735X
  19203. Apr 00^
  19204. --set theItem to choose file -- uncomment to test in an AS editor
  19205.     tell application "Finder"
  19206.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:"
  19207.         activate
  19208.     end tell
  19209. on error errMsg number errNum
  19210.     --enter statements to perform when no records are found such as...
  19211.     display dialog "Sorry, the item you selected could not be found."
  19212.     return
  19213. end try
  19214. Deletedf
  19215. QuickTime
  19216. video
  19217. streaming
  19218. audioq
  19219. Dev.CD Apr 00 SDK1
  19220. XD!All Packages
  19221. Mac OS SDK Edition
  19222. QuickTime 4.1.2 SDK - Windows
  19223. HWindows developers can also use QuickTime within products via the QuickTime 4 Interfaces and Libraries files. These QuickTime interfaces and libraries are required to build QuickTime savvy applications or QuickTime components. Also included are the tools to generate QuickTime resources for applications or QuickTime components.
  19224. 83736X
  19225. 1e    No Change
  19226. wishes
  19227. wishing
  19228. withA
  19229. launchB
  19230. launchaplication
  19231. launchapplication
  19232. launched
  19233. launcher
  19234. launches
  19235. launching{
  19236. launchwithdoc
  19237. launchwithdoc2
  19238. launchwithsize
  19239. laurence
  19240. lavoie
  19241. layer
  19242. layering
  19243. layers
  19244. layout
  19245. CopyDeepMask.mcp
  19246. CopyDeepMask.rsrcM
  19247. Color QuickDrawN&CopyDeepMask, GWorld, offscreen GWorldO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Aug 00 TC Disk 1
  19248.  - Sample Code
  19249.  - Graphics 2D
  19250.  - CopyDeepMask
  19251. All Packages
  19252. System Enabler 065 (LC 575)O
  19253. Dev.CD Apr 94
  19254. Dev.CD Jan 94P
  19255. Dev.CD Apr 94
  19256. Dev.CD Jan 9V
  19257. 84069X
  19258. Apr 94
  19259. p--set theItem to choose file -- uncomment to test in an AS editor
  19260.     tell application "Finder"
  19261.         open item "Dev.CD Apr 94
  19262. Dev.CD Jan 94"
  19263.         activate
  19264.     end tell
  19265. on error errMsg number errNum
  19266.     --enter statements to perform when no records are found such as...
  19267.     display dialog "Sorry, the item you selected could not be found."
  19268.     return
  19269. end try
  19270. All Packages
  19271. System Enabler 088 (AVs)O)Dev.CD Apr 94
  19272. Dev.CD Jan 94
  19273. Dev.CD Oct 93P(Dev.CD Apr 94
  19274. Dev.CD Jan 94
  19275. Dev.CD Oct 9V
  19276. 84070X
  19277. Apr 94
  19278. mensch
  19279. mentioned
  19280. mentors
  19281. menuU
  19282. menumanager
  19283. menusv
  19284. message
  19285. messagepad{
  19286. messages{
  19287. messagewatcher
  19288. methodx
  19289. methodology
  19290. methods
  19291. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  19292. SNMP, Network ManagementODDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:PODev.CD Aug 00 TC Disk 1
  19293.  - Tool Chest
  19294.  - Networking
  19295.  - SNMP
  19296.  - SNMP DevelopmentV
  19297. 83860X
  19298. Aug 00^    TC Disk 1
  19299. --set theItem to choose file -- uncomment to test in an AS editor
  19300.     tell application "Finder"
  19301.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:"
  19302.         activate
  19303.     end tell
  19304. on error errMsg number errNum
  19305.     --enter statements to perform when no records are found such as...
  19306.     display dialog "Sorry, the item you selected could not be found."
  19307.     return
  19308. end try
  19309. e    No Changef
  19310. Network Managementq
  19311. Dev.CD Aug 00 TC Disk 1
  19312. All Packages
  19313. SoftVdig
  19314. 83861X
  19315. scroll
  19316. survival
  19317. guide
  19318. offers
  19319. overview
  19320. audio
  19321. produces
  19322. template
  19323. building
  19324. balloon
  19325. version
  19326. tesample
  19327. substantially
  19328. reworked
  19329. identified
  19330. identifier
  19331. identifiers
  19332. identify
  19333. identifying
  19334. identity
  19335. identitydb
  19336. ignore
  19337. generically
  19338. genericness
  19339. geometric
  19340. geometries
  19341. geoport{
  19342. german
  19343. germany
  19344. gestaltB
  19345. gestaltequ
  19346. gestalticonutilities
  19347. gestaltnativecputype
  19348. gestalttable
  19349. gestaltvalue
  19350. events
  19351. needs
  19352. events
  19353. get1resource
  19354. getadevtype
  19355. getdctlentry
  19356. getdraghilite
  19357. getdraghilitecolor
  19358. getfinfo
  19359. getgraphicsimporterf
  19360. getgrayrgn
  19361. gethideonswitch
  19362. getindstring
  19363. getinfo
  19364. getkeysV
  19365. getlastchange
  19366. getmfsize
  19367. getnextevent
  19368. getnextfond
  19369. PIDev.CD Aug 00 TC Disk 1
  19370.  - Tool Chest
  19371.  - Hardware
  19372.  - OpenFWBridgeFixJul97 TC Disk 2
  19373. All Packages
  19374. CPlusTESample
  19375. $This version of TESample has been substantially reworked in C++ to show how a "typical" object-oriented program could be written.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  19376. AppLib.h
  19377. AppLib.o
  19378. AppLib.r
  19379. Application.cp
  19380. Application.cp.o
  19381. Application.h
  19382. C.pipe.cmnd
  19383. C.pipe.code.c
  19384. Document.cp
  19385. Document.cp.o
  19386. Document.h
  19387. Exceptions.cp
  19388. Exceptions.cp.o
  19389. Exceptions.h
  19390. Failure.o
  19391. FlowCtlMacs.d
  19392. List.cp
  19393. List.cp.o
  19394. List.h
  19395. ProgStrucMacs.d
  19396. README
  19397. TECommon.h
  19398. TEDocument.cp
  19399. TEDocument.cp.o
  19400. TEDocument.h
  19401. TESample
  19402. TESample.cp
  19403. TESample.cp.o
  19404. TESample.h
  19405. TESample.make
  19406. TESample.r
  19407. TESampleGlue.a
  19408. TESampleGlue.a.o
  19409. UMAFailure.a
  19410. UMAFailure.a.o
  19411. UMAFailure.h
  19412. UMAFailure.inc1.p
  19413. UMAFailure.p
  19414. UMAFailure.p.o
  19415. MPW 3.1 or laterN&TextEdit, TESample, C++, CPlusTESample
  19416. up-to-date_
  19417. upcoming
  19418. updateR
  19419. update
  19420. translation
  19421. manager
  19422. update-based
  19423. updated
  19424. updated
  19425. conceptual
  19426. reference
  19427. documentation
  19428. mpt; to set OF NVRAM variables, type "setenv name value".
  19429. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  19430. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  19431.  the Tanzania-family machines listed above.
  19432. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  19433. Any MacOS prior to 8.2.
  19434. Hanging on boot (black screen) is possible with the above configuration.
  19435. JDBugDetails
  19436. Buildscript
  19437. Extension.a
  19438. Extension.r
  19439. OpenFWBridgeFixJuly97K
  19440. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserOADev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  19441. snapshot
  19442. sample
  19443. application
  19444. shows
  19445. snapshots
  19446. snarfer
  19447. snarfing
  19448. snazzy
  19449. sndforever
  19450. sndplay
  19451. sndplaydoublebuffer
  19452. sndplaydoublebuffera
  19453. sndplaydoublebufferc
  19454. sndstartfileplay
  19455. sneak3view
  19456. sneak3view
  19457. debugging
  19458. testing
  19459. drawing
  19460. snippet
  19461. uring
  19462. carbon
  19463. carbon
  19464. graphic
  19465. import
  19466. readme
  19467. carbon
  19468. window
  19469. carbonlib
  19470. carbonlib
  19471. 1.0.4
  19472. carbonprintingmgr
  19473. carbonsndplaydb
  19474. carbonsndplaydb
  19475. carbonsndplaydb
  19476. carbonsndplaydb
  19477. readme
  19478. 83820X
  19479. Aug 00^    TC Disk 2
  19480. --set theItem to choose file -- uncomment to test in an AS editor
  19481.     tell application "Finder"
  19482.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:"
  19483.         activate
  19484.     end tell
  19485. on error errMsg number errNum
  19486.     --enter statements to perform when no records are found such as...
  19487.     display dialog "Sorry, the item you selected could not be found."
  19488.     return
  19489. end try
  19490. e    No Changef
  19491. QuickTime
  19492. callback
  19493. movie
  19494. loopq
  19495. Dev.CD Aug 00 TC Disk 2
  19496. All Packages
  19497. ShowBalloon XFCNIGA simple XFCN that calls HMShowBalloon with the appropriate parameters.JKShowBalloon
  19498. ShowBalloon Demo
  19499. ShowBalloon.c
  19500. ShowBalloon.c.o
  19501. ShowBalloon.makeM*Hypercard, XFCN, Balloon help, ShowBalloonN!hypercard, XFCN, ShowBalloon XFCNOSDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:P^Dev.CD Aug 00 TC Disk 2
  19502.  - Sample Code
  19503.  - Platforms and Tools
  19504.  - HyperCard
  19505.  - ShowBalloon XFCNV
  19506. 83821X
  19507. Aug 00e    No Change
  19508. kJIheaders
  19509. Record sound.
  19510. Record to disk PPC
  19511. Record_Sound_at_rate.doc
  19512. sourceM
  19513. Sound Manager 3.2 or laterN,record, sound, disk, SPBRecord, SoundConvertOEDev.CD Aug 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:PMDev.CD Aug 00 TC Disk 2
  19514.  - Sample Code
  19515.  - Sound
  19516.  - Record sound specific rate
  19517. umousetrackbehavior
  19518. un/mount
  19519. un/mount
  19520. un/mount
  19521. un/mount
  19522. un/mount
  19523. under~
  19524. unicodeutilities
  19525. unicodeutilities
  19526. unitntrycnt
  19527. unitntrycnt
  19528. universal
  19529. universal
  19530. interfaces
  19531. universalinterfaces3
  19532. universalinterfaces3
  19533. university
  19534. unmountit
  19535. unmountit
  19536. unmountit
  19537. unmountit
  19538. unmountprojector
  19539. unresolved
  19540. unsupported
  19541. unsupported
  19542. libraries
  19543. untitled
  19544. upgrading
  19545. bbedit
  19546. uprocessguts
  19547. uprocessguts
  19548. uprocessldef
  19549. uprocessldef
  19550. uprocessutils
  19551. uprocessutils
  19552. technical
  19553. technical
  19554. documentation
  19555. technical
  19556. publications
  19557. techniques
  19558. technote
  19559. technote
  19560. tedittext
  19561. telephone
  19562. telephone
  19563. manager
  19564. telephony
  19565. television
  19566. tendpointinfo
  19567. terminology
  19568. tesample
  19569. testdeviceattribute
  19570. testing
  19571. testylesample
  19572. textO
  19573. editor
  19574. encoding
  19575. encoding
  19576. converter
  19577. services
  19578. manager
  19579. services
  19580. textedit
  19581. text-to-speech
  19582. textedit
  19583. texture
  19584. thread
  19585. thread
  19586. manager
  19587. threads
  19588. thumbnail
  19589. tilisten
  19590. manager
  19591. tasks
  19592. synchronization
  19593. backup
  19594. assistant
  19595. folder
  19596. duplicatio@
  19597. formatasdos@
  19598.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  19599. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  19600. The problem was that incorrect OF code was being matched up with 
  19601. certain PCI cards that contained PCI-PCI bridges.
  19602. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  19603. mentioned above perform the matching task.
  19604. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  19605. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  19606. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  19607. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  19608. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  19609. 83368X
  19610. Aug 00^    TC Disk 1
  19611. --set theItem to choose file -- uncomment to test in an AS editor
  19612.     tell application "Finder"
  19613.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  19614.         activate
  19615.     end tell
  19616. on error errMsg number errNum
  19617.     --enter statements to perform when no records are found such as...
  19618.     display dialog "Sorry, the item you selected could not be found."
  19619.     return
  19620. end try
  19621. e    No ChangefVTanzania
  19622. Zanzibar
  19623. StarMax
  19624. Open Firmware
  19625. Bridge
  19626. PCI-PCI Bridge
  19627. Riserq
  19628. Dev.CD Aug 00 TC Disk 1
  19629. All Packages
  19630. OpenGL DrawSprocket
  19631. 83369X
  19632.         open item "Dev.CD Jul 95"
  19633.         activate
  19634.     end tell
  19635. on error errMsg number errNum
  19636.     --enter statements to perform when no records are found such as...
  19637.     display dialog "Sorry, the item you selected could not be found."
  19638.     return
  19639. end try
  19640. All Packages
  19641. CPUGestaltV
  19642. 81368X
  19643. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  19644. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  19645. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  19646. RAM) with an image contained in the Extension.
  19647. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  19648. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  19649. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  19650. In the Device Tree probing process, OF builds a
  19651. J)Development:
  19652. Japanese:
  19653. Recipes:
  19654. Apr 96L
  19655. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  19656.  - Development Kits (Disc 2)
  19657.  - OpenDoc InternationalV
  19658. 83367X
  19659. Jan 97^
  19660. --set theItem to choose file -- uncomment to test in an AS editor
  19661.     tell application "Finder"
  19662.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  19663.         activate
  19664.     end tell
  19665. on error errMsg number errNum
  19666.     --enter statements to perform when no records are found such as...
  19667.     display dialog "Sorry, the item you selected could not be found."
  19668.     return
  19669. end try
  19670. Deletedq
  19671. Dev.CD Jan 97 SDK2
  19672. All Packages
  19673. OpenFWBridgeFixJul97
  19674. 83368X
  19675. library`
  19676.  number errNum
  19677.     --enter statements to perform when no records are found such as...
  19678.     display dialog "Sorry, the item you selected could not be found."
  19679.     return
  19680. end try
  19681. compilers
  19682. compiles
  19683. complaining
  19684. complaints
  19685. completeS
  19686. complete
  19687. apple
  19688. hardware
  19689. developer
  19690. documentation
  19691. where
  19692. completed
  19693. completely
  19694. completion
  19695. complex
  19696. compliant
  19697. complies
  19698. componentQ
  19699. component's
  19700. component-based
  19701. componentflagsmask
  19702. componentincludes
  19703. components
  19704.        activate
  19705.     end tell
  19706. on error errMsg number errNum
  19707.     --enter statements to perform when no records are found such as...
  19708.     display dialog "Sorry, the item you selected could not be found."
  19709.     return
  19710. end try
  19711. --set theItem to choose file -- uncomment to test in an AS editor
  19712.     tell application "Finder"
  19713.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:"
  19714.         activate
  19715.     end tell
  19716. on error errMsg number errNum
  19717.     --enter statements to perform when no records are found such as...
  19718.     display dialog "Sorry, the item you selected could not be found."
  19719.     return
  19720. end try
  19721. createthumbnail
  19722. creating
  19723. creating
  19724. creating
  19725. pippin
  19726. cdroms
  19727. creation
  19728. creator
  19729. creator
  19730. changer
  19731. creator
  19732. changer
  19733. project
  19734. creator
  19735. registration
  19736. creditsbox
  19737. creditsbox
  19738. crsrdev
  19739. crsrdev
  19740. scheduled
  19741. schedulesS
  19742. scheme
  19743. schemes
  19744. schneider
  19745. school
  19746. science
  19747. scoop
  19748. score
  19749. scoring
  19750. scott
  19751. scrambling
  19752. scrap
  19753. scrapbook
  19754. screenB
  19755. screen's
  19756. screen-based
  19757. screencompare
  19758. screendump
  19759. screens
  19760. screenshots
  19761. scripty
  19762. scriptability
  19763. ent to test in an AS editor
  19764.     tell application "Finder"
  19765.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:CreateMovie:"
  19766.         activate
  19767.     end tell
  19768. on error errMsg number errNum
  19769.     --enter statements to perform when no records are found such as...
  19770.     display dialog "Sorry, the item you selected could not be found."
  19771.     return
  19772. end try
  19773. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  19774.  - Development Kits (Disc 2)
  19775.  - QuickTake Digital CameraV
  19776. 83646X
  19777. Apr 98^
  19778. --set theItem to choose file -- uncomment to test in an AS editor
  19779.     tell application "Finder"
  19780.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  19781.         activate
  19782.     end tell
  19783. on error errMsg number errNum
  19784.     --enter statements to perform when no records are found such as...
  19785.     display dialog "Sorry, the item you selected could not be found."
  19786.     return
  19787. end try
  19788. Deletedq
  19789. Dev.CD Apr 98 SDK2
  19790. D!All Packages
  19791. Mac OS SDK Edition
  19792. QuickTake for Windows 1.5
  19793. track
  19794. actionsZ
  19795. quicktime
  19796. timecode
  19797. track
  19798. media
  19799. handler
  19800. quicktime
  19801. handler
  19802. quicktime
  19803. vector
  19804. picture
  19805. quicktime
  19806. video
  19807. digitizing
  19808. quicktime
  19809. video
  19810. sound
  19811. track
  19812. movie
  19813. create
  19814. quicktime
  19815. video
  19816. streaming
  19817. audio
  19818. quicktime
  19819. framework
  19820. shell
  19821. viewer
  19822.  we think, less confusing to simply call it ODF 3.
  19823. This release supports the following development environments for PowerPC: 
  19824.    - Metrowerks CodeWarrior 10
  19825.    - MrC for MPW
  19826. This release supports the  following build environments  for 68K:
  19827.    - Symantec C++ for MPW
  19828.    - CodeWarrior 10 for 68K
  19829. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  19830. Developer University:
  19831. Documentation:
  19832. Getting Started:
  19833. Important Information
  19834. Localization Tools:
  19835. ODF Sample Parts:
  19836. ODF-Interest Archive:
  19837. ODFDev:
  19838. ODFLibrary 1.2:
  19839. PartMaker:
  19840. Release Notes:
  19841. Tools & Goodies:
  19842. Updates & Patches:K
  19843. Apr 96L
  19844. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  19845.  - Development Kits (Disc 2)
  19846.  - OpenDoc Development Framework
  19847. targetingw
  19848. targets
  19849. targetted
  19850. tasksj
  19851. tcp/ip
  19852. tcp/ip
  19853. administration
  19854. macintosh
  19855. v2.0.4
  19856. tcp/ip
  19857. connection
  19858. macintosh
  19859. v2.0.4
  19860. tcp/ip/lpr
  19861. tcpclose
  19862. tcpreceive
  19863. tcpsend
  19864. teach
  19865. teamw
  19866. tear-off
  19867. tech{
  19868. technicalT
  19869. technical
  19870. overview
  19871. rotate
  19872. movie
  19873. sample
  19874. folder
  19875. windows
  19876. sndplaydblbuffer
  19877. 2.0b6
  19878. 2.0b6
  19879. traddriverloaderlib
  19880. me-formatasdosdisk
  19881. reader_
  19882. reader
  19883. installer_
  19884. readlocation
  19885. readlocation
  19886. readlocation
  19887. readlocation
  19888. readmeP
  19889. 83366X
  19890. Jan 97^
  19891. --set theItem to choose file -- uncomment to test in an AS editor
  19892.     tell application "Finder"
  19893.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  19894.         activate
  19895.     end tell
  19896. on error errMsg number errNum
  19897.     --enter statements to perform when no records are found such as...
  19898.     display dialog "Sorry, the item you selected could not be found."
  19899.     return
  19900. end try
  19901. Deletedq
  19902. Dev.CD Jan 97 SDK2
  19903. D!All Packages
  19904. Mac OS SDK Edition
  19905. OpenDoc International
  19906. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  19907. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  19908. 83367X
  19909. Deleted
  19910. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  19911. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  19912. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  19913. All Packages
  19914. System UpdateO
  19915. Dev.CD Apr 94P
  19916. Dev.CD Apr 9V
  19917. 84212X
  19918. Apr 94
  19919. b--set theItem to choose file -- uncomment to test in an AS editor
  19920.     tell application "Finder"
  19921.         open item "Dev.CD Apr 94"
  19922.         activate
  19923.     end tell
  19924. on error errMsg number errNum
  19925.     --enter statements to perform when no records are found such as...
  19926.     display dialog "Sorry, the item you selected could not be found."
  19927.     return
  19928. end try
  19929. All Packages
  19930. System UpdateO
  19931. Dev.CD Apr 94P
  19932. Dev.CD Apr 9V
  19933. 84213X
  19934. Apr 94
  19935. b--set theItem to choose file -- uncomment to test in an AS editor
  19936.     tell application "Finder"
  19937.         open item "Dev.CD Apr 94"
  19938.         activate
  19939.     end tell
  19940. on error errMsg number errNum
  19941.     --enter statements to perform when no records are found such as...
  19942.     display dialog "Sorry, the item you selected could not be found."
  19943.     return
  19944. end try
  19945. All Packages
  19946. System UpdateO
  19947. Dev.CD Apr 94P
  19948. Dev.CD Apr 9V
  19949. 84214X
  19950. Apr 94
  19951. tester
  19952. testing
  19953. testqd
  19954. testvm
  19955. testylesample
  19956. encoding
  19957. converter
  19958. textedit
  19959. texttotypeintlcoerci
  19960. thingies
  19961. thooks
  19962. thread
  19963. thread
  19964. manager
  19965. threaded
  19966. thumbnail
  19967. thumbnail
  19968. tickanimate
  19969. ticket
  19970. ticket
  19971. program
  19972. timecode
  19973. timeslaving
  19974. timezone
  19975. timezone
  19976. daylight
  19977. communication
  19978. communications{
  19979. community
  19980. compact
  19981. companies
  19982. companion_
  19983. company
  19984. company's
  19985. compare
  19986. compared
  19987. comparedirtext
  19988. comparelastrevision
  19989. compareproc
  19990. compares
  19991. comparing
  19992. comparisions
  19993. comparison
  19994. --set theItem to choose file -- uncomment to test in an AS editor
  19995.     tell application "Finder"
  19996.         open item "Dev.CD Apr 94
  19997. Dev.CD Jan 94
  19998. Dev.CD Oct 93
  19999. Dev.CD Jul 93"
  20000.         activate
  20001.     end tell
  20002. on error errMsg number errNum
  20003.     --enter statements to perform when no records are found such as...
  20004.     display dialog "Sorry, the item you selected could not be found."
  20005.     return
  20006. end try
  20007. interfacelib
  20008. interfacesu
  20009. interleave
  20010. interleaving
  20011. internal
  20012. internal
  20013. logic
  20014. internally
  20015. internals
  20016. international
  20017. internationalization
  20018. whole
  20019. wholesale
  20020. wholly
  20021. whose
  20022. wideS
  20023. widely
  20024. wildcard
  20025. wilderness
  20026. willU
  20027. objectsupportlib
  20028. macodbc
  20029. database
  20030. connectivity
  20031. drivers
  20032. network
  20033. middlewar
  20034. apple
  20035. event
  20036. opening
  20037. documents
  20038. off-screen
  20039. offscreenr
  20040. offscreen
  20041. copybits
  20042. newgworld
  20043. gworld
  20044. pixmap
  20045. bitmap
  20046. alterr
  20047. ooptesample
  20048. opaque
  20049. choose
  20050. folder
  20051. navigation
  20052. services
  20053. transport
  20054. cache
  20055. delete
  20056. query
  20057. arpsample
  20058. transport
  20059. resource
  20060. codewarrior
  20061. ethern
  20062. transport
  20063. debug
  20064. transport
  20065. kernel
  20066. strlog
  20067. debug
  20068. streams
  20069. otstreaml
  20070. C Disk 1:Tool Chest:Communications Toolbox:CTB Development Resources:P\Dev.CD Aug 00 TC Disk 1
  20071.  - Tool Chest
  20072.  - Communications Toolbox
  20073.  - CTB Development Resources
  20074. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  20075. Contains OpenDoc
  20076.  1.1, documentation, and development essentials.
  20077. Cyberdog 1.1:
  20078. Developer Documentation:
  20079. Installing OpenDoc
  20080. Introduction to Component SW:
  20081. Licensing:
  20082. OpenDoc Development:
  20083. OpenDoc Development Framework
  20084. OpenDoc DR6 ReadMe
  20085. OpenDoc
  20086.  Source CodeK
  20087. Apr 96L
  20088. Jan 97M
  20089. Any Macintosh with 68030 or greater, or Power Macintosh.
  20090. Suggested 8MB RAM or more.
  20091.  OS Version 7.1.1 or later for 68K Macintosh
  20092. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  20093.  - Development Kits (Disc 2)
  20094.  - OpenDoc
  20095. OpenDoc
  20096. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  20097. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  20098. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabl
  20099. otbuffer
  20100. otbufferinfo
  20101. otdumpinternetstatus
  20102. otdumpportregistry
  20103. otendpointinfo
  20104. otfifo
  20105. otfindserialports
  20106. otgetendpointinfo
  20107. otgetindexedport
  20108. otgetuserportnamefro
  20109. otlifo
  20110. otlink
  20111. otllctest
  20112. otlookup
  20113. otlookupnametest
  20114. otoptionmanagment
  20115. otpapsampleserver
  20116. otpingsample
  20117. otsimpledownloadhttp
  20118. otsimpleserverhttp
  20119. otstreamlogviewer
  20120. ottcpwilldial
  20121. ottraceroutesample
  20122. ottransferproviderow
  20123. ottransferproviderow
  20124. client
  20125. library
  20126. output
  20127. override
  20128.  Packages
  20129. CustomIcon
  20130. 81376X
  20131. 83365X
  20132. Jan 97^
  20133. --set theItem to choose file -- uncomment to test in an AS editor
  20134.     tell application "Finder"
  20135.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  20136.         activate
  20137.     end tell
  20138. on error errMsg number errNum
  20139.     --enter statements to perform when no records are found such as...
  20140.     display dialog "Sorry, the item you selected could not be found."
  20141.     return
  20142. end try
  20143. DeletedfPOpenDoc
  20144. Component Software
  20145. Compound Document Architecture
  20146. Objects
  20147. CORBAq
  20148. Dev.CD Jan 97 SDK2
  20149. D!All Packages
  20150. Mac OS SDK Edition
  20151. F(OpenDoc Development Framework, Release 3
  20152.     Get(PPC)
  20153. CustomGet.mcpM
  20154. System 7.0N.Standard File, CustomGetFile, choosing aliasesOSDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomGet unresolved alias:P^Dev.CD Aug 00 TC Disk 1
  20155.  - Sample Code
  20156.  - Files
  20157.  - Standard File
  20158.  - CustomGet unresolved alias
  20159. universal
  20160. universal
  20161. serial
  20162. storage
  20163. class
  20164. driver
  20165. systems
  20166. workstation
  20167. solaris
  20168. hp-ux
  20169. unloadscrap
  20170. unmount
  20171. unmount
  20172. finder
  20173. apple
  20174. events
  20175. morefiles
  20176. updateW
  20177. Apr 95
  20178. b--set theItem to choose file -- uncomment to test in an AS editor
  20179.     tell application "Finder"
  20180.         open item "Dev.CD Apr 95"
  20181.         activate
  20182.     end tell
  20183. on error errMsg number errNum
  20184.     --enter statements to perform when no records are found such as...
  20185.     display dialog "Sorry, the item you selected could not be found."
  20186.     return
  20187. end try
  20188. All Packages
  20189. QuickDraw GXO
  20190. Dev.CD Apr 95P
  20191. Dev.CD Apr 9V
  20192. 83622X
  20193. Apr 95
  20194. b--set theItem to choose file -- uncomment to test in an AS editor
  20195.     tell application "Finder"
  20196.         open item "Dev.CD Apr 95"
  20197.         activate
  20198.     end tell
  20199. on error errMsg number errNum
  20200.     --enter statements to perform when no records are found such as...
  20201.     display dialog "Sorry, the item you selected could not be found."
  20202.     return
  20203. end try
  20204. All Packages
  20205. QuickDraw GXO
  20206. Dev.CD Aug 93P
  20207. Dev.CD Aug 9V
  20208. 83623X
  20209. Aug 93
  20210. tasking
  20211. textO
  20212. update
  20213. --set theItem to choose file -- uncomment to test in an AS editor
  20214.     tell application "Finder"
  20215.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  20216.         activate
  20217.     end tell
  20218. on error errMsg number errNum
  20219.     --enter statements to perform when no records are found such as...
  20220.     display dialog "Sorry, the item you selected could not be found."
  20221.     return
  20222. end try
  20223. Deletedf
  20224. OT/PPP SDKq
  20225. Dev.CD Jul 99 SDK1
  20226. D!All Packages
  20227. Mac OS SDK Edition
  20228.  an open industry standard architecture for building reusable, distributed, cross-platform software.  
  20229. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  20230. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabld.  OpenDoc enabl
  20231. D!All Packages
  20232. Mac OS SDK Edition
  20233. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  20234. OpenTptPPP.h
  20235. OT/PPP Client Dev Note 1.0K
  20236. Apr 98M
  20237. Open TransportN
  20238. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  20239.  - Development Kits
  20240.  - Mac OS
  20241.  - Open Transport/PPP SDKV
  20242. 83364X
  20243. Jul 99define  an action proc that is called each time for each icon an an icon suite.
  20244. J@CustIcon.c
  20245. CustIcon.rsrc
  20246. CustomIcon(PPC)
  20247. CustomIcon.mcp
  20248. UntitledN
  20249. custom, iconsOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:CustomIcon:PODev.CD Aug 00 TC Disk 2
  20250.  - Sample Code
  20251.  - Human Interface Toolbox
  20252.  - CustomIcon
  20253. Text Editor API Preliminary Documentation
  20254. Inside Carbon: File Manager Reference
  20255. Inside Carbon: Network Services Location Manager Developer's
  20256. Inside Carbon: Apple Event Manager Reference
  20257. Carbon Porting Guide
  20258. email
  20259. embed
  20260. All Packages
  20261. System Enabler 065 (LC 575)O
  20262. Dev.CD Apr 94
  20263. Dev.CD Jan 94P
  20264. Dev.CD Apr 94
  20265. Dev.CD Jan 9V
  20266. 84052X
  20267. Apr 94
  20268. p--set theItem to choose file -- uncomment to test in an AS editor
  20269.     tell application "Finder"
  20270.         open item "Dev.CD Apr 94
  20271. Dev.CD Jan 94"
  20272.         activate
  20273.     end tell
  20274. on error errMsg number errNum
  20275.     --enter statements to perform when no records are found such as...
  20276.     display dialog "Sorry, the item you selected could not be found."
  20277.     return
  20278. end try
  20279. All Packages
  20280. System Enabler 065 (LC 575)O
  20281. Dev.CD Apr 94
  20282. Dev.CD Jan 94P
  20283. Dev.CD Apr 94
  20284. Dev.CD Jan 9V
  20285. 84053X
  20286. Apr 94
  20287. emodal
  20288. source
  20289. sample
  20290. illustrating
  20291. moved
  20292. movement
  20293. moves
  20294. movewindow
  20295. movieY
  20296. system
  20297. enabler
  20298. system
  20299. enabler
  20300. mactv
  20301. system
  20302. picker
  20303. system
  20304. update
  20305. taiwan
  20306. taiwan
  20307. chinese
  20308. option
  20309. 6.0.3
  20310. format/compression
  20311. newer
  20312. formats
  20313. formattedi
  20314. formatters
  20315. formatting
  20316. formerlyj
  20317. formerly
  20318. appearance
  20319. contextual
  20320. menumanager
  20321. formrelativeposition
  20322. formsU
  20323. formulate
  20324. forrest
  20325. forth
  20326. fortran
  20327. fortune
  20328. forward
  20329. forwards
  20330. found^
  20331. updatemovies 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:PeDev.CD Aug 00 TC Disk 2
  20332.  - Sample Code
  20333.  - QuickTime
  20334.  -  All Java
  20335.  - QuickTime for Java
  20336.  - CustomMediaV
  20337. 81377X
  20338. Aug 00^    TC Disk 2
  20339. --set theItem to choose file -- uncomment to test in an AS editor
  20340.     tell application "Finder"
  20341.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:"
  20342.         activate
  20343.     end tell
  20344. on error errMsg number errNum
  20345.     --enter statements to perform when no records are found such as...
  20346.     display dialog "Sorry, the item you selected could not be found."
  20347.     return
  20348. end try
  20349. e    No Changef
  20350. QuickTime
  20351. Dev.CD Aug 00 TC Disk 2
  20352. All Packages
  20353. CustomPicCommentsI
  20354. This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  20355. 81378X
  20356. 1e    No Change
  20357. debug
  20358. extensions
  20359. debug
  20360. sound
  20361. manager
  20362. debugf
  20363. debugf
  20364. debugf
  20365. debugger
  20366. debugger
  20367. debugger
  20368. debuggerpresence
  20369. debuggerpresence
  20370. debugging
  20371. debugging
  20372. optimized
  20373. debugging
  20374. tools
  20375. debugprefixfile
  20376. debugprefixfile
  20377. decom
  20378. decomp
  20379. decompressionm
  20380. decompression
  20381. prefixm
  20382. decompression&scalin
  20383. decompression&scalin
  20384. decompressorm
  20385. deepscreen
  20386. deepscreen
  20387. picker
  20388. deepscreen
  20389. picker
  20390. deepscreen
  20391. picker
  20392. tools
  20393. goodies
  20394. tools
  20395. toolwindow
  20396. toolwindow
  20397. toolwindow
  20398. submit
  20399. subprocesses
  20400. subroutine
  20401. subroutines
  20402. subsampling
  20403. subsection
  20404. subsequent
  20405. subset
  20406. subspace
  20407. substantially
  20408. substitute
  20409. substitution
  20410. subtle
  20411. subtype
  20412. succeed
  20413. success
  20414. successfulw
  20415. successfully
  20416. suchR
  20417. suddenly
  20418. control
  20419. informatiB
  20420. summary
  20421. hypercard
  20422. create
  20423. resolve
  20424. aliasesn
  20425. summary
  20426. technical
  20427. notes
  20428. contain
  20429. latest
  20430. summary
  20431. parser
  20432. allow
  20433. access
  20434. system'sW
  20435. basic
  20436. sample
  20437. printer
  20438. driver
  20439. macintosh
  20440. cintosh
  20441. powerbook
  20442. 2400c
  20443. macintosh
  20444. application
  20445. contains
  20446. examp
  20447. example
  20448. shows
  20449. additional
  20450. frame
  20451. example
  20452. shows
  20453. convert
  20454. version
  20455. folder
  20456. contains
  20457. example
  20458. illustrating
  20459. folder
  20460. contains
  20461. apple
  20462. source
  20463. drives
  20464. driving
  20465. dronezone
  20466. dronezone
  20467. application
  20468. which
  20469. designed
  20470. ckOBDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CustomPicComments:PJDev.CD Aug 00 TC Disk 1
  20471.  - Sample Code
  20472.  - Graphics 2D
  20473.  - CustomPicCommentsV
  20474. 81378X
  20475. Aug 00^    TC Disk 1
  20476. --set theItem to choose file -- uncomment to test in an AS editor
  20477.     tell application "Finder"
  20478.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CustomPicComments:"
  20479.         activate
  20480.     end tell
  20481. on error errMsg number errNum
  20482.     --enter statements to perform when no records are found such as...
  20483.     display dialog "Sorry, the item you selected could not be found."
  20484.     return
  20485. end try
  20486. e    No Changef PicComments
  20487. QuickDraw bottleneckq
  20488. Dev.CD Aug 00 TC Disk 1
  20489. All Packages
  20490. CustomPutAppendI
  20491. This demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file.V
  20492. 81379X
  20493. 1e    No Change
  20494. jMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.
  20495. appeared
  20496. appearing
  20497. append
  20498. appendages
  20499. appendditl
  20500. appendix
  20501. appleP
  20502. apple
  20503. detectors
  20504. technology
  20505. scans
  20506. searchiy
  20507. apple
  20508. sprockets
  20509. libraries
  20510. designed
  20511. simplify
  20512. PFDev.CD Jul 00 SDK1
  20513.  - Development Kits
  20514.  - Mac OS
  20515.  - Open Transport 1.3V
  20516. 83363X
  20517. Jul 00^
  20518. --set theItem to choose file -- uncomment to test in an AS editor
  20519.     tell application "Finder"
  20520.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:"
  20521.         activate
  20522.     end tell
  20523. on error errMsg number errNum
  20524.     --enter statements to perform when no records are found such as...
  20525.     display dialog "Sorry, the item you selected could not be found."
  20526.     return
  20527. end try
  20528. e    No Changef2AppleTalk
  20529. Ethernet
  20530. networking
  20531. OpenTransport
  20532. TCP/IPo
  20533. http://developer.apple.com/sdk/q
  20534. Dev.CD Jul 00 SDK1
  20535. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  20536. OpenTptPPP.h
  20537. OT/PPP Client Dev Note 1.0K
  20538. Apr 98M
  20539. Open TransportN
  20540. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  20541.  - Development Kits
  20542.  - Mac OS
  20543.  - Open Transport/PPP SDKV
  20544. 83364X
  20545. Jul 99
  20546. 83364X
  20547. Jul 99e
  20548. Deleted
  20549. demonstrate
  20550. customputappend
  20551. readme
  20552. customputappend
  20553. customputsuffix
  20554. customputsuffix
  20555. customputsuffix
  20556. customputsuffix
  20557. customputsuffix
  20558. readme
  20559. customputsuffix
  20560. cvideooutput
  20561. cvideooutput
  20562. cvideooutput
  20563. cvtccomments
  20564. buildfolder
  20565. builds
  20566. cwdefines
  20567. cwdefines
  20568. BigEasy
  20569. InstrumenPicker Test
  20570. Instrument Editor
  20571. Instrument Editor
  20572. Instrument Editor
  20573. .rsrc
  20574. Instrument Picker Test
  20575. Instrument Picker Test
  20576. .rsrc
  20577. QTMusic Sample Keyboards
  20578. QTMusic Sample Keyboards
  20579. QTMusic Sample Keyboards
  20580. .rsrc
  20581. QTMusic Sample Sequencer
  20582. QTMusic Sample Sequencer
  20583. Sample Code README
  20584. Instrument Editor
  20585. Instrument Picker Test
  20586. QTMusic Sample Keyboards
  20587. QTMusic Sample Sequencer
  20588. QTMusic Test Sequences
  20589. M    QuickTimeN
  20590. QuickTime, musicOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:PTDev.CD Aug 00 TC Disk 2
  20591.  - Sample Code
  20592.  - QuickTime
  20593.  - Music and Sound
  20594.  - QTMusicTooystemn
  20595. system
  20596. system
  20597. extension
  20598. system
  20599. features
  20600. system
  20601. system
  20602. identification
  20603. system
  20604. software
  20605. release
  20606. systems
  20607. table
  20608. tablet
  20609. color
  20610. tanzania
  20611. tasking
  20612. tasks
  20613. tcp/ip
  20614. mings
  20615. e    No Changef
  20616. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  20617. Dev.CD Jul 00 SDK1
  20618. D!All Packages
  20619. Mac OS SDK Edition
  20620. Open Transport SDK 2.6
  20621. Software Development Kit (SDK) for development of Open Transport Applications, Modules, and drivers. The SDK includes the client and module developer kits, which include documentation, header and library files and sample code of networking applications for AppleTalk and TCP/IP. There is an updated Apple Enet Driver Development Kit (DDK) for developing Ethernet drivers to function with Mac OS 9.
  20622. The program and driver samples presented in this SDK were compiled using MetroWerks CodeWarriorBP 5.0 (IDE 4.0) and requires the use of Universal Interfaces and Libraries 3.3.1.
  20623. J'Open Transport Debug
  20624. Open Transport SDKK
  20625. Jun 95L
  20626. Aug 00N6AppleTalk, Ethernet, networking, OpenTransport, TCP/IPO>Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:ngeo
  20627. http://developer.apple.com/sdk/
  20628. --set theItem to choose file -- uncomment to test in an AS editor
  20629.     tell application "Finder"
  20630.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  20631.         activate
  20632.     end tell
  20633. on error errMsg number errNum
  20634.     --enter statements to perform when no records are found such as...
  20635.     display dialog "Sorry, the item you selected could not be found."
  20636.     return
  20637. end try
  20638. CustomPutSuffix.mcp
  20639. CustomPutSuffix.rsrc
  20640. InitMac.c
  20641. InitMac.hM
  20642. System 7.0N
  20643. Standard File, replace hookOHDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutSuffix:PSDev.CD Aug 00 TC Disk 1
  20644.  - Sample Code
  20645.  - Files
  20646.  - Standard File
  20647.  - CustomPutSuffix
  20648. PQDev.CD Aug 00 TC Disk 2
  20649.  - Sample Code
  20650.  - Human Interface Toolbox
  20651.  - SetIndStringV
  20652. 83808X
  20653. Aug 00^    TC Disk 2
  20654. --set theItem to choose file -- uncomment to test in an AS editor
  20655.     tell application "Finder"
  20656.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SetIndString:"
  20657.         activate
  20658.     end tell
  20659. on error errMsg number errNum
  20660.     --enter statements to perform when no records are found such as...
  20661.     display dialog "Sorry, the item you selected could not be found."
  20662.     return
  20663. end try
  20664. e    No Changeq
  20665. Dev.CD Aug 00 TC Disk 2
  20666. All Packages
  20667. SetLED
  20668. _SetLED is a sample program to demonstrate the use of the ADBOp call, including use of the completion routine under 68K, CFM68K, and PPC.  It demonstrates a workaround for a bug with the CFM68K InterfaceLib glue code such that a call to ADBOp under CFM68K results in a bus error. This bug was identified with Mac OS 8.1 running on different 68040 CPUs.
  20669. Jun 98V
  20670. 83809X
  20671. 1e    No Change
  20672. All Packages
  20673. Open TransportO
  20674. Dev.CD Jun 97 SSWP
  20675. Dev.CD Jun 97 SSV
  20676. 83359X
  20677. Jun 97
  20678. f--set theItem to choose file -- uncomment to test in an AS editor
  20679.     tell application "Finder"
  20680.         open item "Dev.CD Jun 97 SSW"
  20681.         activate
  20682.     end tell
  20683. on error errMsg number errNum
  20684.     --enter statements to perform when no records are found such as...
  20685.     display dialog "Sorry, the item you selected could not be found."
  20686.     return
  20687. end try
  20688. All Packages
  20689. Open TransportO
  20690. Dev.CD Jun 97 SSWP
  20691. Dev.CD Jun 97 SSV
  20692. 83360X
  20693. Jun 97
  20694. f--set theItem to choose file -- uncomment to test in an AS editor
  20695.     tell application "Finder"
  20696.         open item "Dev.CD Jun 97 SSW"
  20697.         activate
  20698.     end tell
  20699. on error errMsg number errNum
  20700.     --enter statements to perform when no records are found such as...
  20701.     display dialog "Sorry, the item you selected could not be found."
  20702.     return
  20703. end try
  20704. All Packages
  20705. Open TransportO
  20706. Dev.CD Jun 97 SSWV
  20707. 83361X
  20708. Dev.CD Jun 97 SSV
  20709. 83361X
  20710. Jun 97
  20711. f--set theItem to choose file -- uncomment to test in an AS editor
  20712.     tell application "Finder"
  20713.         open item "Dev.CD Jun 97 SSW"
  20714.         activate
  20715.     end tell
  20716. on error errMsg number errNum
  20717.     --enter statements to perform when no records are found such as...
  20718.     display dialog "Sorry, the item you selected could not be found."
  20719.     return
  20720. end try
  20721. D!All Packages
  20722. Mac OS SDK Edition
  20723. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  20724. Open Transport Debug.imgK
  20725. Jan 00M
  20726. Mac OS 9.0N
  20727. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  20728.  - Development Kits
  20729.  - Mac OS
  20730.  - Open Transport 1.3
  20731.  - Open Transport DebugV
  20732. 83362X
  20733. Jul 00^
  20734. #//ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  20735. editor
  20736. folder
  20737. folder
  20738. information
  20739. folder
  20740. watcher
  20741. folder
  20742. watcher
  20743. script
  20744. foldersize
  20745. foldersize
  20746. fontmaster
  20747. fontmaster
  20748. resedit
  20749. format
  20750. formatasdos
  20751. formatasdos
  20752. formatasdosdisk
  20753. formatasdosdisk
  20754. formatasdosdisk
  20755. formatincludes
  20756. formatnum
  20757. formatnum
  20758. All Packages
  20759. Dashed LinesI
  20760. This sample demonstrates how to draw dashed line objects on PostScript printers.
  20761. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.JYAbout Dashed Lines.txt
  20762. Dashed Lines.mcp
  20763. Dashed Lines.p
  20764. Dashed Lines.rsrc
  20765. DashedLines(PPC)M
  20766. PostScript printere
  20767. All Packages
  20768. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20769. Dev.CD Jan 94
  20770. Dev.CD Oct 93
  20771. Dev.CD Jul 93
  20772. Dev.CD Apr 93PDDev.CD Apr 94
  20773. Dev.CD Jan 94
  20774. Dev.CD Oct 93
  20775. Dev.CD Jul 93
  20776. Dev.CD Apr 9V
  20777. 83999X
  20778. Apr 94
  20779. --set theItem to choose file -- uncomment to test in an AS editor
  20780.     tell application "Finder"
  20781.         open item "Dev.CD Apr 94
  20782. Dev.CD Jan 94
  20783. Dev.CD Oct 93
  20784. Dev.CD Jul 93
  20785. Dev.CD Apr 93"
  20786.         activate
  20787.     end tell
  20788. on error errMsg number errNum
  20789.     --enter statements to perform when no records are found such as...
  20790.     display dialog "Sorry, the item you selected could not be found."
  20791.     return
  20792. end try
  20793. All Packages
  20794. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  20795. Dev.CD Jan 94
  20796. Dev.CD Oct 93
  20797. Dev.CD Jul 93P6Dev.CD Apr 94
  20798. Dev.CD Jan 94
  20799. Dev.CD Oct 93
  20800. Dev.CD Jul 9V
  20801. 84000X
  20802. Apr 94
  20803. packageO
  20804. packaged
  20805. O9Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Aug 00 TC Disk 2
  20806.  - Sample Code
  20807.  - Overview
  20808.  - OOPTESampleesV
  20809. 81384X
  20810. Aug 00^    TC Disk 2
  20811. --set theItem to choose file -- uncomment to test in an AS editor
  20812.     tell application "Finder"
  20813.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Dashed Lines:"
  20814.         activate
  20815.     end tell
  20816. on error errMsg number errNum
  20817.     --enter statements to perform when no records are found such as...
  20818.     display dialog "Sorry, the item you selected could not be found."
  20819.     return
  20820. end try
  20821. e    No Changef
  20822. PostScript
  20823. printerq
  20824. Dev.CD Aug 00 TC Disk 2
  20825. All Packages
  20826. Dashed-capped Lines
  20827. )This sample demonstrates how to draw dashed line objects on PostScript printers.  In this case, they are capped PostScript lines.  I use round caps, which means that the ends of the lines are rounded.
  20828. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  20829. 81385X
  20830. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESample
  20831. e    No Changef
  20832. Virtual Userq
  20833. Dev.CD Aug 00 TC Disk 1
  20834. All Packages
  20835. vuCollect 1.1
  20836. vSummary: vuCollect 1.1 is a tool to work with Virtual User to aid the gathering of information that Virtual User can see from the application under test. This version has been updated to work with Virtual User 2.0
  20837. Features: Format the output of Virtual User's matching statements in a way that the user can copy/paste when developing scripts.
  20838. MPW 3.2.3, Virtual User 2.0  
  20839. Virtual User tools.imgK
  20840. May 93N
  20841. VU, Virtual UserOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  20842.  - Tool Chest
  20843.  - Testing & Debugging
  20844.  - Virtual User toolsV
  20845. 84307X
  20846. Aug 00^    TC Disk 1
  20847. e    No Change
  20848. design
  20849. robustness
  20850. deskpat
  20851. detachedcontroller
  20852. detect
  20853. detection
  20854. detectorsy
  20855. develop
  20856. All Packages
  20857. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20858. Dev.CD Jan 94
  20859. Dev.CD Oct 93
  20860. Dev.CD Jul 93
  20861. Dev.CD Apr 93PDDev.CD Apr 94
  20862. Dev.CD Jan 94
  20863. Dev.CD Oct 93
  20864. Dev.CD Jul 93
  20865. Dev.CD Apr 9V
  20866. 83977X
  20867. Apr 94
  20868. --set theItem to choose file -- uncomment to test in an AS editor
  20869.     tell application "Finder"
  20870.         open item "Dev.CD Apr 94
  20871. Dev.CD Jan 94
  20872. Dev.CD Oct 93
  20873. Dev.CD Jul 93
  20874. Dev.CD Apr 93"
  20875.         activate
  20876.     end tell
  20877. on error errMsg number errNum
  20878.     --enter statements to perform when no records are found such as...
  20879.     display dialog "Sorry, the item you selected could not be found."
  20880.     return
  20881. end try
  20882. All Packages
  20883. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20884. Dev.CD Jan 94
  20885. Dev.CD Oct 93
  20886. Dev.CD Jul 93
  20887. Dev.CD Apr 93PDDev.CD Apr 94
  20888. Dev.CD Jan 94
  20889. Dev.CD Oct 93
  20890. Dev.CD Jul 93
  20891. Dev.CD Apr 9V
  20892. 83978X
  20893. Apr 94
  20894. processes
  20895. processing
  20896. managerN
  20897. manuals
  20898. mapper
  20899. mapperref
  20900. marching
  20901. marching
  20902. marquee
  20903. storage
  20904. class
  20905. driver
  20906. mathlib
  20907. mcactionlinktourl
  20908. mdata
  20909. media
  20910. memhell
  20911. memory
  20912. memory
  20913. management
  20914. memory
  20915. manager
  20916. memory
  20917. monitor
  20918. menuy
  20919. items
  20920. manager
  20921. menus
  20922. messages
  20923. metafile
  20924. meters
  20925. metertest
  20926. metrics
  20927. metrowerks
  20928. create
  20929. directory
  20930. snippet
  20931. demonstrates
  20932. determine
  20933. whether
  20934. All Packages
  20935. QuickDraw 3DO
  20936. Dev.CD Jan 96 SSWP
  20937. Dev.CD Jan 96 SSV
  20938. 83554X
  20939. Jan 96
  20940. f--set theItem to choose file -- uncomment to test in an AS editor
  20941.     tell application "Finder"
  20942.         open item "Dev.CD Jan 96 SSW"
  20943.         activate
  20944.     end tell
  20945. on error errMsg number errNum
  20946.     --enter statements to perform when no records are found such as...
  20947.     display dialog "Sorry, the item you selected could not be found."
  20948.     return
  20949. end try
  20950. All Packages
  20951. QuickDraw 3DO
  20952. Dev.CD Jun 97 SSWP
  20953. Dev.CD Jun 97 SSV
  20954. 83555X
  20955. Jun 97
  20956. f--set theItem to choose file -- uncomment to test in an AS editor
  20957.     tell application "Finder"
  20958.         open item "Dev.CD Jun 97 SSW"
  20959.         activate
  20960.     end tell
  20961. on error errMsg number errNum
  20962.     --enter statements to perform when no records are found such as...
  20963.     display dialog "Sorry, the item you selected could not be found."
  20964.     return
  20965. end try
  20966. All Packages
  20967. QuickDraw 3DO
  20968. Dev.CD Jun 97 SSWV
  20969. 83556X
  20970. OPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:P[Dev.CD Aug 00 TC Disk 2
  20971.  - Sample Code
  20972.  - QuickTime
  20973.  - QuickTime for Java
  20974.  - QTSimpleAppletV
  20975. 83529X
  20976. Aug 00^    TC Disk 2
  20977. --set theItem to choose file -- uncomment to test in an AS editor
  20978.     tell application "Finder"
  20979.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  20980.         activate
  20981.     end tell
  20982. on error errMsg number errNum
  20983.     --enter statements to perform when no records are found such as...
  20984.     display dialog "Sorry, the item you selected could not be found."
  20985.     return
  20986. end try
  20987. e    No Changef
  20988. QuickTime
  20989. Dev.CD Aug 00 TC Disk 2
  20990. All Packages
  20991. QTSndTween
  20992. 83530X
  20993. 83357X
  20994. Aug 00^    TC Disk 2
  20995. --set theItem to choose file -- uncomment to test in an AS editor
  20996.     tell application "Finder"
  20997.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:OOPTESample:"
  20998.         activate
  20999.     end tell
  21000. on error errMsg number errNum
  21001.     --enter statements to perform when no records are found such as...
  21002.     display dialog "Sorry, the item you selected could not be found."
  21003.     return
  21004. end try
  21005. e    No Changef;TESample
  21006. Objec Oriented
  21007. Object Pascal
  21008. Framework
  21009. OOPTESampleq
  21010. Dev.CD Aug 00 TC Disk 2
  21011. All Packages
  21012. Open TransportO
  21013. Dev.CD Jun 97 SSWP
  21014. Dev.CD Jun 97 SSV
  21015. 83358X
  21016. Jun 97
  21017. f--set theItem to choose file -- uncomment to test in an AS editor
  21018.     tell application "Finder"
  21019.         open item "Dev.CD Jun 97 SSW"
  21020.         activate
  21021.     end tell
  21022. on error errMsg number errNum
  21023.     --enter statements to perform when no records are found such as...
  21024.     display dialog "Sorry, the item you selected could not be found."
  21025.     return
  21026. end try
  21027. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  21028. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  21029. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  21030. (BuildOOPTESample
  21031. FlowCtlMacs.d
  21032. MTESample.p
  21033. Objects
  21034. OOPTESample
  21035. OOPTESample.make
  21036. ProgStrucMacs.d
  21037. README
  21038. TECommon.h
  21039. TESample.r
  21040. TESampleGlue.a
  21041. TESampleGlue.a.o
  21042. TMLRules.make
  21043. UApplication.inc1.p
  21044. UApplication.p
  21045. UDocument.inc1.p
  21046. UDocument.p
  21047. UTEDocument.inc1.p
  21048. UTEDocument.p
  21049. UTESample.inc1.p
  21050. UTESample.p
  21051. }P\Dev.CD Aug 00 TC Disk 2
  21052.  - Sample Code
  21053.  - QuickTime
  21054.  - Music and Sound
  21055.  - QTimadecompression
  21056. boolean
  21057. boost
  21058. booth
  21059. booting
  21060. border
  21061. bores
  21062. boring
  21063. bothU
  21064. bottleneck
  21065. bottlenecks
  21066. bottomz
  21067. bottom-down
  21068. boundaries
  21069. boundary
  21070. bounds
  21071. delivers
  21072. delta{
  21073. demanding
  21074. demo's
  21075. demonstrateb
  21076. demonstrated
  21077. demonstratesN
  21078. oserr@
  21079. debug
  21080. 1.0b1@
  21081. otendpointinfo
  21082. otsimpledownloadhttp
  21083. overview
  21084. appletalk
  21085. palette
  21086. gworld
  21087. parser@
  21088. pasmatit@
  21089. picker@
  21090. pitfalls@
  21091. platforms
  21092. tools@
  21093. playvideo
  21094. powerbook
  21095. ppclist@
  21096. preview@
  21097. printdialogmagic
  21098. privateconditionals@
  21099. programming
  21100. information@
  21101. projlistmenu@
  21102. qdmediamaker
  21103. qtcode@
  21104. qtime
  21105. qtmoviefromprocs@
  21106. qtshoweffect
  21107. qtshoweffect
  21108. qttimecode
  21109. qttimecode
  21110. query@
  21111. quicktime@
  21112. qwertytunes
  21113. filing
  21114. rascriptingadditions@
  21115. about
  21116. sample@
  21117. first
  21118. interaction
  21119. sample@
  21120. rotate
  21121. movie@
  21122. readme
  21123. readme
  21124. dcmd@
  21125. readme
  21126. All Packages
  21127. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  21128. Dev.CD Jan 94
  21129. Dev.CD Oct 93
  21130. Dev.CD Aug 93P6Dev.CD Apr 94
  21131. Dev.CD Jan 94
  21132. Dev.CD Oct 93
  21133. Dev.CD Aug 9V
  21134. 84160X
  21135. Apr 94
  21136. --set theItem to choose file -- uncomment to test in an AS editor
  21137.     tell application "Finder"
  21138.         open item "Dev.CD Apr 94
  21139. Dev.CD Jan 94
  21140. Dev.CD Oct 93
  21141. Dev.CD Aug 93"
  21142.         activate
  21143.     end tell
  21144. on error errMsg number errNum
  21145.     --enter statements to perform when no records are found such as...
  21146.     display dialog "Sorry, the item you selected could not be found."
  21147.     return
  21148. end try
  21149. All Packages
  21150. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  21151. Dev.CD Jan 94
  21152. Dev.CD Oct 93P(Dev.CD Apr 94
  21153. Dev.CD Jan 94
  21154. Dev.CD Oct 9V
  21155. 84161X
  21156. Apr 94
  21157. illustrate
  21158. illustrated
  21159. --set theItem to choose file -- uncomment to test in an AS editor
  21160.     tell application "Finder"
  21161.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:SimpleApp 1.0.2:"
  21162.         activate
  21163.     end tell
  21164. on error errMsg number errNum
  21165.     --enter statements to perform when no records are found such as...
  21166.     display dialog "Sorry, the item you selected could not be found."
  21167.     return
  21168. end try
  21169. errors
  21170. dcmdi
  21171. aliases
  21172. dcmds
  21173. debabelizer
  21174. debabelizer
  21175. debugc
  21176. ixfile
  21177. debugprefixfile
  21178. decompressionm
  21179. decompression
  21180. prefixm
  21181. decompression&scalin
  21182. decompression&scalin
  21183. decompressorm
  21184. deepscreen
  21185. deepscreen
  21186. picker
  21187. deepscreen
  21188. picker
  21189. deepscreen
  21190. picker
  21191. PODev.CD Aug 00 TC Disk 1
  21192.  - Sample Code
  21193.  - Graphics 2D
  21194.  - OffScreenControlUpdateV
  21195. 83356X
  21196. Aug 00^    TC Disk 1
  21197. --set theItem to choose file -- uncomment to test in an AS editor
  21198.     tell application "Finder"
  21199.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  21200.         activate
  21201.     end tell
  21202. on error errMsg number errNum
  21203.     --enter statements to perform when no records are found such as...
  21204.     display dialog "Sorry, the item you selected could not be found."
  21205.     return
  21206. end try
  21207. e    No Changef
  21208. appearance
  21209. gworld
  21210. off-screenq
  21211. Dev.CD Aug 00 TC Disk 1
  21212. All Packages
  21213. OOPTESample
  21214. 83357X
  21215. oldbitmap
  21216. oldbitmap
  21217. oldbitmap
  21218. oldies
  21219. ooptesample
  21220. ooptesample
  21221. openz
  21222. install
  21223. browser
  21224. beginz
  21225. first
  21226. browser
  21227. transport
  21228. debug
  21229. transport
  21230. debug
  21231. transport
  21232. opencheckedout
  21233. opendoc
  21234. opendoc
  21235. development
  21236. opendoc
  21237. development
  21238. framework
  21239. opendoc
  21240. readme
  21241. opendoc
  21242. source
  21243. openfwbridgefixjuly9
  21244. opengl
  21245. opengl
  21246. drawsprocket
  21247. opengl
  21248. drawsprocket
  21249. oracle
  21250. orientedS
  21251. utilitiesQ
  21252. osahelpers
  21253. osahelpers
  21254. osahelpers
  21255. 83804X
  21256. Aug 00^    TC Disk 2
  21257. --set theItem to choose file -- uncomment to test in an AS editor
  21258.     tell application "Finder"
  21259.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Server Remote Control:"
  21260.         activate
  21261.     end tell
  21262. on error errMsg number errNum
  21263.     --enter statements to perform when no records are found such as...
  21264.     display dialog "Sorry, the item you selected could not be found."
  21265.     return
  21266. end try
  21267. e    No Changef@AppleShare
  21268. File Sharing
  21269. Faceless Background-only
  21270. PPC Toolboxq
  21271. Dev.CD Aug 00 TC Disk 2
  21272. All Packages
  21273. Set Folder WindowsI
  21274. This little AppleScript droplet is used to setup drive and folder windows in preperation for    burning a CD. It requires the scriptable Finder from System 7.5 or later. It scripts the Finder rather than directly manipulating desktop information.J/Read Me - Set Folder Windows
  21275. Set Folder WindowsOMDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Set Folder Windows:V
  21276. 83805X
  21277. 1e    No Change
  21278. 83355X
  21279. Aug 00^    TC Disk 2
  21280. --set theItem to choose file -- uncomment to test in an AS editor
  21281.     tell application "Finder"
  21282.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:"
  21283.         activate
  21284.     end tell
  21285. on error errMsg number errNum
  21286.     --enter statements to perform when no records are found such as...
  21287.     display dialog "Sorry, the item you selected could not be found."
  21288.     return
  21289. end try
  21290. e    No Changeq
  21291. Dev.CD Aug 00 TC Disk 2
  21292. All Packages
  21293. OffScreenControlUpdateI
  21294. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker.
  21295. Works under Appearance.J
  21296. OffscreenControl(PPC)
  21297. OffScreenControlUpdate READ ME
  21298. OffScreenControlUpdate.c
  21299. OffscreenControlUpdate.mcp
  21300. OffScreenControlUpdate.rsrcK
  21301. Aug 97N
  21302. appearance, gworld, off-screenOGDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  21303. 83356X
  21304. 1e    No Change
  21305. 81389X
  21306. 1e    No Change
  21307. updatemovies
  21308. how to write one of those date things as in the General control panel.
  21309. This is a date thing, one of those things whereby a user can change the
  21310. month, day, and year in one operation. This is written to allow the user
  21311. to select a range of dates, but can be modified to adjust anything that has
  21312. a range, like hours/minutes, degrees/seconds, feet/inches, and so on.
  21313. All the code to do the date thing is in the file DateDialog.c, the other
  21314. file is just support for the basic shell.
  21315. teresting bits;
  21316. You can modify a number three ways in this sample
  21317. 1) Hit the picture of the up or down arrow to move a number one position.
  21318. If the user keeps holding down on the arrow, the number will continue to
  21319. increase.  I'm delaying 8 ticks between numeric increases (the traditional
  21320. control-invert delay time), you may want to modify that.  In products
  21321. I usually make this variable, the longer the user holds down the faster the
  21322. number will continue to change
  21323. 2) Arrow keys
  21324. Hittin the le
  21325. reen using the Win32 BitBlt function.
  21326. Note the code contains very limited error checking. It's up to you to add the
  21327. appropriate error-handling routines.
  21328. Offscreen currently can only be compiled and run under Windows 95/NT. Quicktime 3.0 is required.
  21329. 2. Using Offscreen
  21330. Launch the application, and open any QuickTime movie using the File Open menu item.
  21331. Next, a window is displayed showing the first frame of the movie along with a background image.
  21332. Press the <enter> key to displEqay the next frame of the movie (the movie will wrap once it
  21333. reaches the last frame)
  21334. Enjoy,
  21335. QuickTime Team
  21336. Application.c
  21337. Application.h
  21338. ApplicationPrivate.h
  21339. mdiplayer.ico
  21340. MOVIE.ICO
  21341. Offscreen.dsp
  21342. Offscreen.dsw
  21343. Offscreen.exe
  21344. Offscreen.mak
  21345. offscreen.rc
  21346. QTCode.c
  21347. QTCode.h
  21348. QTLogo.bmp
  21349. README.txt
  21350. resource.h
  21351. Sample.mov
  21352. WinPrefix.hODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:PODev.CD Aug 00 TC Disk 2
  21353.  - Sample Code
  21354.  - QuickTime
  21355.  - Goodies
  21356.  - Offscreen.winx:DateThing:
  21357. function. If you don't create your own
  21358. memory device context and DIB, NewGWorldFromHBITMAP will do it for you.
  21359. Note if you do create your own DIB using CreateDIBSection, you may want to specify
  21360. a negative bitmap height parameter in the biHeight field in the BITMAPINFOHEADER structure
  21361. as this will designate the bitmap as "top-down" with the origin in the upper-left corner.
  21362. If you don't do this, your bitmap will be a "bottom-down" bitmap with origin in the lower-left corner,
  21363. and any mo
  21364. vie you draw into a GWorld associated with this bitmap will show up as inverted.
  21365. Next, the code creates the offscreen GWorld using NewGWorldFromHBITMAP.
  21366. A movie is "drawn" to this newly created offscreen by first setting the movie's GWorld
  21367. via the Quicktime SetMovieGWorld function and then calling the UpdateMovies and MoviesTask functions.
  21368. Finally, a background image and other messages are drawn to the memory device context,
  21369. and the memory device context contents are drawn to the sc
  21370. O)Dev.CD Apr 94
  21371. Dev.CD Jan 94
  21372. Dev.CD Oct 93P(Dev.CD Apr 94
  21373. Dev.CD Jan 94
  21374. Dev.CD Oct 9V
  21375. 84114X
  21376. Apr 94
  21377. ~--set theItem to choose file -- uncomment to test in an AS editor
  21378.     tell application "Finder"
  21379.         open item "Dev.CD Apr 94
  21380. Dev.CD Jan 94
  21381. Dev.CD Oct 93"
  21382.         activate
  21383.     end tell
  21384. on error errMsg number errNum
  21385.     --enter statements to perform when no records are found such as...
  21386.     display dialog "Sorry, the item you selected could not be found."
  21387.     return
  21388. end try
  21389. All Packages
  21390. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21391. Dev.CD Jan 94
  21392. Dev.CD Oct 93
  21393. Dev.CD Jul 93P6Dev.CD Apr 94
  21394. Dev.CD Jan 94
  21395. Dev.CD Oct 93
  21396. Dev.CD Jul 9V
  21397. 84115X
  21398. Apr 94
  21399. kleiman
  21400. knife
  21401. intra
  21402. intranets
  21403. intricacies
  21404. introduce
  21405. introducedu
  21406. introduces
  21407. introducing
  21408. --set theItem to choose file -- uncomment to test in an AS editor
  21409.     tell application "Finder"
  21410.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:ODOC:"
  21411.         activate
  21412.     end tell
  21413. on error errMsg number errNum
  21414.     --enter statements to perform when no records are found such as...
  21415.     display dialog "Sorry, the item you selected could not be found."
  21416.     return
  21417. end try
  21418. ivate
  21419.     end tell
  21420. on error errMsg number errNum
  21421.     --enter statements to perform when no records are found such as...
  21422.     display dialog "Sorry, the item you selected could not be found."
  21423.     return
  21424. end try
  21425. e    No Changef
  21426. Sprocket
  21427. Applicationq
  21428. Dev.CD Aug 00 TC Disk 2
  21429. All Packages
  21430. DeBabelizer 3.0
  21431. 81390X
  21432. Dev.CD Aug 00 TC Disk 1
  21433. All Packages
  21434. Scriptable Print SimpleTextI
  21435. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  21436. AboutBox.c
  21437. AboutBox.h
  21438. AboutBox.r
  21439. aete.r
  21440. AGFile.h
  21441. ChangeLog
  21442. Clipboard.c
  21443. Clipboard.h
  21444. Clipboard.r
  21445. CoercePrGeneral.h
  21446. ExtendPrintRecord.c
  21447. ExtendPrintRecord.h
  21448. Localize.r
  21449. MacIncludes.h
  21450. MacIncludes.pch
  21451. MovieFile.c
  21452. MovieFile.h
  21453. MovieFile.r
  21454. PICTFile.c
  21455. PICTFile.h
  21456. PICTFile.r
  21457. PrintAETypes.h
  21458. ScriptablePrinting.c
  21459. ScriptablePrinting.h
  21460. SimpleText Sample.doc
  21461. SimpleText.68K
  21462. SimpleText.c
  21463. SimpleText.h
  21464. SimpleText.PPC
  21465. SimpleText.r
  21466. SimpleText.
  21467. test script
  21468. TextDrag.c
  21469. TextFile.a
  21470. TextFile.a.o
  21471. TextFile.c
  21472. TextFile.h
  21473. TB<extFile.r
  21474. ThreeDMetafile.c
  21475. ThreeDMetafile.h
  21476. ThreeDMetafile.r
  21477. Dec 99OIDev.CD Aug 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:V
  21478. 83785X
  21479. 1e    No Change
  21480. ogmagic
  21481. printdialogmagic
  21482. oe    No Changeq
  21483. Dev.CD Aug 00 TC Disk 1
  21484. All Packages
  21485. RequiredFinderColors
  21486. |Under System 7, the Finder switches to the black&white version of all the desktop icons when certain required colors aren't available in the device's color table.
  21487. This snippet shows which colors are needed in the system color table for the desktop icons to be displayed in their color version.  Also with these colors, the apple icon in the menu bar will remain in color as well.
  21488. JcRequiredFinderColors(PPC)
  21489. RequiredFinderColors.c
  21490. RequiredFinderColors.mcp
  21491. RequiredFinderColors.rsrcOQDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:RequiredFinderColors:PYDev.CD Aug 00 TC Disk 2
  21492.  - Sample Code
  21493.  - Human Interface Toolbox
  21494.  - RequiredFinderColorsV
  21495. 83760X
  21496. Aug 00^    TC Disk 2
  21497. e    No Change
  21498. translator
  21499. transport
  21500. transports
  21501. traputils
  21502. traputils
  21503. traputils
  21504. trootobj
  21505. trootobj
  21506. ts3testapi
  21507. version
  21508. object
  21509. support
  21510. library
  21511. 1.1.4
  21512. replaces
  21513. simple
  21514. sample
  21515. dumps
  21516. version
  21517.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  21518.         activate
  21519.     end tell
  21520. on error errMsg number errNum
  21521.     --enter statements to perform when no records are found such as...
  21522.     display dialog "Sorry, the item you selected could not be found."
  21523.     return
  21524. end try
  21525. DeletedfJpalette
  21526. color bit depth
  21527. batch processing
  21528. optimizing
  21529. conditional statementsq
  21530. Dev.CD Mar OO RLDisk 1
  21531. All Packages
  21532. DebuggerPresenceI]This is a small snippet of code that can be used to to detect if MacsBug is installed or not.J-Debugger(PPC)
  21533. debugger.c
  21534. DebuggerPresence.mcpM`MacsBug 6.2 or later (there maybe issues with later systems and the way MacsBug installs itself)N=debugger, MacsBug, TMON, debugger detection, DebuggerPresenceOIDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:DebuggerPresence:V
  21535. 81391X
  21536. 1e    No Change
  21537. e    No Changef$'odoc' Apple Event
  21538. opening documentsq
  21539. Dev.CD Aug 00 TC Disk 2
  21540. All Packages
  21541. F    Offscreen
  21542. 1. About Offscreen
  21543. Offscreen is a sample application that demonstrates how to use
  21544. the Quicktime for Windows 3.0 NewGWorldFromHBITMAP function. The code "wraps"
  21545. an offscreen GWorld around an existing DIB (created with the Win32 CreateDIBSection function)
  21546. using NewGWorldFromHBITMAP, and then by draws a movie frame-by-frame into the offscreen GWorld.
  21547. 2. Specifics
  21548. The code first creates a memory device context and DIB (using CreateDIBSection)
  21549. to use with the NewGWorldFromHBITMAP 
  21550. 83355X
  21551. atly improved user interface.
  21552. Jul 98
  21553. recommends
  21554. recompilation
  21555. recompile
  21556. recompiled
  21557. recompress
  21558. reconstruction
  21559. recordW
  21560. recordableb
  21561. recorded
  21562. ae/em
  21563. aecdev/aedeamon
  21564. aecoercion
  21565. aecoercioninit
  21566. aegestalt
  21567. aegizmosg
  21568. aerecords
  21569. aesenda
  21570. aetec
  21571. aetrackerh
  21572. aeutd
  21573. aevti
  21574. affect
  21575. affected
  21576. affects
  21577. affordable
  21578. affordance
  21579. afloat
  21580. aforementioned
  21581. afterN
  21582. Wic on the Net.pdf
  21583. New Audio Features QT3.pdf
  21584. Porting
  21585. kObjectiveCtoJava
  21586. Push Tech Survival Gd.pdf
  21587. QT3-More Than Dig. Video.pdf
  21588. Simplified Stream Audio.pdf
  21589. Web Animation Guide.pdf
  21590. WebObjects Database Part I.pdf
  21591. WebObjects Database Part II.pdf
  21592. WebObjects Memory Mgmt.pdf
  21593. WebObjects Tools and Techniques
  21594. WebObjectsCategories&Posers.pdf
  21595. WebObjectsPerformanceTuning
  21596. Working with WebObjects.pdf
  21597. Writing for Interactive Media
  21598. --set theItem to choose file -- uncomment to test in an AS editor
  21599.     tell application "Finder"
  21600.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:SignatureToApp:"
  21601.         activate
  21602.     end tell
  21603. on error errMsg number errNum
  21604.     --enter statements to perform when no records are found such as...
  21605.     display dialog "Sorry, the item you selected could not be found."
  21606.     return
  21607. end try
  21608. devtools
  21609. dialogbits
  21610. dialogbits
  21611. dialogcode
  21612. dialogcode
  21613. dialogs
  21614. dialogs
  21615. dialogstuff
  21616. dialogstuff
  21617. dialogstuff
  21618. dialogtest
  21619. dialogtest
  21620. dialogtest
  21621. dialogtest
  21622. dialogutils
  21623. dialogutils
  21624. dialogutils
  21625. dialogutils
  21626. dialogwindow
  21627. dialogwindow
  21628. dialogwindow
  21629. dictionary
  21630. }This little application includes code to allow you to detect whether or not the Shell Window is "rolled up" by WindowShade.  How do you do this?  You check the window's contRgn.  If the contRgn is empty, then the window is shaded.  You'll note that the grafPort is unchanged by WindowShade, so if you need to save window dimensions, you can grab that information from the portRect.
  21631. JRShadingWinds(PPC)
  21632. ShadingWinds.c
  21633. ShadingWinds.h
  21634. ShadingWinds.mcp
  21635. ShadingWinds.rsrcOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ShadingWinds:PQDev.CD Aug 00 TC Disk 2
  21636.  - Sample Code
  21637.  - Human Interface Toolbox
  21638.  - ShadingWinds
  21639. getdraghilitecolor
  21640. newformat
  21641. gif89a
  21642. glossar
  21643. goodies
  21644. graphic
  21645. graphical
  21646. graphical
  21647. interface
  21648. graphicsQ
  21649. graphics
  21650. graphics
  21651. grayscale
  21652. easyview
  21653. e    No Changef4SCSI
  21654. SCSI Manager
  21655. bus scan
  21656. inquiry
  21657. SCSI Find Devicesq
  21658. Dev.CD Aug 00 TC Disk 1
  21659. All Packages
  21660. SCSI Inquiry (More)
  21661. These SCSI Inquiry folders contain three very simple SCSI samples that were
  21662. originally written for the benefit of the documentation writers.
  21663. They have not been maintained and should not be used as a
  21664. basis for production software. Instead, you should refer to
  21665. the somewhat misnamed "SCSI Simple Sample" if you need
  21666. to understand how to call the original and asynchronous
  21667. SCSI Managers. This is especially true if you need to scan
  21668. the SCSI bus for devices.
  21669. JERead Me
  21670. SCSI Inquiry(Asynch)
  21671. SCSI Inquiry(Simple)
  21672. SCSI Inquiry(Synch)M
  21673. SCSI, SCSI Manager 4.3NBSCSI, SCSI Manager, SCSI Manager 4.3, inquiry, SCSI Inquiry (More)ORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Inquiry (More):P]Dev.CD Aug 00 TC Disk 1
  21674.  - Sample Code
  21675.  - Devices and Hardware
  21676.  - SCSI
  21677.  - SCSI Inquiry (More)V
  21678. 83794X
  21679. Aug 00^    TC Disk 1
  21680. e    No Change
  21681. -asip
  21682. sampleO
  21683. Wewgworld
  21684. gworld
  21685. copymask
  21686. calibrator
  21687. callback
  21688. calling
  21689. camera
  21690. capabilities
  21691. capped
  21692. Dev.CD Aug 00 TC Disk 1
  21693. D!All Packages
  21694. Mac OS SDK Edition
  21695. QuickDraw GX
  21696. IMPORTANT INFORMATION ABOUT THIS SDK
  21697. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  21698. http://www.apple.com/quicktime/.
  21699. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  21700. ll be able to add powerful, diff
  21701. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  21702. - CompareProc bug where a handle's memory moved, orphaning pointers.
  21703. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  21704. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this releaseC0].
  21705. OSL, Object Support Library, AppleScript, AE
  21706. ObjectSupportLib
  21707. Read MeK
  21708. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  21709.  - Development Kits (Disc 1)
  21710.  - Interfaces&Libraries
  21711.  - RuntimeLibraries
  21712.  - ObjectSupportLib
  21713. Dev.CD Aug 00 TC Disk 1
  21714. D!All Packages
  21715. Mac OS SDK Edition
  21716. ObjectSupportLib 1.1.4
  21717. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  21718. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  21719. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  21720. Bugs fixg Sound ManagerI
  21721. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  21722. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  21723. Readme Debug Sound ManagerK
  21724. Jan 98N
  21725. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  21726. 83353X
  21727. Jan 97^
  21728. --set theItem to choose file -- uncomment to test in an AS editor
  21729.     tell application "Finder"
  21730.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  21731.         activate
  21732.     end tell
  21733. on error errMsg number errNum
  21734.     --enter statements to perform when no records are found such as...
  21735.     display dialog "Sorry, the item you selected could not be found."
  21736.     return
  21737. end try
  21738. Deletedq
  21739. Dev.CD Jan 97 SDK1
  21740. All Packages
  21741. ODOCIiThis sample illustrates how to send an open document ('odoc') Apple event to another application process.J
  21742. ODoc(PPC)
  21743. odoc.c
  21744. Odoc.mcpM
  21745. System 7.0N%'odoc' Apple Event, opening documentsO?Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:ODOC:PGDev.CD Aug 00 TC Disk 2
  21746.  - Sample Code
  21747.  - Interapplication Comm
  21748.  - ODOCV
  21749. 83354X
  21750. Aug 00^    TC Disk 2
  21751. e    No Change
  21752. Memory Management.imgK
  21753. Apr 95L
  21754. Jan 96M
  21755. Any Power Macintosh.
  21756. summary
  21757. document
  21758. contains
  21759. helpful
  21760. converti
  21761. summary
  21762. document
  21763. describes
  21764. version
  21765. applesingle
  21766. gging
  21767.  - Memory Management
  21768. summary
  21769. document
  21770. contains
  21771. helpful
  21772. converti@
  21773. All Packages
  21774. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  21775. Object Pascal to C++ TipsK
  21776. Vol IIIL
  21777. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Aug 00 TC Disk 1
  21778.  - Tool Chest
  21779.  - Development Kits
  21780.  - C++ Related
  21781.  - Object Pascal to C++ TipV
  21782. 83352X
  21783. Aug 00^    TC Disk 1
  21784. --set theItem to choose file -- uncomment to test in an AS editor
  21785.     tell application "Finder"
  21786.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  21787.         activate
  21788.     end tell
  21789. on error errMsg number errNum
  21790.     --enter statements to perform when no records are found such as...
  21791.     display dialog "Sorry, the item you selected could not be found."
  21792.     return
  21793. end try
  21794. e    No Change
  21795. assistance
  21796. assistant{
  21797. assistants
  21798. assists
  21799. assocated
  21800. associate
  21801. associatedR
  21802. association
  21803. assume
  21804. assumed
  21805. assuming
  21806. assumption
  21807. assure
  21808. assures
  21809. async
  21810. asynch
  21811. asynchronous
  21812. asynchronous
  21813. background
  21814. networking
  21815. macintosh
  21816. harry
  21817. ototyping
  21818. design
  21819. simple
  21820. utility
  21821. driver
  21822. support
  21823. asynchronous
  21824. simple
  21825. calls
  21826. hmshowballoon
  21827. appropriate
  21828. small
  21829. example
  21830. ipclistports
  21831. sample
  21832. colle
  21833. snippet
  21834. shows
  21835. dialog
  21836. sound
  21837. manager
  21838. pre-mixer
  21839. effect
  21840. component
  21841. shows
  21842. sample
  21843. shows
  21844. transport
  21845. a-trap
  21846. a/roseR
  21847. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  21848. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  21849. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  21850. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  21851. These tools:
  21852.  Make it easy for computer graphics program users to create QuickTime VR content.
  21853.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  21854.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  21855. makeeffectmovie
  21856. makeeffectmovie
  21857. makeeffectmovie
  21858. makeeffectmovie
  21859. makeeffectmovie
  21860. makeeffectmovie
  21861. makeeffectmovie
  21862. makeeffectmovie
  21863. makeeffectmovie
  21864. makeeffectmovie
  21865. makeeffectshow
  21866. makeeffectshow
  21867. makeeffectshow
  21868. makeeffectshow
  21869. makeeffectslideshow
  21870. makeeffectslideshow
  21871. makeeffectslideshow
  21872. makeeffectslideshow
  21873. makeeffectslideshow
  21874. makeeffectslideshow
  21875. makeeffectslideshow
  21876. makefile
  21877. makefilealias
  21878. makefilehelp
  21879. makefiles
  21880. makeicon
  21881.  convert a    version 2 PICT to a compressed QuickTime data buffer. Once the PICT is compressed, it is then decompressed to the window at one quarter  its original size.V
  21882. 81395X
  21883. 1e    No Change
  21884. better
  21885. version
  21886. launchwithdoc
  21887. illustration
  21888. intrinsic
  21889. styles
  21890. uickTimeN
  21891. QuickTime, PICT, compressionO^Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:DecompressionAndScaling:PiDev.CD Aug 00 TC Disk 2
  21892.  - Sample Code
  21893.  - QuickTime
  21894.  - Importers and Exporters
  21895.  - DecompressionAndScalingV
  21896. 81395X
  21897. Aug 00^    TC Disk 2
  21898. --set theItem to choose file -- uncomment to test in an AS editor
  21899.     tell application "Finder"
  21900.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:DecompressionAndScaling:"
  21901.         activate
  21902.     end tell
  21903. on error errMsg number errNum
  21904.     --enter statements to perform when no records are found such as...
  21905.     display dialog "Sorry, the item you selected could not be found."
  21906.     return
  21907. end try
  21908. e    No Changef
  21909. QuickTime
  21910. compressionq
  21911. Dev.CD Aug 00 TC Disk 2
  21912. All Packages
  21913. DeepScreen Picker
  21914. 81396X
  21915. after
  21916. o force the Color Picker dialog onto the deepest device available.  It does nothing more than save the current GDevice, find the deepest GDevice, make it current and activate (and center) the Color Picker dialog.
  21917. About DeepScreen Picker
  21918. About DeepScreen Picker.txt
  21919. DeepScreen Picker
  21920. DeepScreen Picker.make
  21921. DeepScreen Picker.p
  21922. DeepScreen Picker.rM
  21923. Color QuickDrawN
  21924. Color Picker, GDeviceOBDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:DeepScreen Picker:PJDev.CD Aug 00 TC Disk 1
  21925.  - Sample Code
  21926.  - Graphics 2D
  21927.  - DeepScreen Picker
  21928. beaker
  21929. beard
  21930. beast
  21931. beasts
  21932. beautiful
  21933. became
  21934. --set theItem to choose file -- uncomment to test in an AS editor
  21935.     tell application "Finder"
  21936.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  21937.         activate
  21938.     end tell
  21939. on error errMsg number errNum
  21940.     --enter statements to perform when no records are found such as...
  21941.     display dialog "Sorry, the item you selected could not be found."
  21942.     return
  21943. end try
  21944. tdump
  21945. demotextdump
  21946. designforrobustness
  21947. designforrobustness
  21948. deskpat
  21949. deskpat
  21950. deskpat
  21951. deskpat
  21952. deskpat
  21953. desktop
  21954. desktop
  21955. folder
  21956. detachedcontroller
  21957. detachedcontroller
  21958. detection
  21959. detector
  21960. detectorsy
  21961. change
  21962. develop
  21963. 83737X
  21964. Apr 98^
  21965. --set theItem to choose file -- uncomment to test in an AS editor
  21966.     tell application "Finder"
  21967.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  21968.         activate
  21969.     end tell
  21970. on error errMsg number errNum
  21971.     --enter statements to perform when no records are found such as...
  21972.     display dialog "Sorry, the item you selected could not be found."
  21973.     return
  21974. end try
  21975. DeletedfJQuickTime
  21976. QuickTime Conferencing
  21977. video conferencing
  21978. Apple Media Conferenceq
  21979. Dev.CD Apr 98 SDK2
  21980. ZD!All Packages
  21981. Mac OS SDK Edition
  21982. QuickTime
  21983.  IC SDK 1.01
  21984.     ations
  21985. resource
  21986. compare
  21987. compiler
  21988. compilers
  21989. completion
  21990. componentQ
  21991. computer
  21992. based
  21993. media
  21994. television
  21995. broadcast
  21996. graphics
  21997. conditional
  21998. configuration
  21999. connection
  22000. connectivity
  22001. consumer
  22002. container
  22003. content
  22004. context
  22005. e    No Changeq
  22006. Dev.CD Aug 00 TC Disk 2
  22007. All Packages
  22008. NuBus TesterI
  22009. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  22010. -Read Me.txt
  22011. nbTestIntf.p
  22012. nbTestLib.o
  22013. nbTestLib.
  22014. NuBusTest
  22015. NuBusTest.make
  22016. NuBusTest.p
  22017. NuBusTest.p.oK
  22018. Oct 92OJDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PUDev.CD Aug 00 TC Disk 1
  22019.  - Tool Chest
  22020.  - Devices
  22021.  - NuBus/Slot Manager
  22022.  - NuBusTesterV
  22023. 83351X
  22024. Aug 00^    TC Disk 1
  22025. --set theItem to choose file -- uncomment to test in an AS editor
  22026.     tell application "Finder"
  22027.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  22028.         activate
  22029.     end tell
  22030. on error errMsg number errNum
  22031.     --enter statements to perform when no records are found such as...
  22032.     display dialog "Sorry, the item you selected could not be found."
  22033.     return
  22034. end try
  22035. e    No Changeq
  22036. Dev.CD Aug 00 TC Disk 1
  22037. --set theItem to choose file -- uncomment to test in an AS editor
  22038.     tell application "Finder"
  22039.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:NoSound:"
  22040.         activate
  22041.     end tell
  22042. on error errMsg number errNum
  22043.     --enter statements to perform when no records are found such as...
  22044.     display dialog "Sorry, the item you selected could not be found."
  22045.     return
  22046. end try
  22047. ys text.
  22048.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  22049.  rdocproc: WDEF for rounded-corner windows.
  22050.  sbarcdef: Scroll bar CDEF.
  22051.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  22052. Jkbutcdef.a
  22053. LDefProc0.A
  22054. mdefproc.a
  22055. rdocproc.a
  22056. Read Me 
  22057.  DefProcs
  22058. Read Me 
  22059.  DefProcs.txt
  22060. sbarcdef.a
  22061. wprocasm.aK
  22062. Aug 93O4Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:P<Dev.CD Aug 00 TC Disk 1
  22063.  - Tool Chest
  22064.  - Toolbox
  22065.  - DefProcs
  22066. 83863X
  22067. Apr 00^
  22068. --set theItem to choose file -- uncomment to test in an AS editor
  22069.     tell application "Finder"
  22070.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  22071.         activate
  22072.     end tell
  22073. on error errMsg number errNum
  22074.     --enter statements to perform when no records are found such as...
  22075.     display dialog "Sorry, the item you selected could not be found."
  22076.     return
  22077. end try
  22078. Deletedq
  22079. Dev.CD Apr 00 SDK1
  22080. All Packages
  22081. Sound PreMixer effectI
  22082. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  22083. JfComponentDispatch.c
  22084. Sound PreMixer read me
  22085. VU-Meter(PPC)
  22086. VU-Meter.c
  22087. VU-Meter.h
  22088. VU-Meter.mcp
  22089. VU-Meter.rK
  22090. Aug 97M
  22091. Sound Manager 3.2N4pre-mixer component, vu-meter, Sound PreMixer effectO@Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  22092. 83864X
  22093. 1e    No Change
  22094. drive
  22095. setup
  22096. v1.7.2
  22097. program
  22098. spinning
  22099. splice
  22100. spooler
  22101. spritet
  22102. sprite
  22103. newgworld
  22104. gworld
  22105. screen
  22106. copybits
  22107. blitt
  22108. sprite
  22109. spriteworld
  22110. blitter
  22111. graphics
  22112. spriteworld
  22113. sprocket
  22114. sprocket
  22115. application
  22116. sprockets
  22117. sprockets
  22118. drawsprocket
  22119. netsprocket
  22120. inputsprocket
  22121. soundsprock
  22122. sprockets
  22123. games
  22124. drawsprocket
  22125. inputsprocket
  22126. netsprocket
  22127. sound
  22128. srccopy
  22129. srccopy
  22130. penmode
  22131. invert
  22132. srcxor
  22133. stack
  22134. stacks
  22135. standard
  22136. standard
  22137. customgetfile
  22138. choosing
  22139. aliases
  22140. standard
  22141. default
  22142. folder
  22143. standard
  22144. replace
  22145. standard
  22146. standardfile
  22147. choose
  22148. folder
  22149. standardfile
  22150. standards
  22151. starmax
  22152. state
  22153. statements
  22154. status
  22155. shows
  22156. obtain
  22157. color
  22158. manager
  22159. snippet
  22160. demonstrates
  22161. copydeepmask
  22162. using
  22163. to post public messages to the network.
  22164. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  22165. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  22166. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  22167. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  22168. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  22169. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  22170. testNBP:  Test program to demonstrate case insensitivit
  22171. --set theItem to choose file -- uncomment to test in an AS editor
  22172.     tell application "Finder"
  22173.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:S3V:"
  22174.         activate
  22175.     end tell
  22176. on error errMsg number errNum
  22177.     --enter statements to perform when no records are found such as...
  22178.     display dialog "Sorry, the item you selected could not be found."
  22179.     return
  22180. end try
  22181. readme
  22182. dcmdi
  22183. readme
  22184. applesingle/appledou
  22185. readme
  22186. betabase
  22187. readme
  22188. betabase
  22189. readme
  22190. colorcdef
  22191. readme
  22192. debug
  22193. sound
  22194. manager
  22195. readme
  22196. readme
  22197. readme
  22198. important
  22199. readme
  22200. readme-fragment
  22201. readme-fragment
  22202. readmefirst
  22203. receive
  22204. receive
  22205. script
  22206. receiver
  22207. receiver
  22208. receiver
  22209. rsrca
  22210. recievera
  22211. reciever
  22212. record
  22213. record
  22214. sound
  22215. redants
  22216. redants
  22217. redants
  22218. norway
  22219. norway
  22220. distributors/localiz
  22221. nosound
  22222. nosound
  22223. nosound
  22224. nosound
  22225. apple
  22226. product
  22227. example
  22228. noteX
  22229. note-register
  22230. note-register
  22231. variables
  22232. notes
  22233. notestonetest
  22234. notestonetest
  22235. notification
  22236. notification
  22237. nubus
  22238. nubus
  22239. board
  22240. registration
  22241. nubustest
  22242. nubustest
  22243. nubustest
  22244. nubustest
  22245. object
  22246. object
  22247. pascal
  22248. objectcode
  22249. objecthelpers
  22250. objecthelpers
  22251. objecthelpers
  22252. objectppc
  22253. objects
  22254. objects68k
  22255. objectsppc
  22256. objectsupportlib
  22257. obsolete
  22258. obsolete
  22259. pre-asip
  22260. 84315X
  22261. Feb 00^
  22262. --set theItem to choose file -- uncomment to test in an AS editor
  22263.     tell application "Finder"
  22264.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:"
  22265.         activate
  22266.     end tell
  22267. on error errMsg number errNum
  22268.     --enter statements to perform when no records are found such as...
  22269.     display dialog "Sorry, the item you selected could not be found."
  22270.     return
  22271. end try
  22272. e    No Changef%WebObjects
  22273. OPENSTEP
  22274. Memory Managementq
  22275. Dev.CD Feb 00 TC
  22276. All Packages
  22277. WebObjects Performance Tuning
  22278. Performance Tuning
  22279. By Theresa Ray of Tensor Information Systems, Inc.
  22280. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success!
  22281. 84316X
  22282. e    No Changeq
  22283. Dev.CD Aug 00 TC Disk 2
  22284. All Packages
  22285. NoSound
  22286. NoSound is a source code sample that illustrates how to install a shutdown procedure that will be executed when the user chooses restart or shutdown from the special menu.  In this sample, the intent is to provide an automated facility that will turn off the startup chime by adjusting the sound volume before the computer shuts down.  The NoSound application should be placed in the Startup Items folder so it can restore the sound volume after the startup sound has been played.  
  22287. J;main.c
  22288. NoSound(PPC)
  22289. NoSound.mcp
  22290. NoSound.rsrc
  22291. readme
  22292. NoSoundODDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:NoSound:PLDev.CD Aug 00 TC Disk 2
  22293.  - Sample Code
  22294.  - Human Interface Toolbox
  22295.  - NoSoundV
  22296. 83350X
  22297. Aug 00^    TC Disk 2
  22298. e    No Change
  22299. ODDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:DeskPat:PLDev.CD Aug 00 TC Disk 2
  22300.  - Sample Code
  22301.  - Human Interface Toolbox
  22302.  - DeskPatV
  22303. 81400X
  22304. Aug 00e    No Change
  22305. --set theItem to choose file -- uncomment to test in an AS editor
  22306.     tell application "Finder"
  22307.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:NoResDialog:"
  22308.         activate
  22309.     end tell
  22310. on error errMsg number errNum
  22311.     --enter statements to perform when no records are found such as...
  22312.     display dialog "Sorry, the item you selected could not be found."
  22313.     return
  22314. end try
  22315. applications, which are generally developed for use by people outside yoB
  22316. ur company. A web site makes an impression on its users, in many instances defining the way they feel about your company. Therefore, developing a robust application is critical to your business.
  22317. DesignForRobustness.pdfK
  22318. Oct 99M
  22319. Acrobat Reader 3.0 or laterN*WebObjects, Designing, Robustness, TestingOGDev.CD Mar OO RLDisk 1:Interactive Media Resources:DesignForRobustness:PLDev.CD Mar OO RLDisk 1
  22320.  - Interactive Media Resources
  22321.  - DesignForRobustness
  22322. Feb 98L
  22323. Apr 99M
  22324. Acrobat Reader 3.0N
  22325. WebObjects, Categories, PosersO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  22326.  - Interactive Media ResourcesV
  22327. 84313X
  22328. Mar OO^
  22329. RLDisk 1
  22330. --set theItem to choose file -- uncomment to test in an AS editor
  22331.     tell application "Finder"
  22332.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  22333.         activate
  22334.     end tell
  22335. on error errMsg number errNum
  22336.     --enter statements to perform when no records are found such as...
  22337.     display dialog "Sorry, the item you selected could not be found."
  22338.     return
  22339. end try
  22340. Deletedf
  22341. WebObjects
  22342. Categories
  22343. Posersq
  22344. Dev.CD Mar OO RLDisk 1
  22345. All Packages
  22346. WebObjects Database Part II
  22347. 84314X
  22348. carbon
  22349. carbon
  22350. carbon
  22351. alias
  22352. carbon
  22353. graphic
  22354. import
  22355. readme
  22356. carbon
  22357. window
  22358. carbonlib
  22359. carbonlib
  22360. 1.0.4
  22361. carbonoverview
  22362. carbonprintingmgr
  22363. carbonsndplaydb
  22364. carbonsndplaydb
  22365. carbonsndplaydb
  22366. carbonsndplaydb
  22367. readme
  22368. carbonspecification
  22369. catalan
  22370. catalan
  22371. 1.1.3
  22372. 5300ramcard
  22373. pbclock
  22374. manager
  22375. manager
  22376. pccardnetworksample
  22377. pccardnetworksample
  22378. pccardnetworksample
  22379. readme
  22380. picts
  22381. pictinfotest
  22382. pitfalls
  22383. pixel
  22384. platformsQ
  22385. platforms
  22386. toolsQ
  22387. play1
  22388. play1
  22389. play2
  22390. play2
  22391. player
  22392. ploticons
  22393. ploticons
  22394. plstringfuncs
  22395. plug-ins
  22396. plugins
  22397. popups
  22398. popuptkl
  22399. popuptkl
  22400. popuptkl
  22401. portingobjectivectoj
  22402. powerbook
  22403. powerbook
  22404. addendum
  22405. powerbook
  22406. powerbook
  22407. 2400c
  22408. P`Dev.CD Aug 00 TC Disk 1
  22409.  - Sample Code
  22410.  - Devices and Hardware
  22411.  - Miscellaneous
  22412.  - NoPowerOffKeyDev.CD Aug 00 TC Disk 2
  22413.  - Sample Code
  22414.  - QuickTime
  22415.  -  All Java
  22416.  - QuickTime for Java
  22417.  - DetachedControllerV
  22418. 81401X
  22419. Aug 00^    TC Disk 2
  22420. --set theItem to choose file -- uncomment to test in an AS editor
  22421.     tell application "Finder"
  22422.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:"
  22423.         activate
  22424.     end tell
  22425. on error errMsg number errNum
  22426.     --enter statements to perform when no records are found such as...
  22427.     display dialog "Sorry, the item you selected could not be found."
  22428.     return
  22429. end try
  22430. e    No Changef
  22431. QuickTime
  22432. Dev.CD Aug 00 TC Disk 2
  22433. qD(All Packages
  22434. Reference Library Edition
  22435. develop Issue  1
  22436. notes
  22437. notifiers
  22438. novell
  22439. nsetpalette
  22440. nubus
  22441. number
  22442. number
  22443. formatting
  22444. numbers
  22445. objec
  22446. objec
  22447. oriented
  22448. object
  22449. object
  22450. object
  22451. pascal
  22452. object-oriented
  22453. objective-c
  22454. objects
  22455. objectsupportlib
  22456. apple
  22457. event
  22458. appleevent
  22459. screent
  22460. off-screen
  22461. offscreen
  22462. offscreen
  22463. gworld
  22464. manager
  22465. firmware
  22466. systems
  22467. transport
  22468. transport
  22469. debug
  22470. transport
  22471. module
  22472. opendoc
  22473. openfirmware
  22474. opengl
  22475. opening
  22476. opening
  22477. documents
  22478. openpicture
  22479. opentransport
  22480. NoPowerOffKey is a sample extension to disable the power-off key.
  22481. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  
  22482. Starting with System 7.5.3, there is a programmatic way to turn off the power-off key behavior.  This sample uses that call if it is available.  This is the technique recommended by DTS. 
  22483. However if the call is unavB
  22484. ailable, the sample patches Alert.  NOTE: DTS does NOT recommend the patch on Alert, but realizes there may be an unavoidable reason to consider it.
  22485. JvNoPowerOffKey
  22486. PatchPowerOff.c
  22487. PatchPowerOff.h
  22488. PatchPowerOff.r
  22489. PatchPowerOff.rsrc
  22490. PatchPowerOff68K.
  22491. ReadMe
  22492. ShowIcon7.cM
  22493. System 7.5N
  22494. Power Key, kiosk, NoPowerOffKeyOUDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:elop Issue  1 codeK
  22495. Vol IIIL
  22496. Jun 95
  22497. 83348X
  22498. Aug 00^    TC Disk 1
  22499. --set theItem to choose file -- uncomment to test in an AS editor
  22500.     tell application "Finder"
  22501.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:"
  22502.         activate
  22503.     end tell
  22504. on error errMsg number errNum
  22505.     --enter statements to perform when no records are found such as...
  22506.     display dialog "Sorry, the item you selected could not be found."
  22507.     return
  22508. end try
  22509. e    No Changef
  22510. Power Key
  22511. kiosk
  22512. NoPowerOffKeyq
  22513. Dev.CD Aug 00 TC Disk 1
  22514. All Packages
  22515. NoResDialogIzNoResDialog is a source code sample illustrating how a dialog window can be created in memory without using any resources.JMNoResDialog(PPC)
  22516. NoResDialog.c
  22517. NoResDialog.h
  22518. NoResDialog.mcp
  22519. NoResDialog.rsrcOHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:NoResDialog:PPDev.CD Aug 00 TC Disk 2
  22520.  - Sample Code
  22521.  - Human Interface Toolbox
  22522.  - NoResDialogV
  22523. 83349X
  22524. Aug 00^    TC Disk 2
  22525. e    No Change
  22526. --set theItem to choose file -- uncomment to test in an AS editor
  22527.     tell application "Finder"
  22528.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:corefoundation:"
  22529.         activate
  22530.     end tell
  22531. on error errMsg number errNum
  22532.     --enter statements to perform when no records are found such as...
  22533.     display dialog "Sorry, the item you selected could not be found."
  22534.     return
  22535. end try
  22536. ease-of-use
  22537. easier
  22538. easiest
  22539. easilyy
  22540. easing
  22541. easy{
  22542. edittext
  22543. educational{
  22544. eenie
  22545. eenie
  22546. example
  22547. macapp
  22548. program
  22549. dependency
  22550. MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  22551. tokenizer, fcode       open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:"
  22552.         activate
  22553.     end tell
  22554. on error errMsg number errNum
  22555.     --enter statements to perform when no records are found such as...
  22556.     display dialog "Sorry, the item you selected could not be found."
  22557.     return
  22558. end try
  22559. Deletedq
  22560. Dev.CD Sep 96 RL
  22561. sD(All Packages
  22562. Reference Library Edition
  22563. develop Issue 11
  22564. code-like
  22565. code-resources
  22566. code-reviewed
  22567. codec
  22568. codecs
  22569. coded
  22570. codesV
  22571. codewarriorZ
  22572. codewarrior's
  22573. coding
  22574. coefficients
  22575.  is extensible, allowing you to add custom functionality. PostScript hacke
  22576. rs, rejoice!
  22577. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  22578. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  22579. Print Hin
  22580. Open Transport 1.1.1 or higherNIOpen Transport, no-copy receives, OTBuffer, OTBufferInfo, NoCopyReceives
  22581. O>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:NoCopyReceives:PFDev.CD Aug 00 TC Disk 2
  22582.  - Sample Code
  22583.  - Networking
  22584.  - NoCopyReceivesV
  22585. 83347X
  22586. Aug 00^    TC Disk 2
  22587. --set theItem to choose file -- uncomment to test in an AS editor
  22588.     tell application "Finder"
  22589.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:NoCopyReceives:"
  22590.         activate
  22591.     end tell
  22592. on error errMsg number errNum
  22593.     --enter statements to perform when no records are found such as...
  22594.     display dialog "Sorry, the item you selected could not be found."
  22595.     return
  22596. end try
  22597. e    No ChangefEOpen Transport
  22598. no-copy receives
  22599. OTBuffer
  22600. OTBufferInfo
  22601. NoCopyReceives
  22602. Dev.CD Aug 00 TC Disk 2
  22603. All Packages
  22604. NoPowerOffKey
  22605. 83348X
  22606. --set theItem to choose file -- uncomment to test in an AS editor
  22607.     tell application "Finder"
  22608.         open item "Dev.CD Apr 94
  22609. Dev.CD Jan 94
  22610. Dev.CD Oct 93
  22611. Dev.CD Jul 93"
  22612.         activate
  22613.     end tell
  22614. on error errMsg number errNum
  22615.     --enter statements to perform when no records are found such as...
  22616.     display dialog "Sorry, the item you selected could not be found."
  22617.     return
  22618. end try
  22619. difficult
  22620. application
  22621. support
  22622. features
  22623. --set theItem to choose file -- uncomment to test in an AS editor
  22624.     tell application "Finder"
  22625.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  22626.         activate
  22627.     end tell
  22628. on error errMsg number errNum
  22629.     --enter statements to perform when no records are found such as...
  22630.     display dialog "Sorry, the item you selected could not be found."
  22631.     return
  22632. end try
  22633. scriptx
  22634. scroll
  22635. scrollable
  22636. scrollbars
  22637. elines
  22638. ultimate
  22639. upgrade
  22640. anyone
  22641. internet
  22642. runtime
  22643. runtime
  22644. debug
  22645. debugging
  22646. versi
  22647. runtime
  22648. 2.2.2
  22649. upgrade
  22650. server
  22651. developer
  22652. documentation
  22653. mac-only
  22654. newgworld
  22655. newformat
  22656. newgworld
  22657. newmaclogo
  22658. newnsptest
  22659. nocopyreceive
  22660. nocopyreceive
  22661. output
  22662. nocopyreceives
  22663. nocopyreceives
  22664. nocopyreceives
  22665. nocopyreceives
  22666. non-mpw
  22667. nonthreadedprogress
  22668. nonthreadedprogress
  22669. nopoweroffkey
  22670. noresdialog
  22671. noresdialog
  22672. noresdialog
  22673. noresdialog
  22674. noresdialog
  22675. noresdialog
  22676. notes
  22677. notestonetest
  22678. notestonetest
  22679. 1.5.1
  22680. first
  22681. library
  22682. plugins
  22683. nubus
  22684. nubus
  22685. board
  22686. registration
  22687. object
  22688. objectcode
  22689. objecthelpers
  22690. objecthelpers
  22691. objecthelpers
  22692. objects
  22693. objects68k
  22694. objectsppc
  22695. objectsupportlib
  22696. obsolete
  22697. obsolete
  22698. pre-asip
  22699. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  22700.  - Sample CodeV
  22701. 83346X
  22702. Aug 00^    TC Disk 2
  22703. y--set theItem to choose file -- uncomment to test in an AS editor
  22704.     tell application "Finder"
  22705.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  22706.         activate
  22707.     end tell
  22708. on error errMsg number errNum
  22709.     --enter statements to perform when no records are found such as...
  22710.     display dialog "Sorry, the item you selected could not be found."
  22711.     return
  22712. end try
  22713. e    No Changef
  22714. tokenizer
  22715. fcodeq
  22716. Dev.CD Aug 00 TC Disk 2
  22717. All Packages
  22718. NoCopyReceivesI
  22719. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  22720. Inside Macintosh: Open Transport
  22721. .JnNoCopyReceive Test Output
  22722. NoCopyReceives(PPC)
  22723. NoCopyReceives.c
  22724. NoCopyReceives.mcp
  22725. Read Me About NoCopyReceivesK
  22726. Nov 97L
  22727. Sep 98O>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:NoCopyReceives:V
  22728. 83347X
  22729. 1e    No Change
  22730. items
  22731. userfunction
  22732. userfunction
  22733. gestalt
  22734. useritems
  22735. using
  22736. utilities
  22737. utility
  22738. utils
  22739. validation
  22740. validation
  22741. reformatting
  22742. variable
  22743. variables
  22744. vector
  22745. velocity
  22746. velocity
  22747. engine
  22748. version
  22749. version
  22750. numbers
  22751. video
  22752. video
  22753. conferencing
  22754. browser
  22755. webobjects
  22756. window
  22757. window
  22758. arrangement
  22759. window
  22760. attributes
  22761. window
  22762. class
  22763. window
  22764. classes
  22765. window
  22766. layers
  22767. window
  22768. manager
  22769. windows
  22770. wired
  22771. wombat
  22772. workstation
  22773. world
  22774. world
  22775. wrapper
  22776. writerk
  22777. zanzibar
  22778. zeroscrap
  22779. zoomtowindowdevice
  22780. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  22781. This package is System 7.0 compatible.
  22782. JlTicket to Program
  22783. Ticket to Program Proj
  22784. Ticket to Program Proj.Rsrc
  22785. Ticket to Program.c
  22786. Ticket to Program.hK
  22787. Vol IXM
  22788. Written in Think C 4.0OADev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Ticket to Program 1.0:PIDev.CD Aug 00 TC Disk 1
  22789.  - Tool Chest
  22790.  - Toolbox
  22791.  - Ticket to Program 1.0ite
  22792. buildc
  22793. build/settings
  22794. builder
  22795. buildglfromwindow
  22796. 83345X
  22797. Aug 00^    TC Disk 1
  22798. --set theItem to choose file -- uncomment to test in an AS editor
  22799.     tell application "Finder"
  22800.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:"
  22801.         activate
  22802.     end tell
  22803. on error errMsg number errNum
  22804.     --enter statements to perform when no records are found such as...
  22805.     display dialog "Sorry, the item you selected could not be found."
  22806.     return
  22807. end try
  22808. e    No Changef4AGP
  22809. NewGWorld
  22810. useDistantHdwrMem
  22811. useLocalHdwrMemq
  22812. Dev.CD Aug 00 TC Disk 1
  22813. All Packages
  22814. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  22815. Standalone version.
  22816. Communications Toolbox
  22817. Contributed
  22818. Devices and Hardware
  22819. Files
  22820. Games
  22821. Graphics 2D
  22822. Graphics 3D
  22823. Help Systems
  22824. Human Interface Toolbox
  22825. Interapplication Comm
  22826. Memory
  22827. Networking
  22828. OS Utilities
  22829. Overview
  22830. Platforms and Tools
  22831. Printing
  22832. Processes
  22833. QuickTime
  22834. Runtime Architecture
  22835. Sound
  22836. Mar 98V
  22837. 83346X
  22838. 1e    No Change
  22839. JRNew NewGWorld Test.dbg
  22840. New NewGWorld.c
  22841. New NewGWorld.CW2
  22842. New NewGWorld.CW5
  22843. Read Meights:
  22844. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  22845. t just for QuickTime programmers anymore.
  22846. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  22847. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  22848. ing OOP code may be easier than you think.
  22849. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  22850. s an alternative way to implement globals in standalone code.
  22851. Be Our Guest: Components and C++ Classes Compared  by David 
  22852. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  22853. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  22854. Print Hi
  22855. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemO>Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:PFDev.CD Aug 00 TC Disk 1
  22856.  - Sample Code
  22857.  - Graphics 2D
  22858.  - New NewGWorldvelop:develop Issue 12:PJDev.CD Sep 96 RL
  22859.  - Technical Documentation
  22860.  - develop
  22861.  - develop Issue 12
  22862. CTESample
  22863. CTESample.make
  22864. PTESample
  22865. PTESample.make
  22866. README
  22867. TCTESample.
  22868. TCTESample.
  22869. .rsrc
  22870. TCTESampleGlue.c
  22871. TESample.c
  22872. TESample.c.o
  22873. TESample.h
  22874. TESample.p
  22875. TESample.p.o
  22876. TESample.r
  22877. TESampleGlue.a
  22878. TESampleGlue.a.o
  22879. TESampleInit.c
  22880. TESampleInit.c.oN
  22881. TextEdit, TESampleO6Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:TESample:P>Dev.CD Aug 00 TC Disk 2
  22882.  - Sample Code
  22883.  - Overview
  22884.  - TESampleV
  22885. 84240X
  22886. Aug 00^    TC Disk 2
  22887. --set theItem to choose file -- uncomment to test in an AS editor
  22888.     tell application "Finder"
  22889.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:TESample:"
  22890.         activate
  22891.     end tell
  22892. on error errMsg number errNum
  22893.     --enter statements to perform when no records are found such as...
  22894.     display dialog "Sorry, the item you selected could not be found."
  22895.     return
  22896. end try
  22897. e    No Changef
  22898. TextEdit
  22899. TESampleq
  22900. Dev.CD Aug 00 TC Disk 2
  22901. All Packages
  22902. F    Test CodeI
  22903. Simple RAVE test program.V
  22904. 84241X
  22905. 1e    No Change
  22906. computer-aided
  22907. 84247X
  22908. Aug 00^    TC Disk 2
  22909. --set theItem to choose file -- uncomment to test in an AS editor
  22910.     tell application "Finder"
  22911.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:TEXTtotypeIntlCoercion:"
  22912.         activate
  22913.     end tell
  22914. on error errMsg number errNum
  22915.     --enter statements to perform when no records are found such as...
  22916.     display dialog "Sorry, the item you selected could not be found."
  22917.     return
  22918. end try
  22919. e    No Changef$AppleEvent Manager
  22920. coercion handlersq
  22921. Dev.CD Aug 00 TC Disk 2
  22922. All Packages
  22923. THooks
  22924. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  22925. Vol IIIL
  22926. Vol VIIV
  22927. 84248X
  22928. 1e    No Change
  22929. runtime@
  22930. runtime
  22931. architecture@
  22932. sample
  22933. source@
  22934. sampleutils@
  22935. save@
  22936. screen@
  22937. scriptx
  22938. differences@
  22939. scsiasyncsample@
  22940. scsidriveidsample
  22941. sedit
  22942. documentation@
  22943. sender@
  22944. setdeskcpat
  22945. setlockbit@
  22946. setwindbackcolor
  22947. showallmountedvolume@
  22948. signaturetoapp
  22949. ed could not be found."
  22950.     return
  22951. end try
  22952. Deletedq
  22953. Dev.CD Sep 96 RL
  22954. vD(All Packages
  22955. Reference Library Edition
  22956. develop Issue 14
  22957. internals
  22958. internals
  22959. carbon
  22960. qt3-more
  22961. qt3-more
  22962. video
  22963. qt3dtween
  22964. qt3dtween
  22965. qt3dtween
  22966. qt3dtween
  22967. qt3dtween
  22968. qt3dtween
  22969. qt3dtween
  22970. technical
  22971. backgrounder
  22972. quicktime
  22973. quicktime
  22974. xcmds
  22975. alias
  22976. quite
  22977. aedaemone
  22978. r13u5
  22979. r14a1
  22980. r14b1
  22981. r15d1
  22982. environment
  22983. eomodeler
  22984. eomodeler
  22985. erasefile
  22986. erasefile
  22987. errata~
  22988. error
  22989. error
  22990. handler
  22991. error
  22992. handler
  22993. errormsg
  22994. errormsg
  22995. errormsg
  22996. errors
  22997. ethernet
  22998. event~
  22999. eventloop
  23000. eventloop
  23001. events
  23002. events
  23003. apple
  23004. ethernet
  23005. apple
  23006. video
  23007. compression
  23008. somobjects
  23009. sophisticated
  23010. sorry
  23011. sorted
  23012. sound
  23013. hardware
  23014. output
  23015. component
  23016. samplek
  23017. sound-producingl
  23018. soundcallbackfcn
  23019. soundconvert
  23020. soundconverter
  23021. sounds
  23022. soundsprocket
  23023. sourceO
  23024. source-code
  23025. sourcemenu
  23026. sources
  23027. sourceserver
  23028. space
  23029. P<Dev.CD Aug 97 TC
  23030.  - Language Kits
  23031.  - WorldScript Updater 1.1ponent
  23032. sample@
  23033. soundinputsample@
  23034. space-saving@
  23035. specialized@
  23036. speed@
  23037. sprocketinvaders
  23038. featured
  23039. specfically
  23040. built
  23041. --set theItem to choose file -- uncomment to test in an AS editor
  23042.     tell application "Finder"
  23043.         open item "Dev.CD Apr 94
  23044. Dev.CD Jan 94
  23045. Dev.CD Oct 93
  23046. Dev.CD Jul 93"
  23047.         activate
  23048.     end tell
  23049. on error errMsg number errNum
  23050.     --enter statements to perform when no records are found such as...
  23051.     display dialog "Sorry, the item you selected could not be found."
  23052.     return
  23053. end try
  23054. client
  23055. tutorial
  23056. java's
  23057. javadoc
  23058. javascript
  23059. jazzed-up
  23060. jbindery
  23061. jdirect
  23062. jdirecttalker
  23063. jdirecttalker
  23064. simple
  23065. example
  23066. apple's
  23067. jdkclasses
  23068. kaealwaysinteracta
  23069. kaecaninteracta
  23070. kaeneverinteracta
  23071. kaleida{
  23072. karma
  23073. kazim
  23074. kbytes
  23075. kcodecformat
  23076. keeping
  23077. keeps
  23078. keith
  23079. kevin
  23080. kObjectiveCtoJava
  23081. Push Tech Survival Gd.pdf
  23082. QT3-More Than Dig. Video.pdf
  23083. Simplified Stream Audio.pdf
  23084. Web Animation Guide.pdf
  23085. WebObjects Database Part I.pdf
  23086. WebObjects Database Part II.pdf
  23087. WebObjects Memory Mgmt.pdf
  23088. WebObjects Tools and Techniques
  23089. WebObjectsCategories&Posers.pdf
  23090. WebObjectsPerformanceTuning
  23091. Working with WebObjects.pdf
  23092. Writing for Interactive Media
  23093. item you selected could not be found."
  23094.     return
  23095. end try
  23096. Deletedq
  23097. Dev.CD Sep 96 RL
  23098. wD(All Packages
  23099. Reference Library Edition
  23100. develop Issue 15
  23101. rfc1332
  23102. rfc1332
  23103. rfc1334
  23104. rfc1334
  23105. authentication
  23106. rfc1378
  23107. rfc1378
  23108. rfc1570
  23109. rfc1570
  23110. rfc1618
  23111. rfc1618
  23112. rfc1661
  23113. rfc1661
  23114. rfc1662
  23115. rfc1662
  23116. rhapsody
  23117. rhapsody
  23118. richardson
  23119. rights
  23120. rinaldi
  23121. rincludes
  23122. roadmap
  23123. robix
  23124. robix
  23125. sources
  23126. otate
  23127. small
  23128. rsrcN
  23129. Wommon
  23130. speedh
  23131. speed-critical
  23132. speeding
  23133. speeds
  23134. speedup
  23135. speedups
  23136. speedy
  23137. spellcheck
  23138. spellchecking
  23139. speller
  23140. spelling
  23141. spells
  23142. spellswell
  23143. spend
  23144. sphere
  23145. splash
  23146. splasher
  23147. splice
  23148. split
  23149. sponsored
  23150. spooled
  23151. spooler
  23152. spoolers
  23153. spoolingx
  23154. sports
  23155. spot\
  23156. spots
  23157. spreadsheet
  23158. spreadsheets
  23159. spritet
  23160. sprite-based
  23161. sprites
  23162. spriteworld
  23163. spriteworld
  23164. sprite-based
  23165. animation
  23166. architecture
  23167. sprocket
  23168. sprocketinvaders
  23169. stacks
  23170. staging
  23171. staking{
  23172. stalking
  23173. e    No Changef
  23174. Virtual Userq
  23175. Dev.CD Aug 00 TC Disk 1
  23176. All Packages
  23177. VU Tutorial & Scripts
  23178. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  23179. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  23180. Virtual User tools.imgK
  23181. Aug 92M
  23182. Apple DocViewer applicationN
  23183. VU, Virtual UserOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  23184.  - Tool Chest
  23185.  - Testing & Debugging
  23186.  - Virtual User toolsV
  23187. 84306X
  23188. Aug 00^    TC Disk 1
  23189. e    No Change
  23190. pixel
  23191. access
  23192. directions{
  23193. disinfectant
  23194. disinfectant
  23195. 3.7.1
  23196. performance
  23197. tools
  23198. diskfiller
  23199. display
  23200. display
  23201. display
  23202. manager
  23203. displayvideo
  23204. disposeresource
  23205. disposeresource
  23206. distribution
  23207. animateentry
  23208. animatepalette
  23209. animation
  23210. antlr
  23211. developer
  23212. preview
  23213. documentation
  23214. developer's
  23215. developersT
  23216. pport
  23217. 83344X
  23218. Mar OO^
  23219. RLDisk 1
  23220. --set theItem to choose file -- uncomment to test in an AS editor
  23221.     tell application "Finder"
  23222.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  23223.         activate
  23224.     end tell
  23225. on error errMsg number errNum
  23226.     --enter statements to perform when no records are found such as...
  23227.     display dialog "Sorry, the item you selected could not be found."
  23228.     return
  23229. end try
  23230. Deletedf audio
  23231. compression
  23232. playback
  23233. codecq
  23234. Dev.CD Mar OO RLDisk 1
  23235. All Packages
  23236. New NewGWorld
  23237. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  23238. Jul 98M
  23239. Acrobat Reader 3.0N#audio, compression, playback, codecO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  23240.  - Interactive Media Resourceson to QuickDraw GX, and a simple GX-aware sample.
  23241. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  23242. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  23243. Managing Compon
  23244. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  23245. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  23246. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  23247. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  23248. Advanced Web Site Technique.pdf
  23249. Avoid Audio Pitfalls Guide.pdf
  23250. CompbasedMediaBroadcastEnv
  23251. Creating MIDI for the Web3.pdf
  23252. DeBabelizer 3.0.pdf
  23253. Design For Reuse.pdf
  23254. DesignForRobustness
  23255. Digital Asset Management.pdf
  23256. Digital Storyboard.pdf 
  23257. DVD Development.pdf
  23258. DVD_Primer.pdf
  23259. Enhanced CD Survival Guide.pdf
  23260. EOModeler
  23261. Frameworks.pdf
  23262. Gender-Based Title Creation.pdf
  23263. Int_Media_Writer_Resources.pdf
  23264. Java Survival Guide.pdf
  23265. Making Cool QD3D Apps.pdf
  23266. Music on the Net.pdf
  23267. New Audio Features QT3.pdf
  23268. Porting
  23269. Jul 98
  23270. e:  This snippet shows how to use the QuickDraw pattern modes to invert the intersection of two colored lines.
  23271. FindFamilies:  An MPW tool for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  23272. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  23273. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  23274. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  23275. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  23276. universityS
  23277. unmountit
  23278. unmountit
  23279. unresolved
  23280. update
  23281. updater
  23282. upgradeC
  23283. access
  23284. 1.0.1
  23285. distribution
  23286. guide
  23287. userd
  23288. userfunction
  23289. userfunction
  23290. gestalt
  23291. v1.0.1
  23292. v1.1.1
  23293. validator
  23294. variables
  23295. verilog
  23296. version
  23297. video
  23298. viewer
  23299. virtual
  23300. watch
  23301. watching
  23302. os-compatible
  23303. os-only
  23304. sample
  23305. code@
  23306. sample
  23307. illustrating
  23308. scrolling
  23309. controls
  23310. sample
  23311. showing
  23312. quicktime
  23313. gworlds
  23314. together@
  23315. samples@
  23316. saving@
  23317. scheduled@
  23318. scriptable@
  23319. scrollbars
  23320. limited
  23321. their
  23322. range
  23323. signed
  23324. 16-bit
  23325. sdev@
  23326. sections@
  23327. seeing@
  23328. selects@
  23329. september@
  23330. server's@
  23331. set-top@
  23332. sets@
  23333. settings@
  23334. shared@
  23335. shots@
  23336. show@
  23337. showdraghilite@
  23338. shown@
  23339. shows
  23340. shows
  23341. copymask
  23342. screen
  23343. lighter
  23344. similar@
  23345. simpler@
  23346. simplifies@
  23347. situationually@
  23348. sizes@
  23349. snapshot
  23350. sample
  23351. application
  23352. shows
  23353. grab@
  23354. snippet
  23355. demonstrate
  23356. system
  23357. utilitie@
  23358. society@
  23359. solution@
  23360. someone@
  23361. user's@
  23362. user's/application's@
  23363. uses@
  23364. using@
  23365. using
  23366. enterprise
  23367. objects
  23368. framework
  23369. openstep@
  23370. using
  23371. v1.2.1@
  23372. vary@
  23373. version
  23374. versions@
  23375. video@
  23376. viewing@
  23377. vision@
  23378. we're@
  23379. were@
  23380. appear
  23381. where
  23382. location
  23383. memory@
  23384. where@
  23385. which@
  23386. while@
  23387. white@
  23388. whole@
  23389. wide-angle@
  23390. williams@
  23391. window
  23392. window's@
  23393. windows/dos@
  23394. wishes@
  23395. plug-in's
  23396. within@
  23397. without@
  23398. words@
  23399. work-around@
  23400. wprocasm@
  23401. writes@
  23402. you'll@
  23403. you'll
  23404. access
  23405. documentation
  23406. software
  23407. technolo@
  23408. yours@
  23409. yourself@
  23410. zooming@
  23411. 04/95@
  23412. 1.4.2@
  23413. 3dmf@
  23414. protocol
  23415. editorO
  23416. eenie
  23417. effect
  23418. effects
  23419. PC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  23420. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  23421. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  23422. y, and your users will love it.
  23423. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  23424. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  23425. Somewhere in QuickTime: What
  23426. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  23427. Print Hint
  23428. transport
  23429. appletalk
  23430. rawmode
  23431. nbplookup
  23432. otlookup
  23433. transport
  23434. mapper
  23435. mapperref
  23436. otlookupnametest
  23437. transport
  23438. netstat
  23439. display
  23440. cache
  23441. logical
  23442. physic
  23443. transport
  23444. no-copy
  23445. receives
  23446. otbuffer
  23447. otbufferinfo
  23448. nocopy
  23449. transport
  23450. rawip
  23451. otpingsample
  23452. transport
  23453. traceroute
  23454. rawip
  23455. ottraceroutesamp
  23456. transport
  23457. otgetendpointinfo
  23458. tendpointinfo
  23459. etsda
  23460. transport
  23461. otlifo
  23462. otfifo
  23463. otlink
  23464. linked
  23465. transport
  23466. otoptionmanagment
  23467. option
  23468. management
  23469. getsetopt
  23470. transport
  23471. registry
  23472. otgetindexedport
  23473. transport
  23474. serial
  23475. registry
  23476. otgetuserportnamefro
  23477. transport
  23478. server
  23479. tilisten
  23480. notifiers
  23481. listen/accept
  23482. hando
  23483. transport
  23484. streams
  23485. module
  23486. driver
  23487. streamnop
  23488. transport
  23489. endpoint
  23490. download
  23491. fetch
  23492. otsimple
  23493. transport
  23494. endpoint
  23495. server
  23496. listen
  23497. single-l
  23498. opentransport
  23499. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Carbon, Mac OS X, and QuickTime documentation.
  23500. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources
  23501. -such as develop, Technical Notes, and B
  23502. Technical Q&A's. 
  23503. acrobat3.html
  23504. adc_fatbrain_feedback.html
  23505. carbon
  23506. corefoundation
  23507. Desktop Folder
  23508. Documenation_in_PDF
  23509. faq.html
  23510. FunctionIndex
  23511. hardware
  23512. images
  23513. index.html
  23514. macos8
  23515. macosx
  23516. order.html
  23517. PubsCatalog.html
  23518. PubsOrderForm.html
  23519. quicktime
  23520. techpubsfeedback.html
  23521. webobjects
  23522. Jan 00L
  23523. Sep 00
  23524. AaTechnical Publications, technical documentation, documentation, Tech Docs, publications, devnotes
  23525. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolOGDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:PODev.CD Aug 00 TC Disk 1
  23526.  - Tool Chest
  23527.  - Networking
  23528.  - Network Watch (DMZ) v1.5 the item you selected could not be found."
  23529.     return
  23530. end try
  23531. Deletedq
  23532. Dev.CD Sep 96 RL
  23533. All Packages
  23534. develop Issue 18
  23535. 81411X
  23536. training
  23537. using
  23538. verilog
  23539. usefulW
  23540. usenet
  23541. userU
  23542. Wr are nearly endless.
  23543. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  23544. t do it right. Dean has some code to help you out. 
  23545. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  23546. ) Alexander.  MessageWatcher let
  23547. The Red
  23548. ) Harlan.   Here it is for the first time 
  23549.  the real story, from someone who was there. 
  23550. JEdevelop Issue 17:
  23551. develop Issue 17 code:
  23552. develop Issue 17 references:K
  23553. Vol IIIL
  23554. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Sep 96 RL
  23555.  - Technical Documentation
  23556.  - develop
  23557.  - develop Issue 17
  23558. hout allowing the system to automagically mount the volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  23559. Communications Toolbox
  23560. Contributed
  23561. Devices and Hardware
  23562. Files
  23563. Games
  23564. Graphics 2D
  23565. Graphics 3D
  23566. Help Systems
  23567. Human Interface Toolbox
  23568. Interapplication Comm
  23569. Memory
  23570. Networking
  23571. OS Utilities
  23572. Overview
  23573. Platforms and Tools
  23574. Printing
  23575. Processes
  23576. QuickTime
  23577. Runtime Architecture
  23578. Sound
  23579. Feb 92L
  23580. May 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  23581.  - Sample CodemationS
  23582. 03-information
  23583. registrati
  23584. 03/95{
  23585. 03/96|
  23586. 03/97}
  23587. 04-indexS
  23588. 04-index
  23589. courses
  23590. --set theItem to choose file -- uncomment to test in an AS editor
  23591.     tell application "Finder"
  23592.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  23593.         activate
  23594.     end tell
  23595. on error errMsg number errNum
  23596.     --enter statements to perform when no records are found such as...
  23597.     display dialog "Sorry, the item you selected could not be found."
  23598.     return
  23599. end try
  23600. shows
  23601. copymask
  23602. screen
  23603. lighter
  23604. shows
  23605. affect
  23606. background
  23607. color
  23608. control
  23609. shows
  23610. copybits
  23611. along
  23612. offscreen
  23613. bitmaps
  23614. emulater
  23615. shrink
  23616. shrinking
  23617. shrunken
  23618. shutdownB
  23619. sicns
  23620. siegel
  23621. sierra
  23622. sierra/iso
  23623. signatures
  23624. signed
  23625. significant
  23626. signs
  23627. silently
  23628. simenel
  23629. e    No Changef
  23630. SillyBallsq
  23631. Dev.CD Aug 00 TC Disk 2
  23632. All Packages
  23633. Simple DrawSprocket
  23634. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  23635. JjRead Me
  23636. Simple DrawSprocket App
  23637. Simple DrawSprocket Main.c
  23638. Simple DrawSprocket.CW2
  23639. Simple DrawSprocket.CW5K
  23640. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:PLDev.CD Aug 00 TC Disk 1
  23641.  - Sample Code
  23642.  - Graphics 2D
  23643.  - Simple DrawSprocketV
  23644. 83828X
  23645. Aug 00^    TC Disk 1
  23646. e    No Change
  23647. develop
  23648. issue
  23649. references
  23650. develop
  23651. issue
  23652. develop
  23653. issue
  23654. develop
  23655. issue
  23656. references
  23657. develop
  23658. issue
  23659. develop
  23660. issue
  23661. develop
  23662. issue
  23663. references
  23664. target
  23665. tautocenterview
  23666. tautocenterview
  23667. tautocenterview
  23668. tccalc
  23669. tcp/ip
  23670. tcp/ip
  23671. administration
  23672. image
  23673. tcp/ip
  23674. connection
  23675. image
  23676. tcp/ip
  23677. mib-ii
  23678. alias
  23679. tcsample
  23680. tcsample
  23681. tctesample
  23682. tctesample
  23683. tctesampleglue
  23684. tctesampleglue
  23685. technical
  23686. technique
  23687. techniques
  23688. technotes
  23689. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  23690. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  23691.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  23692. JbDMZ.68k
  23693. DMZ.fat
  23694. dmz.make
  23695. .ppc.sc
  23696. .rsrc
  23697. Objects
  23698. sources
  23699. Think DMZ.ppcK
  23700. Sep 92L
  23701. Jul 96OGDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:iles and folders in the Finder.
  23702. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  23703. 83343X
  23704. Aug 00^    TC Disk 1
  23705. --set theItem to choose file -- uncomment to test in an AS editor
  23706.     tell application "Finder"
  23707.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  23708.         activate
  23709.     end tell
  23710. on error errMsg number errNum
  23711.     --enter statements to perform when no records are found such as...
  23712.     display dialog "Sorry, the item you selected could not be found."
  23713.     return
  23714. end try
  23715. e    No ChangefIOpen Transport
  23716. AppleTalk
  23717. rawmode
  23718. NBPLookup
  23719. OTLookup
  23720. Echo Protocolq
  23721. Dev.CD Aug 00 TC Disk 1
  23722. All Packages
  23723. New Audio Features QT3
  23724. 83344X
  23725. he Red
  23726. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  23727. J&develop Issue 18
  23728. develop Issue 18 codeK
  23729. Vol IIIL
  23730. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Sep 00 RL Disk 1
  23731.  - Technical Documentation
  23732.  - Develop
  23733.  - develop Issue 18
  23734. --set theItem to choose file -- uncomment to test in an AS editor
  23735.     tell application "Finder"
  23736.         open item "Dev.CD Apr 94
  23737. Dev.CD Jan 94
  23738. Dev.CD Oct 93
  23739. Dev.CD Jul 93"
  23740.         activate
  23741.     end tell
  23742. on error errMsg number errNum
  23743.     --enter statements to perform when no records are found such as...
  23744.     display dialog "Sorry, the item you selected could not be found."
  23745.     return
  23746. end try
  23747. All Packages
  23748. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  23749. Dev.CD Jan 94
  23750. Dev.CD Oct 93
  23751. Dev.CD Jul 93
  23752. Dev.CD Apr 93PDDev.CD Apr 94
  23753. Dev.CD Jan 94
  23754. Dev.CD Oct 93
  23755. Dev.CD Jul 93
  23756. Dev.CD Apr 9V
  23757. 84180X
  23758. Apr 94
  23759. --set theItem to choose file -- uncomment to test in an AS editor
  23760.     tell application "Finder"
  23761.         open item "Dev.CD Apr 94
  23762. Dev.CD Jan 94
  23763. Dev.CD Oct 93
  23764. Dev.CD Jul 93
  23765. Dev.CD Apr 93"
  23766.         activate
  23767.     end tell
  23768. on error errMsg number errNum
  23769.     --enter statements to perform when no records are found such as...
  23770.     display dialog "Sorry, the item you selected could not be found."
  23771.     return
  23772. end try
  23773. All Packages
  23774. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  23775. Dev.CD Jan 94
  23776. Dev.CD Oct 93
  23777. Dev.CD Jul 93
  23778. Dev.CD Apr 93PDDev.CD Apr 94
  23779. Dev.CD Jan 94
  23780. Dev.CD Oct 93
  23781. Dev.CD Jul 93
  23782. Dev.CD Apr 9V
  23783. 84181X
  23784. Apr 94
  23785. hard-coded
  23786. hard-won
  23787. hardwarek
  23788. --set theItem to choose file -- uncomment to test in an AS editor
  23789.     tell application "Finder"
  23790.         open item "Dev.CD Apr 94
  23791. Dev.CD Jan 94
  23792. Dev.CD Oct 93
  23793. Dev.CD Jul 93
  23794. Dev.CD Apr 93"
  23795.         activate
  23796.     end tell
  23797. on error errMsg number errNum
  23798.     --enter statements to perform when no records are found such as...
  23799.     display dialog "Sorry, the item you selected could not be found."
  23800.     return
  23801. end try
  23802. training
  23803. required
  23804. plug-and-play
  23805. design
  23806. no-copy
  23807. collaboration{
  23808. collation
  23809. collecth
  23810. collected
  23811. collecting
  23812. collectionj
  23813. collection
  23814. inside
  23815. macintosh
  23816. books
  23817. related
  23818. programming
  23819. collectionservices
  23820. collectpictcolors
  23821. collects
  23822. collyer
  23823. color`
  23824. color
  23825. picker
  23826. 2.1.1
  23827. contains
  23828. minor
  23829. fixes
  23830. color
  23831. quickdraw
  23832. colorcdef
  23833. colored
  23834. coloredcheckbox
  23835. [PSDev.CD Feb 00 TC
  23836.  - What's New?
  23837.  - Development Kits
  23838.  - Mac OS
  23839.  - QuickTime Java SDKV
  23840. 83739X
  23841. Feb 00^
  23842. --set theItem to choose file -- uncomment to test in an AS editor
  23843.     tell application "Finder"
  23844.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  23845.         activate
  23846.     end tell
  23847. on error errMsg number errNum
  23848.     --enter statements to perform when no records are found such as...
  23849.     display dialog "Sorry, the item you selected could not be found."
  23850.     return
  23851. end try
  23852. e    No Changef
  23853. QuickTime
  23854. http://developer.apple.com/sdk/q
  23855. Dev.CD Feb 00 TC
  23856. \D!All Packages
  23857. Tool Chest Edition
  23858. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  23859. QTJava_SDK.zipK
  23860. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  23861. 83740X
  23862. 1e    No Changeo
  23863. http://developer.apple.com/sdk/
  23864. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  23865. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  23866. Communications Toolbox
  23867. Contributed
  23868. Devices and Hardware
  23869. Files
  23870. Games
  23871. Graphics 2D
  23872. Graphics 3D
  23873. Help Systems
  23874. Human Interface Toolbox
  23875. Interapplication Comm
  23876. Memory
  23877. Networking
  23878. OS Utilities
  23879. Overview
  23880. Platforms and Tools
  23881. Printing
  23882. Processes
  23883. QuickTime
  23884. Runtime Architecture
  23885. Sound
  23886. Aug 96M
  23887. OpenTransportN
  23888. C++ OpenTransportO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  23889.  - Sample Code
  23890. counterdocument
  23891. 4.0.1
  23892. 4.0.8
  23893. files
  23894. library
  23895. 4pmlibraryA
  23896. 4pmlibrary
  23897. 4pmlibrary
  23898. counterprint
  23899. 5.0.7W
  23900. 5.3.2
  23901. 5300ramcard
  23902. 5xxx/6xxx
  23903. 5xxx/6xxx
  23904. tester
  23905. counterabout
  23906. 6.3.3
  23907. 7.0fo
  23908. 7.0fo
  23909. makeN
  23910. 7.0fo
  23911. 7.0fo
  23912. rsrcN
  23913. 7.0fo
  23914. 7.1.3
  23915. apple
  23916. grayscale
  23917. appearance
  23918. 7editO
  23919. 7edit
  23920. 7edit
  23921. 7edit
  23922. 7edit
  23923. 7edit
  23924. readmeP
  23925. 8.5.1
  23926. handle-based
  23927. handled
  23928. handledatahandlersub
  23929. handlerf
  23930. handlersf
  23931. handles
  23932. handling
  23933. handoff
  23934. hands
  23935. handwriting
  23936. handy
  23937. hanging
  23938. hangul
  23939. hanja
  23940. happen
  23941. happened
  23942. happening
  23943. happens
  23944. happily
  23945. hard-coded
  23946. hard-won
  23947. hardwarek
  23948. develop Issue 19 referencesK
  23949. Vol IIIL
  23950. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  23951. network
  23952. stream
  23953. network
  23954. watch
  23955. networking
  23956. audio
  23957. features
  23958. newgworld
  23959. tokenizer
  23960. newgworld
  23961. newsz
  23962. nocopyreceives
  23963. nopoweroffkey
  23964. noresdialog
  23965. nosound
  23966. notesT
  23967. nubus
  23968. nubus
  23969. tester
  23970. numbers
  23971. object
  23972. object
  23973. pascal
  23974. objective-c
  23975. objectsupportlib
  23976. objectsupportlib
  23977. 1.1.4
  23978. offscreen
  23979. offscreencontrolupda
  23980. onescannerx
  23981. ooptesample
  23982. transport
  23983. transport
  23984. debug
  23985. transport
  23986. transport/ppp
  23987. opendoc
  23988. opendoc
  23989. development
  23990. framework
  23991. release
  23992. opendoc
  23993. international
  23994. openfwbridgefixjul97
  23995. opengl
  23996. opengl
  23997. drawsprocket
  23998. opengl
  23999. install
  24000. openwindow
  24001. opp's
  24002. optimization
  24003. optimization
  24004. demos
  24005. oracle
  24006. All Packages
  24007. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24008. Dev.CD Jan 94
  24009. Dev.CD Oct 93P(Dev.CD Apr 94
  24010. Dev.CD Jan 94
  24011. Dev.CD Oct 9V
  24012. 84130X
  24013. Apr 94
  24014. ~--set theItem to choose file -- uncomment to test in an AS editor
  24015.     tell application "Finder"
  24016.         open item "Dev.CD Apr 94
  24017. Dev.CD Jan 94
  24018. Dev.CD Oct 93"
  24019.         activate
  24020.     end tell
  24021. on error errMsg number errNum
  24022.     --enter statements to perform when no records are found such as...
  24023.     display dialog "Sorry, the item you selected could not be found."
  24024.     return
  24025. end try
  24026. All Packages
  24027. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24028. Dev.CD Jan 94
  24029. Dev.CD Oct 93
  24030. Dev.CD Jul 93P6Dev.CD Apr 94
  24031. Dev.CD Jan 94
  24032. Dev.CD Oct 93
  24033. Dev.CD Jul 9V
  24034. 84131X
  24035. Apr 94
  24036. components
  24037. apple-sanctioned
  24038. apple-specific
  24039. apple-sponsored
  24040. applecd
  24041. appleeventh
  24042. appleevent-based
  24043. appleevents
  24044. appleglot
  24045. appleguidegluelib
  24046. appleii
  24047. applejava
  24048. applelink{
  24049. applemodemtool
  24050. applescriptb
  24051. applescript's
  24052. applescript-based
  24053. applescriptsO
  24054. applesearchT
  24055. appleshareT
  24056. appleshare/file
  24057. applesingle/appledou
  24058. applet
  24059. AppleEvents.c
  24060. BareBones.c
  24061. BareBones.h
  24062. Documentation
  24063. Events.c
  24064. Initialize.c
  24065. Lists.c
  24066. Menus.c
  24067. PatchListLDEF.c
  24068. Prototypes.h
  24069. Tabs LDEF
  24070. Tabs LDEF Demo(PPC)
  24071. Tabs LDEF Demo.mcp
  24072. Tabs LDEF Demo.rsrc
  24073. Utilities.c
  24074. Windows.cOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Tabs LDEF:PNDev.CD Aug 00 TC Disk 2
  24075.  - Sample Code
  24076.  - Human Interface Toolbox
  24077.  - Tabs LDEF
  24078. sample
  24079. illustrating
  24080. scrolling
  24081. controls
  24082. sample
  24083. showing
  24084. asynchronously
  24085. record
  24086. sound
  24087. sample
  24088. accompany
  24089. chapter
  24090. introduction
  24091. sample
  24092. demonstrate
  24093. append
  24094. items
  24095. sample
  24096. illustrating
  24097. techniques
  24098. sample
  24099. example
  24100. application
  24101. demonstrates
  24102. sample
  24103. program
  24104. demonstrating
  24105. write
  24106. sample
  24107. program
  24108. demonstrate
  24109. direct
  24110. access
  24111. ether
  24112. 83342X
  24113. Aug 00^    TC Disk 2
  24114. y--set theItem to choose file -- uncomment to test in an AS editor
  24115.     tell application "Finder"
  24116.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  24117.         activate
  24118.     end tell
  24119. on error errMsg number errNum
  24120.     --enter statements to perform when no records are found such as...
  24121.     display dialog "Sorry, the item you selected could not be found."
  24122.     return
  24123. end try
  24124. Movedf
  24125. C++ OpenTransportq
  24126. Dev.CD Aug 00 TC Disk 2
  24127. All Packages
  24128. Network Watch (DMZ) v1.5
  24129. 83343X
  24130. an focus on writing
  24131. and reusing
  24132. code.
  24133. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  24134. Unofficial C++ Style Guide.  How to harness C++
  24135. s power without getting tripped up by some of its less savory features.
  24136. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  24137. J(develop Issue  2:
  24138. develop Issue  2 code:K
  24139. Vol IIIL
  24140. Jun 95
  24141. connect
  24142. connect
  24143. connection
  24144. connectivity
  24145. contacts
  24146. content
  24147. contents
  24148. contents
  24149. extensions
  24150. contents
  24151. bootvol
  24152. --set theItem to choose file -- uncomment to test in an AS editor
  24153.     tell application "Finder"
  24154.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  24155.         activate
  24156.     end tell
  24157. on error errMsg number errNum
  24158.     --enter statements to perform when no records are found such as...
  24159.     display dialog "Sorry, the item you selected could not be found."
  24160.     return
  24161. end try
  24162. --set theItem to choose file -- uncomment to test in an AS editor
  24163.     tell application "Finder"
  24164.         open item "Dev.CD Apr 94
  24165. Dev.CD Jan 94
  24166. Dev.CD Oct 93
  24167. Dev.CD Jul 93
  24168. Dev.CD Apr 93"
  24169.         activate
  24170.     end tell
  24171. on error errMsg number errNum
  24172.     --enter statements to perform when no records are found such as...
  24173.     display dialog "Sorry, the item you selected could not be found."
  24174.     return
  24175. end try
  24176. obtained
  24177. obtaining
  24178. obtains
  24179. obvious
  24180. obviously[
  24181. occasionally
  24182. `N-QuickView, Toolbox Assistant, quick referenceO;Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:P@Dev.CD Sep 97 RL
  24183.  - Technical Documentation
  24184.  - Toolbox AssistantW
  24185. belly
  24186. belong
  24187. belongs
  24188. below
  24189. benchmark
  24190. benefit
  24191. benefits{
  24192. benignly
  24193. berdahl
  24194. berkeley
  24195. berkowitz
  24196. beta{
  24197. beta-level
  24198. betabase
  24199. better_
  24200. betweenl
  24201. beused
  24202. beware
  24203. beyond
  24204. bezier
  24205. bidirectional
  24206. big-endian
  24207. bigscrolling
  24208. biheight
  24209. server
  24210. macapp
  24211. maccheck
  24212. machine
  24213. machine
  24214. identification
  24215. machinelocation
  24216. macintalk
  24217. macintoshR
  24218. tionless
  24219. connections
  24220. connectivity
  24221. connectix
  24222. connectors
  24223. conrad
  24224. considerx
  24225. constrained
  24226. construct
  24227. constructing
  24228. construction
  24229. constructs
  24230. consult
  24231. consumer
  24232. consuming
  24233. contactj
  24234. contacts
  24235. containT
  24236. contained
  24237. container
  24238. containing
  24239. containsS
  24240. contains
  24241. demonstrating
  24242. write
  24243. engine
  24244. contentz
  24245. build
  24246. Hooks.cp
  24247. Hooks.cp.o
  24248. Hooks.h
  24249. TestHooks
  24250. TestHooks.cp
  24251. TestHooks.cp.o
  24252. TestHooks.make
  24253. TestHooks.makeout
  24254. THooks Documentation
  24255. THooks Documentation.txtK
  24256. Vol IIIL
  24257. Vol VIIM/MPW C++. This package is System 7.0 compatible.OGDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:PRDev.CD Aug 00 TC Disk 1
  24258.  - Tool Chest
  24259.  - Development Kits
  24260.  - C++ Related
  24261.  - THooksV
  24262. 84248X
  24263. Aug 00^    TC Disk 1
  24264. --set theItem to choose file -- uncomment to test in an AS editor
  24265.     tell application "Finder"
  24266.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:"
  24267.         activate
  24268.     end tell
  24269. on error errMsg number errNum
  24270.     --enter statements to perform when no records are found such as...
  24271.     display dialog "Sorry, the item you selected could not be found."
  24272.     return
  24273. end try
  24274. e    No Changeq
  24275. Dev.CD Aug 00 TC Disk 1
  24276. YD!All Packages
  24277. Mac OS SDK Edition
  24278. Thread Manager SDK 2.1
  24279. cameras
  24280. cameron
  24281. campaign
  24282. campaigns
  24283. network
  24284. setup
  24285. network
  24286. softwareR
  24287. networking
  24288. networking
  24289. communications
  24290. newgworldr
  24291. newgworld
  24292. gworldr
  24293. newpalette
  24294. newsz
  24295. no-copy
  24296. no-copy
  24297. receives
  24298. nocopyreceives
  24299. nopoweroffkey
  24300. object-oriented
  24301. objectsupportlib
  24302. appleevent
  24303. screent
  24304. offscreen
  24305. offscreen
  24306. gworld
  24307. opaque
  24308. opaque
  24309. types
  24310. systems
  24311. transport
  24312. opentransport
  24313. optimization
  24314. optimizing
  24315. option
  24316. option
  24317. management
  24318. oracle
  24319. ordered
  24320. ordered
  24321. collection
  24322. ot/ppp
  24323. otbuffer
  24324. otbufferinfo
  24325. otfifo
  24326. otlifo
  24327. otlink
  24328. otlookup
  24329. otoptionmanagment
  24330. ottcpwilldial
  24331. output
  24332. override
  24333. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.O7Dev.CD Jul 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:P?Dev.CD Jul 00 SDK1
  24334.  - Development Kits
  24335.  - Mac OS
  24336.  - NSL 1.1 SDKintroduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  24337. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  24338. AOCE templates allow you to specify how the Finder displa
  24339. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  24340. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  24341. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  24342. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  24343. NSL 1.1 SDK Read Me
  24344. NSL 1.1 Manager B
  24345. library, DNS, SLP, LDAP, and NBP plug-ins
  24346. UI library
  24347. Detailed NSL 1.1 Developer Documentation
  24348. NSL Network Administrator's Guide (second edition)
  24349. Connect To... test tool
  24350. Sample code
  24351. Header files
  24352. JYConnect To...
  24353. Documentation
  24354. Headers
  24355. NSL 1.1 SDK Read Me
  24356. NSL Library & Plugins
  24357. Sample CodeK
  24358. Nov 98L
  24359. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Jul 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:y Dave Evans.  Is it scienc
  24360. 83341X
  24361. Jul 00^
  24362. --set theItem to choose file -- uncomment to test in an AS editor
  24363.     tell application "Finder"
  24364.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:"
  24365.         activate
  24366.     end tell
  24367. on error errMsg number errNum
  24368.     --enter statements to perform when no records are found such as...
  24369.     display dialog "Sorry, the item you selected could not be found."
  24370.     return
  24371. end try
  24372. e    No ChangefoNSL
  24373. network
  24374.  TCP/IP search
  24375. browse Internet services
  24376. network administrator
  24377. domain
  24378. neighborhood.q
  24379. Dev.CD Jul 00 SDK1
  24380. All Packages
  24381. Network Stream
  24382. 83342X
  24383. 160/165c/180/180c
  24384. 160/180
  24385. invertedtext
  24386. inverts
  24387. invested
  24388. investigate
  24389. investigated
  24390. investigating
  24391. investigation
  24392. investment
  24393. investments{
  24394. invisible
  24395. invoke
  24396. invoked
  24397. involve
  24398. involved
  24399. involves
  24400. s3vsources
  24401. s3vsources
  24402. safenameregistry
  24403. safenameregistry
  24404. safenameregistry
  24405. sampctrl
  24406. sampctrl
  24407. sampleY
  24408. sample
  24409. sample
  24410. applescripts
  24411. sample
  24412. applications
  24413. sample
  24414. sample
  24415. sample
  24416. readme
  24417. sample
  24418. componentss
  24419. sample
  24420. documents
  24421. sample
  24422. driver
  24423. sample
  24424. factorizations
  24425. sample
  24426. All Packages
  24427. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24428. Dev.CD Jan 94
  24429. Dev.CD Oct 93
  24430. Dev.CD Jul 93
  24431. Dev.CD Apr 93PDDev.CD Apr 94
  24432. Dev.CD Jan 94
  24433. Dev.CD Oct 93
  24434. Dev.CD Jul 93
  24435. Dev.CD Apr 9V
  24436. 84166X
  24437. Apr 94
  24438. --set theItem to choose file -- uncomment to test in an AS editor
  24439.     tell application "Finder"
  24440.         open item "Dev.CD Apr 94
  24441. Dev.CD Jan 94
  24442. Dev.CD Oct 93
  24443. Dev.CD Jul 93
  24444. Dev.CD Apr 93"
  24445.         activate
  24446.     end tell
  24447. on error errMsg number errNum
  24448.     --enter statements to perform when no records are found such as...
  24449.     display dialog "Sorry, the item you selected could not be found."
  24450.     return
  24451. end try
  24452. All Packages
  24453. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24454. Dev.CD Jan 94
  24455. Dev.CD Oct 93
  24456. Dev.CD Jul 93
  24457. Dev.CD Apr 93PDDev.CD Apr 94
  24458. Dev.CD Jan 94
  24459. Dev.CD Oct 93
  24460. Dev.CD Jul 93
  24461. Dev.CD Apr 9V
  24462. 84167X
  24463. Apr 94
  24464. f--set theItem to choose file -- uncomment to test in an AS editor
  24465.     tell application "Finder"
  24466.         open item "Dev.CD Jul 96 SSW"
  24467.         activate
  24468.     end tell
  24469. on error errMsg number errNum
  24470.     --enter statements to perform when no records are found such as...
  24471.     display dialog "Sorry, the item you selected could not be found."
  24472.     return
  24473. end try
  24474. icators@
  24475. introduction@
  24476. involving@
  24477. ischeckedout@
  24478. isn't@
  24479. issue@
  24480. issues@
  24481. issues
  24482. utility
  24483. compatible
  24484. system
  24485. difficult
  24486. application
  24487. support
  24488. features@
  24489. it's@
  24490. itself@
  24491. jfif@
  24492. finder
  24493. handy
  24494. little
  24495. application
  24496. workers
  24497. kept@
  24498. know@
  24499. language@
  24500. launchaplication@
  24501. leading-edge@
  24502. learning/testing@
  24503. levels@
  24504. library@
  24505. linguistically@
  24506. devices@
  24507. listed@
  24508. localizable@
  24509. lost@
  24510. hardware
  24511. hardware-dependent
  24512. editor
  24513.     tell application "Finder"
  24514.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  24515.         activate
  24516.     end tell
  24517. on error errMsg number errNum
  24518.     --enter statements to perform when no records are found such as...
  24519.     display dialog "Sorry, the item you selected could not be found."
  24520.     return
  24521. end try
  24522. e    No Changeq
  24523. Dev.CD Sep 00 RL Disk 1
  24524. All Packages
  24525. develop Issue 22
  24526. 81416X
  24527. gateway@
  24528. generically@
  24529. getopen@
  24530. getting/setting@
  24531. go-to-url@
  24532. gory@
  24533. grabber@
  24534. grayscale@
  24535. guide-intelligent@
  24536. gx-aware@
  24537. handle-based@
  24538. hardware
  24539. hardwared@
  24540. hash@
  24541. haven't@
  24542. header@
  24543. headers@
  24544. hebreu@
  24545. held@
  24546. hiermenus
  24547. simple
  24548. demonstration
  24549. hiera@
  24550. high@
  24551. hold@
  24552. holding@
  24553. holiday@
  24554. hose@
  24555. possible
  24556. across
  24557. several
  24558. screens
  24559. html@
  24560. s an overview of the Dylan way of doing things.
  24561. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  24562. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  24563. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  24564. function[
  24565. function/method
  24566. functionsB
  24567. functions/methods
  24568. fundamental
  24569. fundamentally
  24570. further
  24571. future{
  24572. futures
  24573. g3-class
  24574. g3/233
  24575. g3/266
  24576. g3/26620th
  24577. gadgets{
  24578. gaining{
  24579. gains
  24580. games{
  24581. gamma
  24582. gammas
  24583. garbage
  24584. reliable
  24585. reliably
  24586. reliance
  24587. relief
  24588. relies
  24589. religiously
  24590. relish
  24591. relocation
  24592. relstring
  24593. remain
  24594. remaining
  24595. remains
  24596. remap
  24597. remedies
  24598. remember
  24599. entation
  24600.  - Develop
  24601.  - develop Issue 21
  24602. 83340X
  24603. Dec 99^
  24604. --set theItem to choose file -- uncomment to test in an AS editor
  24605.     tell application "Finder"
  24606.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  24607.         activate
  24608.     end tell
  24609. on error errMsg number errNum
  24610.     --enter statements to perform when no records are found such as...
  24611.     display dialog "Sorry, the item you selected could not be found."
  24612.     return
  24613. end try
  24614. Deletedf*AIX
  24615. Network Server
  24616. Symbiotic
  24617. client
  24618. serverq
  24619. Dev.CD Dec 99 RL
  24620. D!All Packages
  24621. Mac OS SDK Edition
  24622. Network Services Location (NSL)
  24623. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  24624. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  24625. Network Server Dev. GuideK
  24626. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  24627.  - Technical Documentation
  24628.  - ABS Technical Notes
  24629.  - Network Server Dev. Guide All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  24630. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  24631. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  24632. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  24633. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  24634. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  24635. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  24636. fOMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:PXDev.CD Aug 00 TC Disk 2
  24637.  - Sample Code
  24638.  - QuickTime
  24639.  - QuickTime for Java
  24640.  - TransitionsV
  24641. 84262X
  24642. Aug 00^    TC Disk 2
  24643. --set theItem to choose file -- uncomment to test in an AS editor
  24644.     tell application "Finder"
  24645.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  24646.         activate
  24647.     end tell
  24648. on error errMsg number errNum
  24649.     --enter statements to perform when no records are found such as...
  24650.     display dialog "Sorry, the item you selected could not be found."
  24651.     return
  24652. end try
  24653. e    No Changef
  24654. QuickTime
  24655. Dev.CD Aug 00 TC Disk 2
  24656. All Packages
  24657. TranslateRotate
  24658. 84263X
  24659. areas
  24660. aren't
  24661. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  24662. All Metrowerks Pascal source code included.
  24663. JYMW UnmountIt.
  24664. ServerControlIntf.p
  24665. UnmountIt
  24666. UnmountIt Read Me
  24667. UnmountIt.p
  24668. UnmountIt.rsrcK
  24669. Aug 95M
  24670. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO7Dev.CD Aug 00 TC Disk 1:Tool Chest:Files:UnmountIt 1.2:P?Dev.CD Aug 00 TC Disk 1
  24671.  - Tool Chest
  24672.  - Files
  24673.  - UnmountIt 1.2commodates
  24674. accompanied
  24675. accompanies
  24676. accompany
  24677. accompanying
  24678. accomplish
  24679. accurate
  24680. accurately
  24681. accurately
  24682. print
  24683. image
  24684. scanned
  24685. accurately
  24686. print
  24687. image
  24688. viewed
  24689. monitor
  24690. acgis
  24691. achieve
  24692. achieved
  24693. package
  24694. contains
  24695. processor
  24696. emulator
  24697. extensions
  24698. program
  24699. demostrates
  24700. increase
  24701. copybits
  24702. speed
  24703. sample
  24704. illustrates
  24705. quicktime's
  24706. sample
  24707. demonstrates
  24708. folder
  24709. cont@
  24710. sample
  24711. demonstrates
  24712. choose
  24713. alias@
  24714. sample
  24715. groups
  24716. bunch
  24717. pictures
  24718. together
  24719. takes
  24720. sample
  24721. illustrates
  24722. create
  24723. application
  24724. sample
  24725. designed
  24726. proper
  24727. sample
  24728. shows
  24729. thread
  24730. application
  24731. shows
  24732. obtain
  24733. color
  24734. manager
  24735. snippet
  24736. demonstrates
  24737. copydeepmask
  24738. using
  24739. jumps
  24740. jumps
  24741. finder
  24742. finder
  24743. finder
  24744. finder
  24745. justify
  24746. kcapapp
  24747. kcapapp
  24748. kcapapp
  24749. pment~
  24750. devenvguide
  24751. device
  24752. devicemanagers
  24753. apple
  24754. detectors
  24755. technology
  24756. scans
  24757. searchiy
  24758. apple
  24759. sprockets
  24760. libraries
  24761. designed
  24762. simplify
  24763.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  24764.         activate
  24765.     end tell
  24766. on error errMsg number errNum
  24767.     --enter statements to perform when no records are found such as...
  24768.     display dialog "Sorry, the item you selected could not be found."
  24769.     return
  24770. end try
  24771. e    No Changeq
  24772. Dev.CD Sep 00 RL Disk 1
  24773. All Packages
  24774. develop Issue 24
  24775. 81418X
  24776. change
  24777. ischeckedout
  24778. iscii-compatible
  24779. isimagewriter
  24780. Document Synchronization and Other Human Interface Issues by Mark H. Linton.  The Macintosh Human Interface Guidelines say that a window
  24781. s title should match the corresponding document
  24782. s name at all times. Here
  24783. s some code that will help you do that.
  24784. JBdevelop Issue 23
  24785. develop Issue 23 code
  24786. develop Issue 23 referencesK
  24787. Sep 95L
  24788. Sep 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Sep 00 RL Disk 1
  24789.  - Technical Documentation
  24790.  - Develop
  24791.  - develop Issue 23
  24792. macapp
  24793. developer
  24794. survey
  24795. macapp
  24796. r13u5
  24797. macapp
  24798. macapp
  24799. r15d1
  24800. macapp
  24801. release
  24802. macbinary
  24803. maccalendar
  24804. maccalendar
  24805. 1.1b1
  24806. maccheck
  24807. maccheck
  24808. 1.0.4
  24809. macgamma
  24810. macintoshp
  24811. macintosh
  24812. cd-rom
  24813. setup
  24814. 5.3.2
  24815. macintosh
  24816. v1.1.1
  24817. macintosh
  24818. 1.1.1
  24819. macintosh
  24820. client
  24821. interface
  24822. macintosh
  24823. powerbook
  24824. 2400c
  24825. macintosh
  24826. powerbook
  24827. qualified
  24828. macintosh
  24829. technical
  24830. macintosh
  24831. technotes
  24832. macodbc
  24833. macodbc
  24834. 2.1.2
  24835. macos8documentation
  24836. signaturetoapp
  24837. signaturetoapp
  24838. signaturetoapp
  24839. signaturetoappdemo
  24840. signaturetoappdemo
  24841. sillyballs
  24842. sillyballs
  24843. sillyballs
  24844. sillyballs
  24845. sillyballs
  24846. simple
  24847. simple
  24848. simple
  24849. drawsprocket
  24850. simple
  24851. drawsprocket
  24852. simple
  24853. drawsprocket
  24854. simple
  24855. drawsprocket
  24856. simple
  24857. simple
  24858. simpleapp
  24859. simpleapp
  24860. simpleapp
  24861. sound
  24862. simpledownload
  24863. simpledownload
  24864. 247226
  24865. simpledownload
  24866. 248426
  24867. simpleeditmfc
  24868. simpleeditmfc
  24869. simpleeditmfc
  24870. develop
  24871. issue
  24872. develop
  24873. issue
  24874. develop
  24875. issue
  24876. develop
  24877. issue
  24878. develop
  24879. issue
  24880. develop
  24881. issue
  24882. develop
  24883. issue
  24884. develop
  24885. issue
  24886. develop
  24887. issue
  24888. develop
  24889. issue
  24890. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO:Dev.CD Aug 00 TC Disk 1:Sample Code:Games:NetSprocketTest:PBDev.CD Aug 00 TC Disk 1
  24891.  - Sample Code
  24892.  - Games
  24893.  - NetSprocketTestV
  24894. 83338X
  24895. Aug 00^    TC Disk 1
  24896. --set theItem to choose file -- uncomment to test in an AS editor
  24897.     tell application "Finder"
  24898.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Games:NetSprocketTest:"
  24899.         activate
  24900.     end tell
  24901. on error errMsg number errNum
  24902.     --enter statements to perform when no records are found such as...
  24903.     display dialog "Sorry, the item you selected could not be found."
  24904.     return
  24905. end try
  24906. e    No Changef>NetSprocket
  24907. networking
  24908. multi-player
  24909. internet
  24910. AppleTalkq
  24911. Dev.CD Aug 00 TC Disk 1
  24912. All Packages
  24913. Network Management (SNMP)
  24914. 83339X
  24915. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  24916. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  24917. Issues: Specifications only
  24918. This package is System 7.0 compatible.
  24919. J.Mac Specific files
  24920. READ ME
  24921. SNMP Specific filesK
  24922. Mar 92L
  24923. Aug 92M
  24924. Any MacOMDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):PXDev.CD Aug 00 TC Disk 1
  24925.  - Tool Chest
  24926.  - Networking
  24927.  - SNMP
  24928.  - Network Management (SNMP)sound.
  24929. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  24930. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  24931. 83339X
  24932. Aug 00^    TC Disk 1
  24933. --set theItem to choose file -- uncomment to test in an AS editor
  24934.     tell application "Finder"
  24935.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  24936.         activate
  24937.     end tell
  24938. on error errMsg number errNum
  24939.     --enter statements to perform when no records are found such as...
  24940.     display dialog "Sorry, the item you selected could not be found."
  24941.     return
  24942. end try
  24943. e    No Changeq
  24944. Dev.CD Aug 00 TC Disk 1
  24945. D(All Packages
  24946. Reference Library Edition
  24947. F Network Server Developer's Guide
  24948.     ation
  24949.  - Develop
  24950.  - develop Issue 24
  24951. --set theItem to choose file -- uncomment to test in an AS editor
  24952.     tell application "Finder"
  24953.         open item "Dev.CD Apr 94
  24954. Dev.CD Jan 94
  24955. Dev.CD Oct 93
  24956. Dev.CD Jul 93
  24957. Dev.CD Apr 93"
  24958.         activate
  24959.     end tell
  24960. on error errMsg number errNum
  24961.     --enter statements to perform when no records are found such as...
  24962.     display dialog "Sorry, the item you selected could not be found."
  24963.     return
  24964. end try
  24965. preserve68kregsactiv
  24966. preserve68kregssendp
  24967. preserved
  24968. preserves
  24969. press
  24970. pressed
  24971. pressing
  24972. pretends
  24973. pretty
  24974. prevailing
  24975. prevent
  24976. prevented
  24977. prevents
  24978. previews
  24979. previews
  24980. previousi
  24981. previously
  24982. prgeneral
  24983. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  24984. Navigation Services is a new set of APIs to:
  24985.     - open and save documents
  24986.     - confirm save / discard changes
  24987.     - select a file, folder or volume
  24988.     - create a new folder
  24989. Benefits of adopting Navigation Services APIs for your application include:
  24990.     - new movable, resizable, Appearance-aware Open & Sa
  24991. Bve dialogs
  24992.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  24993.     - built-in file format translation
  24994.     - transparent delivery of new features in future versions of the System Software.
  24995. More information on the features may be found in the Navigation Services developer note.
  24996. JCDocumentation:
  24997. Examples:
  24998. Libraries:
  24999. Navigation Services 1.1 Read MeK
  25000. Aug 99M
  25001. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  25002. triangular
  25003. trick
  25004. tricksT
  25005. tricky
  25006. tried
  25007. tries
  25008. triggerU
  25009. tripped
  25010. trivial
  25011. trueN
  25012. truetype
  25013. truffles
  25014. truncate
  25015. trust
  25016. truth
  25017. trying
  25018. tsmte
  25019. ttextgridview
  25020. ttextlistview
  25021. tubetest
  25022. tuneplayer
  25023. tunes
  25024. tuning
  25025. tunnel
  25026. tupledumper
  25027. tuples
  25028. turbo
  25029. turkish
  25030. N5open, save, choose, file, folder, navigation servicesOMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:PXDev.CD Aug 99 TC
  25031.  - What's New?
  25032.  - Development Kits
  25033.  - Mac OS
  25034.  - Navigation Services SDKkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  25035. JBdevelop Issue 25
  25036. develop Issue 25 code
  25037. develop Issue 25 referencesK
  25038. Mar 96L
  25039. Mar 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Sep 00 RL Disk 1
  25040.  - Technical Documentation
  25041.  - Develop
  25042.  - develop Issue 25
  25043. speech
  25044. recognition
  25045. manager
  25046. speech
  25047. recognition
  25048. speech
  25049. synthesis
  25050. installers
  25051. speechcallbacks
  25052. speechcallbacks
  25053. speechcallbacks
  25054. speechrecogmgr
  25055. speechrecognition
  25056. speechrecognition
  25057. spellswell
  25058. spellswell
  25059. spellswell
  25060. sphere
  25061. splasher
  25062. splasher
  25063. splasher
  25064. splasher
  25065. splashwindow
  25066. splashwindow
  25067. splashwindow
  25068. spooler
  25069. spritedemoapp
  25070. spritedemoapp
  25071. spritemgrt
  25072. spritemgr
  25073. spritemgr
  25074. spritemgr
  25075. spritemgr
  25076. spritemgr
  25077. summary
  25078. software
  25079. improves
  25080. float-to-int
  25081. conversion
  25082. summary
  25083. stack
  25084. contains
  25085. collection
  25086. apple
  25087. event
  25088. summary
  25089. stack
  25090. allow
  25091. users
  25092. register
  25093. creator
  25094. summary
  25095. submission
  25096. contains
  25097. virtual
  25098. external
  25099. summary
  25100. application
  25101. demonstrates
  25102. All Packages
  25103. System UpdateO
  25104. Dev.CD Oct 94P
  25105. Dev.CD Oct 9V
  25106. 84205X
  25107. Oct 94
  25108. b--set theItem to choose file -- uncomment to test in an AS editor
  25109.     tell application "Finder"
  25110.         open item "Dev.CD Oct 94"
  25111.         activate
  25112.     end tell
  25113. on error errMsg number errNum
  25114.     --enter statements to perform when no records are found such as...
  25115.     display dialog "Sorry, the item you selected could not be found."
  25116.     return
  25117. end try
  25118. All Packages
  25119. System UpdateO
  25120. Dev.CD Oct 94P
  25121. Dev.CD Oct 9V
  25122. 84206X
  25123. Oct 94
  25124. b--set theItem to choose file -- uncomment to test in an AS editor
  25125.     tell application "Finder"
  25126.         open item "Dev.CD Oct 94"
  25127.         activate
  25128.     end tell
  25129. on error errMsg number errNum
  25130.     --enter statements to perform when no records are found such as...
  25131.     display dialog "Sorry, the item you selected could not be found."
  25132.     return
  25133. end try
  25134. All Packages
  25135. System UpdateO
  25136. Dev.CD Oct 94P
  25137. Dev.CD Oct 9V
  25138. 84207X
  25139. Oct 94
  25140. difficulties
  25141. difficulty
  25142. digest
  25143. digit
  25144. digital
  25145. digitizer
  25146. digitizers
  25147. digitizershell
  25148. digitizershell
  25149. simple
  25150. sequence
  25151. grabber
  25152. related
  25153. digitizing
  25154. dilemmas
  25155. dils{
  25156. dimension
  25157. dimensions
  25158. dimmed
  25159. dimming
  25160. dimms
  25161. diractive
  25162. direct
  25163. direct-manipulation
  25164. directing
  25165. direction
  25166. directional
  25167. disinfectant
  25168. diskx
  25169. utility
  25170. application
  25171. mount
  25172. diskfiller
  25173. disks
  25174. diskscripts
  25175. 1.0.1 -> 1.0.2 Updater
  25176. Navigable Movie Toolkit
  25177. Read Me
  25178. Read Me.txt
  25179. Software License
  25180. Software License.txt
  25181. TCCalc
  25182. User Manual
  25183. Version History
  25184. Version History.txtK
  25185. Aug 93M
  25186. For acquisition: Any Macintosh that has two serial ports (one optional).
  25187. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationO^Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PiDev.CD Aug 00 TC Disk 1
  25188.  - Tool Chest
  25189.  - Development Kits
  25190.  - HyperCard Related
  25191.  - Navigable Movie Toolkit
  25192. 83337X
  25193. Aug 99^
  25194. --set theItem to choose file -- uncomment to test in an AS editor
  25195.     tell application "Finder"
  25196.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  25197.         activate
  25198.     end tell
  25199. on error errMsg number errNum
  25200.     --enter statements to perform when no records are found such as...
  25201.     display dialog "Sorry, the item you selected could not be found."
  25202.     return
  25203. end try
  25204. e    No Changef0open
  25205. choose
  25206. folder
  25207. navigation servicesq
  25208. Dev.CD Aug 99 TC
  25209. All Packages
  25210. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  25211. aevt.c
  25212. App.h
  25213. events.c
  25214. GameSample.
  25215. .rsrc
  25216. Global.h
  25217. init.c
  25218. main.c
  25219. makefile
  25220. NetSprocketTest.CW2.prj
  25221. NetSprocketTest.CW5.prj
  25222. NetStuff.cp
  25223. NetStuff.h
  25224. NewNSpTest
  25225. Proto.h
  25226. windows.cK
  25227. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  25228. O:Dev.CD Aug 00 TC Disk 1:Sample Code:Games:NetSprocketTest:V
  25229. 83338X
  25230. 1e    No Change
  25231. sibilities, a
  25232. hostU
  25233. host-target
  25234. hosted
  25235. hot-spot-specific\
  25236. hotchkiss
  25237. hotrect
  25238. hotsauce
  25239. hottest
  25240. hours
  25241. hours/minutes
  25242. house
  25243. WLANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  25244. array
  25245. arrays
  25246. arrive
  25247. arrived
  25248. arrow
  25249. arrows
  25250. article
  25251. articles{
  25252. articulate
  25253. artwork
  25254. esource.
  25255. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  25256. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  25257. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  25258.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  25259. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  25260. MakeITable:  This sample application shows how to manipulate a GDevice
  25261. s inverse table.
  25262. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  25263. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  25264. _J^InitMac.c
  25265. InitMac.h
  25266. MachineLoc.rsrc
  25267. main.c
  25268. Readme
  25269. TimeZone.Daylight(PPC)
  25270. TimeZone.Daylight.mcpM
  25271. System 7.5N?daylight savings time, time zone, ReadLocation, MachineLocationOCDev.CD Aug 00 TC Disk 2:Sample Code:OS Utilities:TimeZone.Daylight:PKDev.CD Aug 00 TC Disk 2
  25272.  - Sample Code
  25273.  - OS Utilities
  25274.  - TimeZone.DaylightV
  25275. 84255X
  25276. Aug 00^    TC Disk 2
  25277. --set theItem to choose file -- uncomment to test in an AS editor
  25278.     tell application "Finder"
  25279.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:OS Utilities:TimeZone.Daylight:"
  25280.         activate
  25281.     end tell
  25282. on error errMsg number errNum
  25283.     --enter statements to perform when no records are found such as...
  25284.     display dialog "Sorry, the item you selected could not be found."
  25285.     return
  25286. end try
  25287. e    No Changef<daylight savings time
  25288. time zone
  25289. ReadLocation
  25290. MachineLocationq
  25291. Dev.CD Aug 00 TC Disk 2
  25292. `D(All Packages
  25293. Reference Library Edition
  25294. Toolbox Assistant
  25295. brochure
  25296. browser
  25297. browsers
  25298. browsing
  25299. staging
  25300. staging
  25301. alerts
  25302. standalone
  25303. standalone
  25304. quick
  25305. start
  25306. standard
  25307. standardgetfolder
  25308. standardgetfolder
  25309. standardgetfolder
  25310. standardgetfolder
  25311. standardgetfolder
  25312. standardgetfoldermai
  25313. standardgetfoldermai
  25314. standardmenus
  25315. standardmenus
  25316. standards
  25317. standardwdef
  25318. standardwdef
  25319. start
  25320. start
  25321. started
  25322. starter
  25323. startup
  25324. static
  25325. shipping
  25326. ships{
  25327. shook
  25328. shoot
  25329. short
  25330. shortcut
  25331. shortcuts
  25332. --set theItem to choose file -- uncomment to test in an AS editor
  25333.     tell application "Finder"
  25334.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:strlist:"
  25335.         activate
  25336.     end tell
  25337. on error errMsg number errNum
  25338.     --enter statements to perform when no records are found such as...
  25339.     display dialog "Sorry, the item you selected could not be found."
  25340.     return
  25341. end try
  25342. simple
  25343. sample
  25344. which
  25345. demonstrates
  25346. setdeskcpa
  25347. simple
  25348. program
  25349. simpleapp
  25350. simplechooser
  25351. simpleeditsdi
  25352. simpleeditsdi
  25353. sample
  25354. application
  25355. demonstrates
  25356. simpleinit
  25357. ATags
  25358. ATags Manual
  25359. ATags Manual.txt
  25360. CTags
  25361. Ctags Manual
  25362. Ctags Manual.txt
  25363. Findtag
  25364. Findtag Manual
  25365. Findtag Manual.txt
  25366. PopTag
  25367. PopTag Manual
  25368. PopTag Manual.txt
  25369. PTags
  25370. Ptags Manual
  25371. Ptags Manual.txt
  25372. READ ME
  25373. READ ME.txt
  25374. Sample Startup
  25375. Tags.Helpibley
  25376. extensionR
  25377. extensions
  25378. extensiveu
  25379. extensively
  25380. externalh
  25381. externals
  25382. extra
  25383. extract
  25384. extractbykind
  25385. extracted
  25386. extractor
  25387. extractors
  25388. extracts
  25389. extreme
  25390. extremelyx
  25391. fable
  25392. faced
  25393. facelesse
  25394. facilitates
  25395. facilitating
  25396. facilities
  25397. facility
  25398. falco
  25399. falkenburg
  25400. fall{
  25401. familiar
  25402. families
  25403. family{
  25404. fancy
  25405. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  25406. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  25407. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  25408. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  25409. e port so that when TextEdit erases it just copies your bits rather than erasing.
  25410. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  25411. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  25412. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  25413. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  25414. automating
  25415. automation
  25416. autoversioning
  25417. auxiliary
  25418. availableS
  25419. 1995{
  25420. 1996|
  25421. 1997}
  25422. 2.0.1
  25423. 2.0.6
  25424. 2.0b6
  25425. 2.0d3
  25426. 2.0d38
  25427. largej
  25428. large
  25429. collection
  25430. tools
  25431. scripts
  25432. libraries
  25433. examples
  25434. largely
  25435. larger
  25436. larkspur
  25437. laser
  25438. laserwriter{
  25439. laserwriteriisc
  25440. laserwriters
  25441. lasso
  25442. late-breaking
  25443. laterZ
  25444. latest
  25445. specification
  25446. profiles
  25447. latitude
  25448. latter
  25449. launchB
  25450. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  25451.   Duri
  25452. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  25453. s window; the experience is that of peering around the space, moving one
  25454. s head horizontally and/or vertically. Complete documentation is included.
  25455. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  25456. Aug 93pound documents and processes within processes. Here
  25457. s a look at the new features and how to 
  25458. 83336X
  25459. Aug 00^    TC Disk 1
  25460. --set theItem to choose file -- uncomment to test in an AS editor
  25461.     tell application "Finder"
  25462.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  25463.         activate
  25464.     end tell
  25465. on error errMsg number errNum
  25466.     --enter statements to perform when no records are found such as...
  25467.     display dialog "Sorry, the item you selected could not be found."
  25468.     return
  25469. end try
  25470. e    No Changef3Navigable Movies
  25471. Pan/Tilt Movies
  25472. Virtual Navigationq
  25473. Dev.CD Aug 00 TC Disk 1
  25474. D!All Packages
  25475. Tool Chest Edition
  25476. Navigation Services SDK
  25477.       by Dave Polaschek.  The new version of the LaserWriter driver is way different. Will your application break?
  25478. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  25479. re not needed, but your editor can help.
  25480. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  25481. sorts
  25482. soul{
  25483. soundQ
  25484. sound
  25485. hardware
  25486. output
  25487. component
  25488. samplek
  25489. sound-only
  25490. sound-producingl
  25491. sound-related
  25492. soundapp
  25493. soundapp
  25494. sample
  25495. application
  25496. source
  25497. demonstra
  25498. soundcallbackfcn
  25499. soundconvert
  25500. soundconvert
  25501. demonstrates
  25502. features
  25503. sound
  25504. soundconverter
  25505. soundsprocket
  25506. soundunit
  25507. sourceO
  25508. t write into the memory space of other applications.
  25509. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  25510.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  25511. Heap Purge dcmd:  Simulates TMON
  25512. s heap purge in MacsBug.
  25513. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" D
  25514. file and you'll have the TMTask record defined, a macro TMQ to see the time manager queue item by item, and a dcmd TM that will list all the currently installed time manager tasks.
  25515. Communications Toolbox
  25516. Contributed
  25517. Devices and Hardware
  25518. Files
  25519. Games
  25520. Graphics 2D
  25521. Graphics 3D
  25522. Help Systems
  25523. Human Interface Toolbox
  25524. Interapplication Comm
  25525. Memory
  25526. Networking
  25527. OS Utilities
  25528. Overview
  25529. Platforms and Tools
  25530. Printing
  25531. Processes
  25532. QuickTime
  25533. Runtime Architecture
  25534. Sound
  25535. Nov 94L
  25536. May 96
  25537. 83335X
  25538. Jul 00^
  25539. --set theItem to choose file -- uncomment to test in an AS editor
  25540.     tell application "Finder"
  25541.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  25542.         activate
  25543.     end tell
  25544. on error errMsg number errNum
  25545.     --enter statements to perform when no records are found such as...
  25546.     display dialog "Sorry, the item you selected could not be found."
  25547.     return
  25548. end try
  25549. e    No Changeq
  25550. Dev.CD Jul 00 SDK1
  25551. All Packages
  25552. Navigable Movie Toolkit
  25553. 83336X
  25554. 1423X
  25555. that's
  25556. OCDev.CD Jul 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Jul 00 SDK1
  25557.  - Development Kits
  25558.  - Mac OS
  25559.  - Navigation Services SDKiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  25560. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  25561. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  25562. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  25563. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  25564. t need to be complex, as the simple tools presented here wil
  25565. - create folder
  25566. - confirm save
  25567. - confirm revert
  25568. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  25569. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  25570. - outline view (icon, name, date modified, sorting, etc)
  25571. - simultaneous opening of multiple documents, including on different volumes
  25572. - recent documents tracking
  25573. - favorite folders and doC/cuments
  25574. - shortcuts
  25575. - history
  25576. - previews
  25577. - etc.
  25578. J@Documentation
  25579. Examples
  25580. Libraries
  25581. Navigation Services 1.1 Read MeK
  25582. May 98
  25583. 6Requirements: Software: 7.5.5 and above
  25584. Hardware: 68K or PowerPC
  25585. 68k only-- you need
  25586. - CFM-68K Runtime Enabler
  25587. -NuDragLib.slb
  25588. - NuQuickTimeLib.slb
  25589. -NuTranslationLib.slb
  25590. -NuThreadsLib.slb
  25591. -ObjectSupportLib
  25592. For 68k and PPC, you need:
  25593. -OT 1.3 or greater
  25594. -QuickTime 2.5 or greater
  25595. -Appearance 1.0.1 or greater.
  25596. vrcursors
  25597. vrcursors
  25598. vrcursors
  25599. vrcursors
  25600. vrcursors
  25601. vrmakeobject
  25602. vrmakeobject
  25603. vrmakeobject
  25604. vrmakeobject
  25605. vrmakeobject
  25606. vrmakeobject
  25607. vrmakeobject
  25608. vrmakeobject
  25609. vrmakeobject
  25610. vrmakeobject
  25611. vrmakepano
  25612. vrmakepano
  25613. vrmakepano
  25614. vrmakepano
  25615. vrmakepano
  25616. vrmakepano
  25617. vrmakepano
  25618. vrmakepano
  25619. vrmakepano
  25620. vrmakepano
  25621. vrmovies
  25622. vrmovies
  25623. vrmovies
  25624. vrmovies
  25625. vrmovies
  25626. vrmovies
  25627. vrmovies
  25628. vrmovies
  25629. vrmovies
  25630. vrmovies
  25631. vrmovies
  25632. vrscript
  25633. vrscript
  25634. vrscript
  25635. vrscript
  25636. vrscript
  25637. vrscript
  25638. vrscript
  25639. vrscript
  25640. vu-meter
  25641. vu-meter
  25642. vu-meter
  25643. vu-meter
  25644. --set theItem to choose file -- uncomment to test in an AS editor
  25645.     tell application "Finder"
  25646.         open item "Dev.CD Apr 94
  25647. Dev.CD Jan 94
  25648. Dev.CD Oct 93
  25649. Dev.CD Jul 93
  25650. Dev.CD Apr 93"
  25651.         activate
  25652.     end tell
  25653. on error errMsg number errNum
  25654.     --enter statements to perform when no records are found such as...
  25655.     display dialog "Sorry, the item you selected could not be found."
  25656.     return
  25657. end try
  25658. layer
  25659. players
  25660. playing
  25661. plays
  25662. playsound
  25663. playthrough
  25664. playvideo
  25665. playvideo
  25666. sample
  25667. which
  25668. makes
  25669. requestvideo
  25670. please_
  25671. plethora
  25672. plug-and-play
  25673. Nov 97N
  25674. debuggerO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Aug 00 TC Disk 1
  25675.  - Tool Chest
  25676.  - Development Kits
  25677.  - MPW etc.V
  25678. 83874X
  25679. Aug 00^    TC Disk 1
  25680. --set theItem to choose file -- uncomment to test in an AS editor
  25681.     tell application "Finder"
  25682.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  25683.         activate
  25684.     end tell
  25685. on error errMsg number errNum
  25686.     --enter statements to perform when no records are found such as...
  25687.     display dialog "Sorry, the item you selected could not be found."
  25688.     return
  25689. end try
  25690. e    No Changef
  25691. debuggerq
  25692. Dev.CD Aug 00 TC Disk 1
  25693. All Packages
  25694. F    SourceObj
  25695. 83875X
  25696. g3/26620th
  25697. gadgets{
  25698. gaining{
  25699. gains
  25700. games{
  25701. gamma
  25702. gammas
  25703. garbage
  25704. s an 'odoc' event to a specified running application
  25705. OSA Preserve 68K Registers:  The purpose of these functions are to save and restore a group of emulated 68K registers around calls to a PowerPC active or send function, which in turn calls YieldToAnyThread.  Provides 68K wrapper functions, named Preserve68KRegsActiveProc and Preserve68KRegsSendProc, to be installed as an OSAActiveProc or OSASendProc, respectively.
  25706. SendFinderOpen:  This snippet shows you how to send an OpenSelection Fin
  25707. der AppleEvent.
  25708. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  25709. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  25710. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  25711. TEXTtotypeIntlCoercion:  A coercion routine that seamlessl
  25712. summary
  25713. package
  25714. provides
  25715. something
  25716. replacement
  25717. summary
  25718. piece
  25719. intended
  25720. assist
  25721. non-us
  25722. developers
  25723. summary
  25724. program
  25725. illustrates
  25726. menus
  25727. window
  25728. summary
  25729. resedit
  25730. editor
  25731. prepare
  25732. localized
  25733. numbe
  25734. summary
  25735. resedit
  25736. contains
  25737. macsbug
  25738. summary
  25739. sample
  25740. demonstrates
  25741. compress
  25742. decompr
  25743. summary
  25744. sample
  25745. demonstrates
  25746. write
  25747. simple
  25748. summary
  25749. sample
  25750. extracts
  25751. finder
  25752. strings
  25753. summary
  25754. sample
  25755. shows
  25756. manager
  25757. summary
  25758. support
  25759. quicktake
  25760. quicktake
  25761. summary
  25762. software
  25763. improves
  25764. float-to-int
  25765. conversion
  25766. summary
  25767. stack
  25768. contains
  25769. collection
  25770. apple
  25771. event
  25772. summary
  25773. stack
  25774. allow
  25775. users
  25776. register
  25777. creator
  25778. summary
  25779. submission
  25780. contains
  25781. virtual
  25782. external
  25783. summary
  25784. application
  25785. demonstrates
  25786. heralds
  25787. here{
  25788. here's
  25789. here's
  25790. function
  25791. setindstring
  25792. which
  25793. takes
  25794. parame
  25795. here's
  25796. snippet
  25797. returns
  25798. vrefnum
  25799. dirid
  25800. hereafter
  25801. hereby
  25802. hersey
  25803. hewlett-packard
  25804. hexedit
  25805. hidden
  25806. hidemenubar
  25807. hidemenubar
  25808. shows
  25809. simply
  25810. creatin
  25811. hiding
  25812. hierarchical
  25813. hierarchies
  25814. hiermenus
  25815.  but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  25816. --set theItem to choose file -- uncomment to test in an AS editor
  25817.     tell application "Finder"
  25818.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Text:NamingTableAccess:"
  25819.         activate
  25820.     end tell
  25821. on error errMsg number errNum
  25822.     --enter statements to perform when no records are found such as...
  25823.     display dialog "Sorry, the item you selected could not be found."
  25824.     return
  25825. end try
  25826.  ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  25827. How to make e
  25828. fficient use of memory in the OpenDoc environment isn
  25829. t always obvious, but there are basic guidelines to help
  25830. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  25831. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  25832. s the right way.
  25833. ACCORDING TO SCRIPT: User Interactions in Apple Event
  25834. Driven Applications 
  25835. How and when to interact with the user in response to Apple Events can be tricky, but there
  25836. s a method t
  25837. e    No ChangefGNamingTableLookup
  25838. encodingID
  25839. languageID
  25840. nameID
  25841. platformID
  25842. Font Metrics
  25843. Dev.CD Aug 00 TC Disk 2
  25844. D!All Packages
  25845. Mac OS SDK Edition
  25846. Nav Svcs 1.0 SDK
  25847. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  25848. Navigation Services provides new standard dialogs for the following operations:
  25849. - open document
  25850. - save documents
  25851. - select volume
  25852. - select folder
  25853. - select file
  25854. - select object
  25855. d dastardly. It involves dialog boxes. Need we say more?
  25856. JBdevelop Issue 29
  25857. develop Issue 29 code
  25858. develop Issue 29 referencesK
  25859. Mar 97OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Sep 00 RL Disk 1
  25860.  - Technical Documentation
  25861.  - Develop
  25862.  - develop Issue 29
  25863. cutting
  25864. cvtccomments
  25865. cyberdog
  25866. cycle
  25867. cycles
  25868. cyrillic
  25869. cyrillic-based
  25870. cyrillique
  25871. czech
  25872. da/application
  25873. da/cdev/init/driver
  25874. daemon
  25875. damage
  25876. dangerously
  25877. dangling
  25878. danish
  25879. darkN
  25880. darkening
  25881. darkside
  25882. dashed
  25883. dashed-capped
  25884. dastardly
  25885. data`
  25886. e    No Changeq
  25887. Dev.CD Aug 00 TC Disk 1
  25888. All Packages
  25889. NamingTableAccess
  25890. Helps dig out the contents of the NamingTable in a TrueType 'sfnt' (see "The TrueType Font Format Specification Version 1.0", p. 232).  Access to tables contained in a 'sfnt' has been coded along the lines suggested by Mike Reed (see  develop  8, "Curves ahead").
  25891. J7NamingTable-ReadMe
  25892. NamingTableAccess
  25893. UsfntNamingTable.pNLNamingTableLookup, encodingID, languageID, nameID, platformID, Font Metrics
  25894. O;Dev.CD Aug 00 TC Disk 2:Sample Code:Text:NamingTableAccess:PCDev.CD Aug 00 TC Disk 2
  25895.  - Sample Code
  25896.  - Text
  25897.  - NamingTableAccessV
  25898. 83334X
  25899. Aug 00^    TC Disk 2
  25900. e    No Change
  25901. user's
  25902. of develop magazine.
  25903.  Issue 3 highlights:
  25904. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  25905. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  25906. s native file format, and how to implement them.
  25907. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  25908. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  25909. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  25910. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  25911. --set theItem to choose file -- uncomment to test in an AS editor
  25912.     tell application "Finder"
  25913.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  25914.         activate
  25915.     end tell
  25916. on error errMsg number errNum
  25917.     --enter statements to perform when no records are found such as...
  25918.     display dialog "Sorry, the item you selected could not be found."
  25919.     return
  25920. end try
  25921. g Manager and solve special problems.
  25922. J(develop Issue  3:
  25923. develop Issue  3 code:K
  25924. Vol IIIL
  25925. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  3:PKDev.CD Sept 96 RL
  25926.  - Technical Documentation
  25927.  - develop
  25928.  - develop Issue  3
  25929. All Packages
  25930. System Enabler 065 (LC 575)O
  25931. Dev.CD Apr 94
  25932. Dev.CD Jan 94P
  25933. Dev.CD Apr 94
  25934. Dev.CD Jan 9V
  25935. 84058X
  25936. Apr 94
  25937. p--set theItem to choose file -- uncomment to test in an AS editor
  25938.     tell application "Finder"
  25939.         open item "Dev.CD Apr 94
  25940. Dev.CD Jan 94"
  25941.         activate
  25942.     end tell
  25943. on error errMsg number errNum
  25944.     --enter statements to perform when no records are found such as...
  25945.     display dialog "Sorry, the item you selected could not be found."
  25946.     return
  25947. end try
  25948. All Packages
  25949. System Enabler 065 (LC 575)O
  25950. Dev.CD Apr 94P
  25951. Dev.CD Apr 9V
  25952. 84059X
  25953. Apr 94
  25954. b--set theItem to choose file -- uncomment to test in an AS editor
  25955.     tell application "Finder"
  25956.         open item "Dev.CD Apr 94"
  25957.         activate
  25958.     end tell
  25959. on error errMsg number errNum
  25960.     --enter statements to perform when no records are found such as...
  25961.     display dialog "Sorry, the item you selected could not be found."
  25962.     return
  25963. end try
  25964. All Packages
  25965. 84060
  25966. --set theItem to choose file -- uncomment to test in an AS editor
  25967.     tell application "Finder"
  25968.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:"
  25969.         activate
  25970.     end tell
  25971. on error errMsg number errNum
  25972.     --enter statements to perform when no records are found such as...
  25973.     display dialog "Sorry, the item you selected could not be found."
  25974.     return
  25975. end try
  25976. end try
  25977. Deletedq
  25978. Dev.CD Sept 96 RL
  25979. D(All Packages
  25980. Reference Library Edition
  25981. develop Issue  5
  25982. --set theItem to choose file -- uncomment to test in an AS editor
  25983.     tell application "Finder"
  25984.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  25985.         activate
  25986.     end tell
  25987. on error errMsg number errNum
  25988.     --enter statements to perform when no records are found such as...
  25989.     display dialog "Sorry, the item you selected could not be found."
  25990.     return
  25991. end try
  25992.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  25993. y a window definition function that uses polymorphism.
  25994. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  25995. The Perils of PostScript
  25996. The Sequel  by Scott 
  25997.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  25998. Driving to Print:  An Apple IIGS Printer Drive
  25999. e    No Changef-testing
  26000. debugging
  26001. networking & communicationsq
  26002. Dev.CD Aug 00 TC Disk 1
  26003. All Packages
  26004. N&C TMON Pro Macros/Templates
  26005. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  26006. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  26007. Networks.imgK
  26008. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  26009.  - Tool Chest
  26010.  - Testing & Debugging
  26011.  - NetworksV
  26012. 83333X
  26013. Aug 00^    TC Disk 1
  26014. e    No Change
  26015. All Packages
  26016. System 7 Tune-UpO
  26017. Dev.CD Apr 92P
  26018. Dev.CD Apr 9V
  26019. 83927X
  26020. Apr 92
  26021. b--set theItem to choose file -- uncomment to test in an AS editor
  26022.     tell application "Finder"
  26023.         open item "Dev.CD Apr 92"
  26024.         activate
  26025.     end tell
  26026. on error errMsg number errNum
  26027.     --enter statements to perform when no records are found such as...
  26028.     display dialog "Sorry, the item you selected could not be found."
  26029.     return
  26030. end try
  26031. All Packages
  26032. System 7.0 Menu Def InfoI
  26033. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  26034. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  26035. MenuHints.aK
  26036. Vol VIIIODDev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Aug 00 TC Disk 1
  26037.  - Tool Chest
  26038.  - Toolbox
  26039.  - System 7.0 Menu Def InfoV
  26040. 83928X
  26041. Aug 00^    TC Disk 1
  26042. e    No Change
  26043. All Packages
  26044. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  26045. Dev.CD Jan 94
  26046. Dev.CD Oct 93
  26047. Dev.CD Jul 93
  26048. Dev.CD Apr 93PDDev.CD Apr 94
  26049. Dev.CD Jan 94
  26050. Dev.CD Oct 93
  26051. Dev.CD Jul 93
  26052. Dev.CD Apr 9V
  26053. 84043X
  26054. Apr 94
  26055. --set theItem to choose file -- uncomment to test in an AS editor
  26056.     tell application "Finder"
  26057.         open item "Dev.CD Apr 94
  26058. Dev.CD Jan 94
  26059. Dev.CD Oct 93
  26060. Dev.CD Jul 93
  26061. Dev.CD Apr 93"
  26062.         activate
  26063.     end tell
  26064. on error errMsg number errNum
  26065.     --enter statements to perform when no records are found such as...
  26066.     display dialog "Sorry, the item you selected could not be found."
  26067.     return
  26068. end try
  26069. All Packages
  26070. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  26071. Dev.CD Jan 94
  26072. Dev.CD Oct 93
  26073. Dev.CD Jul 93
  26074. Dev.CD Apr 93PDDev.CD Apr 94
  26075. Dev.CD Jan 94
  26076. Dev.CD Oct 93
  26077. Dev.CD Jul 93
  26078. Dev.CD Apr 9V
  26079. 84044X
  26080. Apr 94
  26081. demonstrated
  26082. demonstratesN
  26083. Wp:develop Issue  5:"
  26084.         activate
  26085.     end tell
  26086. on error errMsg number errNum
  26087.     --enter statements to perform when no records are found such as...
  26088.     display dialog "Sorry, the item you selected could not be found."
  26089.     return
  26090. end try
  26091. Deletedq
  26092. Dev.CD Sept 96 RL
  26093. D(All Packages
  26094. Reference Library Edition
  26095. develop Issue  6
  26096. e    No Changef
  26097. Component Managerq
  26098. Dev.CD Aug 00 TC Disk 2
  26099. All Packages
  26100. N&C MacsBug Macros/Templates
  26101. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  26102. Networks.imgK
  26103. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  26104.  - Tool Chest
  26105.  - Testing & Debugging
  26106.  - NetworksV
  26107. 83332X
  26108. Aug 00^    TC Disk 1
  26109. e    No Change
  26110. u should use it. 
  26111. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  26112. Vol IIIL
  26113. Jun 95
  26114. help_
  26115. helper
  26116. helpful
  26117. helping
  26118. helps_
  26119. helps
  26120. contents
  26121. namingtable
  26122. truetype
  26123. here's
  26124. snippet
  26125. returns
  26126. vrefnum
  26127. dirid
  26128. hereafter
  26129. hersey
  26130. hewlett-packard
  26131. hexedit
  26132. hidden
  26133. hidemenubar
  26134. hidemenubar
  26135. shows
  26136. simply
  26137. creatin
  26138. hiding
  26139. hierarchical
  26140. hierarchies
  26141. hiermenus
  26142. Open Transport 1.1.1 or higherN9Open Transport, STREAMS, module, driver, asynchronous I/OO7Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:TPIFile:P?Dev.CD Aug 00 TC Disk 2
  26143.  - Sample Code
  26144.  - Networking
  26145.  - TPIFileV
  26146. 84258X
  26147. Aug 00^    TC Disk 2
  26148. --set theItem to choose file -- uncomment to test in an AS editor
  26149.     tell application "Finder"
  26150.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:TPIFile:"
  26151.         activate
  26152.     end tell
  26153. on error errMsg number errNum
  26154.     --enter statements to perform when no records are found such as...
  26155.     display dialog "Sorry, the item you selected could not be found."
  26156.     return
  26157. end try
  26158. e    No Changef5Open Transport
  26159. STREAMS
  26160. module
  26161. driver
  26162. asynchronous I/Ong
  26163. attempt
  26164. attempting
  26165. attempts
  26166. attention
  26167. attribute
  26168. attributes
  26169. audiencew
  26170. audiencesS
  26171. audio
  26172. audiocodec
  26173. audioconverter
  26174. audit
  26175. audited
  26176. This snippet shows how to write a device loop that works under System 7 and pre-7.0 systems.  As described on pages 21-23 and 21-24 of Inside Mac volume VI, a device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  26177. J1MyDeviceLoop.c
  26178. MyDeviceLoop.mcp
  26179. MyDeviceLopp(PPC)M
  26180. N&ClipRect, GetNextDevice, GetDeviceListO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Aug 00 TC Disk 1
  26181.  - Sample Code
  26182.  - Graphics 2D
  26183.  - MyDeviceLoop
  26184. ^    TC Disk 2
  26185. --set theItem to choose file -- uncomment to test in an AS editor
  26186.     tell application "Finder"
  26187.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Help Systems:MyHelpMenu:"
  26188.         activate
  26189.     end tell
  26190. on error errMsg number errNum
  26191.     --enter statements to perform when no records are found such as...
  26192.     display dialog "Sorry, the item you selected could not be found."
  26193.     return
  26194. end try
  26195. e    No Changef help
  26196. hierarchical
  26197. sub-menusq
  26198. Dev.CD Aug 00 TC Disk 2
  26199. All Packages
  26200. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  26201. MyComponent.c
  26202. MyComponent.h
  26203. MyComponent.rsrc
  26204. MyRegisterComponent(PPC)
  26205. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  26206. Component ManagerOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:PTDev.CD Aug 00 TC Disk 2
  26207.  - Sample Code
  26208.  - QuickTime
  26209.  - Codecs
  26210.  - MyRegisterComponentV
  26211. 83331X
  26212. Aug 00^    TC Disk 2
  26213. e    No Change
  26214. g problem, and s
  26215. mydialog
  26216. mydialog
  26217. mydialog
  26218. myenetdriver
  26219. myenetdriver
  26220. myhelpmenu
  26221. myhelpmenu
  26222. myhelpmenu
  26223. myhelpmenu
  26224. myhelpmenu
  26225. myhelpmenu
  26226. mylistdef
  26227. mylistdef
  26228. myportcalls
  26229. myportcalls
  26230. myportcalls
  26231. myportmodule
  26232. myportmodule
  26233. myquicktakeapp
  26234. myquicktakeapp
  26235. 1.0.1tc7
  26236. myquicktakeapp
  26237. 1.0.2
  26238. myregistercomponent
  26239. myregistercomponent
  26240. myregistercomponent
  26241. myregisterport
  26242. myregisterport
  26243. myregisterport
  26244. n-dutch
  26245. namerevisioncurrent
  26246. namingtable-readme
  26247. namingtableaccess
  26248. native
  26249. native
  26250. navig
  26251. navigable
  26252. navigable
  26253. movie
  26254. toolkit
  26255. navigation
  26256. navigation
  26257. services
  26258. nbtestintf
  26259. nbtestintf
  26260. nbtestlib
  26261. nbtestlib
  26262. negotiaterawmodesamp
  26263. negotiaterawmodesamp
  26264. negotiaterawmodesamp
  26265. grabber
  26266. grabguy
  26267. gracefully
  26268. gradually
  26269. grafport
  26270. grafports
  26271. grammar
  26272. grammars
  26273. grammatical
  26274. grant
  26275. granted
  26276. graphic
  26277. graphical]
  26278. graphically
  26279. graphicimporter
  26280. graphicimporter
  26281. sample
  26282. application
  26283. demonstrates
  26284. graphicsz
  26285. graphicsimporter
  26286. graphicsimporterdraw
  26287. graphicsimportgetima
  26288. graphicsimportsetima
  26289. gratitude
  26290. grayed
  26291. grayishoutline
  26292. --set theItem to choose file -- uncomment to test in an AS editor
  26293.     tell application "Finder"
  26294.         open item "Dev.CD Apr 94
  26295. Dev.CD Jan 94
  26296. Dev.CD Oct 93
  26297. Dev.CD Jul 93
  26298. Dev.CD Apr 93"
  26299.         activate
  26300.     end tell
  26301. on error errMsg number errNum
  26302.     --enter statements to perform when no records are found such as...
  26303.     display dialog "Sorry, the item you selected could not be found."
  26304.     return
  26305. end try
  26306. - Common
  26307.     - Sun Compliant Java Runtime Environment 1.1
  26308.     - QuickTime 3 
  26309.     - QTJava.zip
  26310.     - QTJava media samples
  26311. - Mac OS:
  26312.     - System 8 or later
  26313.     - Macintosh Runtime for Java (MRJ) 2.1
  26314. - Windows 95, 98, or NT::
  26315.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26316. QuickTime, Java, MRJnts to perform when no records are found such as...
  26317.     display dialog "Sorry, the item you selected could not be found."
  26318.     return
  26319. end try
  26320. Deletedq
  26321. Dev.CD Sept 96 RL
  26322. D(All Packages
  26323. Reference Library Edition
  26324. develop Issue  8
  26325. 83329X
  26326. Aug 00^    TC Disk 1
  26327. --set theItem to choose file -- uncomment to test in an AS editor
  26328.     tell application "Finder"
  26329.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  26330.         activate
  26331.     end tell
  26332. on error errMsg number errNum
  26333.     --enter statements to perform when no records are found such as...
  26334.     display dialog "Sorry, the item you selected could not be found."
  26335.     return
  26336. end try
  26337. e    No Changef$ClipRect
  26338. GetNextDevice
  26339. GetDeviceListq
  26340. Dev.CD Aug 00 TC Disk 1
  26341. All Packages
  26342. MyHelpMenuI
  26343. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  26344. JNMyHelpMenu READ ME
  26345. MyHelpMenu(PPC)
  26346. MyHelpMenu.c
  26347. MyHelpMenu.mcp
  26348. MyHelpMenu.rsrcK
  26349. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Aug 00 TC Disk 2:Sample Code:Help Systems:MyHelpMenu:PDDev.CD Aug 00 TC Disk 2
  26350.  - Sample Code
  26351.  - Help Systems
  26352.  - MyHelpMenuV
  26353. 83330X
  26354. Aug 00e    No Change
  26355. OWDev.CD Aug 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:PbDev.CD Aug 00 TC Disk 2
  26356.  - Sample Code
  26357.  - Runtime Architecture
  26358.  - Component Manager
  26359.  - MyComponentV
  26360. 83328X
  26361. Aug 00^    TC Disk 2
  26362. --set theItem to choose file -- uncomment to test in an AS editor
  26363.     tell application "Finder"
  26364.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:"
  26365.         activate
  26366.     end tell
  26367. on error errMsg number errNum
  26368.     --enter statements to perform when no records are found such as...
  26369.     display dialog "Sorry, the item you selected could not be found."
  26370.     return
  26371. end try
  26372. e    No Changef
  26373. Component Managerq
  26374. Dev.CD Aug 00 TC Disk 2
  26375. All Packages
  26376. MyDeviceLoop
  26377. 83329X
  26378. --set theItem to choose file -- uncomment to test in an AS editor
  26379.     tell application "Finder"
  26380.         open item "Dev.CD Apr 94
  26381. Dev.CD Jan 94
  26382. Dev.CD Oct 93
  26383. Dev.CD Jul 93
  26384. Dev.CD Apr 93"
  26385.         activate
  26386.     end tell
  26387. on error errMsg number errNum
  26388.     --enter statements to perform when no records are found such as...
  26389.     display dialog "Sorry, the item you selected could not be found."
  26390.     return
  26391. end try
  26392. improving
  26393. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Aug 00 TC Disk 2
  26394.  - Sample Code
  26395.  - QuickTime
  26396.  - QuickTime for Java
  26397.  - MusicV
  26398. 83326X
  26399. Aug 00^    TC Disk 2
  26400. --set theItem to choose file -- uncomment to test in an AS editor
  26401.     tell application "Finder"
  26402.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  26403.         activate
  26404.     end tell
  26405. on error errMsg number errNum
  26406.     --enter statements to perform when no records are found such as...
  26407.     display dialog "Sorry, the item you selected could not be found."
  26408.     return
  26409. end try
  26410. e    No Changef
  26411. QuickTime
  26412. Dev.CD Aug 00 TC Disk 2
  26413. All Packages
  26414. MusicMixerI
  26415. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  26416. MusicMixer
  26417. MusicMixer.zip
  26418. readme.txt
  26419. Feb 00
  26420. 3327X
  26421. 1e    No Change
  26422. This sample is designed to show you how to create the required QuickTime atom and send it to the IMA decompression codecs so that you can decompress IMA compressed WAVE files using the Sound Manager's SoundConvert routines and the QuickTime IMA codecs.
  26423. This sample also shows a tecnique of playing a sound that doesn't rely on doing any work, other than setting a flag, at interrupt time.  Use this tecnique if you want to be a friendly application, but not if you can't stand to have sound drB
  26424. opouts.
  26425. The interesting bits are in PlaySound, DoIdle, and SoundCallBackFcn.
  26426. While this code has a basic knowledge of the structure of a WAVE file, I would not use this code as a sample showing the most correct and complete way to parse a WAVE file.
  26427. JBheaders
  26428. IMADecom readme
  26429. IMADecompression
  26430. IMADecompression.
  26431. sourceOQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTimadecompression:
  26432. OLDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:PWDev.CD Aug 00 TC Disk 2
  26433.  - Sample Code
  26434.  - QuickTime
  26435.  - QuickTime for Java
  26436.  - MusicMixerV
  26437. 83327X
  26438. Aug 00^    TC Disk 2
  26439. --set theItem to choose file -- uncomment to test in an AS editor
  26440.     tell application "Finder"
  26441.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  26442.         activate
  26443.     end tell
  26444. on error errMsg number errNum
  26445.     --enter statements to perform when no records are found such as...
  26446.     display dialog "Sorry, the item you selected could not be found."
  26447.     return
  26448. end try
  26449. e    No Changef
  26450. QuickTime
  26451. Dev.CD Aug 00 TC Disk 2
  26452. All Packages
  26453. MyComponentI;A simple example of a component with a custom entry point.
  26454. JyMyComponent(PPC)
  26455. MyComponent.c
  26456. MyComponent.h
  26457. MyComponent.mcp
  26458. MyComponent.rsrc
  26459. MyComponentRoutines.c
  26460. MyComponentRoutines.hM6Component Manager (System 7.1 or higher, or QuickTime)N
  26461. Component Manager that use CopyMask an
  26462. QuickTime, Java, MRJith LaserWriter driver 7.0? Read this column to find out.
  26463. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  26464. J(develop Issue  8:
  26465. develop Issue  8 code:K
  26466. Vol IIIL
  26467. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  26468.  - Technical Documentation
  26469.  - develop
  26470.  - develop Issue  8
  26471. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  26472. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  26473.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  26474. JNDemo apps
  26475. Documentation
  26476. Guide To SDK Contents
  26477. Interfaces&Libraries
  26478. Sample CodeK
  26479. Feb 97L
  26480. Jul 00M%Multiprocessor hardware NOT required!N7multiprocessing,  multitasking,  multiprocessor, CarbonOEDev.CD Jul 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:
  26481. multiprocessing
  26482. multitasking
  26483. multiprocessor
  26484. carbon
  26485. multiprocessor
  26486. multisync
  26487. multitasking
  26488. multitasking
  26489. multiprocessing
  26490. music
  26491. mutable
  26492. nameid
  26493. namingtablelookup
  26494. namingtablelookup
  26495. encodingid
  26496. languageid
  26497. nameid
  26498. platformid
  26499. native
  26500. navigable
  26501. navigable
  26502. movies
  26503. pan/tilt
  26504. movies
  26505. virtual
  26506. navigation
  26507. navigate
  26508. navigation
  26509. nbplookup
  26510. needs
  26511. neighborhood
  26512. netsprocket
  26513. netsprocket
  26514. networking
  26515. multi-player
  26516. internet
  26517. appleta
  26518. netstat
  26519. netware
  26520. networkR
  26521. network
  26522. setup
  26523. configuration
  26524. appletalk
  26525. tcp/ip
  26526. network
  26527. setup
  26528. network
  26529. preferences
  26530. dumpnetworksetup
  26531. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  26532. PMDev.CD Jul 00 SDK1
  26533.  - Development Kits
  26534.  - Mac OS
  26535.  - Multiprocessing 2.1v2 SDK From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  26536. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  26537. J(develop Issue  9:
  26538. develop Issue  9 code:K
  26539. Vol IIIL
  26540. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  9:PKDev.CD Sept 96 RL
  26541.  - Technical Documentation
  26542.  - develop
  26543.  - develop Issue  9
  26544. system
  26545. samples
  26546. system
  26547. tune-up
  26548. system
  26549. system
  26550. system
  26551. update
  26552. system
  26553. update
  26554. system
  26555. 7.5.5
  26556. update
  26557. system
  26558. enabler
  26559. system
  26560. enabler
  26561. system
  26562. enabler
  26563. centris/quadra
  26564. system
  26565. enabler
  26566. Dev.CD July 92
  26567. Dev.CD June 92
  26568. Dev.CD May 92
  26569. Dev.CD Apr 92
  26570. Dev.CD Mar 92
  26571. Dev.CD Feb 92
  26572. Dev.CD Jan 92
  26573. Dev.CD Vol. XI
  26574. Dev.CD Vol. X
  26575. Dev.CD Vol. IX
  26576. Dev.CD Vol. VII
  26577. Dev CD Vol. VI
  26578. Dev CD Vol. V
  26579. Dev CD Vol. IV
  26580. 83321X
  26581. July 9
  26582. --set theItem to choose file -- uncomment to test in an AS editor
  26583.     tell application "Finder"
  26584.         open item "Dev.CD July 92
  26585. Dev.CD June 92
  26586. Dev.CD May 92
  26587. Dev.CD Apr 92
  26588. Dev.CD Mar 92
  26589. Dev.CD Feb 92
  26590. Dev.CD Jan 92
  26591. Dev.CD Vol. XI
  26592. Dev.CD Vol. X
  26593. Dev.CD Vol. IX
  26594. Dev.CD Vol. VII
  26595. Dev CD Vol. VI
  26596. Dev CD Vol. V
  26597. Dev CD Vol. IV"
  26598.         activate
  26599.     end tell
  26600. on error errMsg number errNum
  26601.     --enter statements to perform when no records are found such as...
  26602.     display dialog "Sorry, the item yoB2u selected could not be found."
  26603.     return
  26604. end try
  26605. D!All Packages
  26606. Mac OS SDK Edition
  26607. F#Multilingual Text Editor (MLTE) SDKI{This package contains documentation and sample code to help you start
  26608. working with the Multilingual Text Editor (MLTE) API.e    No Change
  26609. 83325X
  26610. Jul 00^
  26611. --set theItem to choose file -- uncomment to test in an AS editor
  26612.     tell application "Finder"
  26613.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:"
  26614.         activate
  26615.     end tell
  26616. on error errMsg number errNum
  26617.     --enter statements to perform when no records are found such as...
  26618.     display dialog "Sorry, the item you selected could not be found."
  26619.     return
  26620. end try
  26621. e    No Changef4multiprocessing
  26622.  multitasking
  26623.  multiprocessor
  26624. Carbono
  26625. http://developer.apple.com/sdk/q
  26626. Dev.CD Jul 00 SDK1
  26627. All Packages
  26628. MusicIGThis demo program shows a simple usage of QuickTime's music components.J-Music
  26629. NotesToneTest.zip
  26630. ns.bat
  26631. README.txt
  26632. - Common
  26633.     - Sun Compliant Java Runtime Environment 1.1
  26634.     - QuickTime 3 
  26635.     - QTJava.zip
  26636.     - QTJava media samples
  26637. - Mac OS:
  26638.     - System 8 or later
  26639.     - Macintosh Runtime for Java (MRJ) 2.1
  26640. - Windows 95, 98, or NT::
  26641.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26642. d to inclu
  26643. J0MultiPlay(PPC)
  26644. MultiPlay.mcp
  26645. Sounds.rsrc
  26646. Synth.cM
  26647. Sound Manager 3.0 or laterN
  26648. sound, multiple, MultiPlayO4Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MultiPlay:P<Dev.CD Aug 00 TC Disk 2
  26649.  - Sample Code
  26650.  - Sound
  26651.  - MultiPlayV
  26652. 83324X
  26653. Aug 00^    TC Disk 2
  26654. --set theItem to choose file -- uncomment to test in an AS editor
  26655.     tell application "Finder"
  26656.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MultiPlay:"
  26657.         activate
  26658.     end tell
  26659. on error errMsg number errNum
  26660.     --enter statements to perform when no records are found such as...
  26661.     display dialog "Sorry, the item you selected could not be found."
  26662.     return
  26663. end try
  26664. e    No Changef
  26665. sound
  26666. multiple
  26667. MultiPlayq
  26668. Dev.CD Aug 00 TC Disk 2
  26669. D!All Packages
  26670. Mac OS SDK Edition
  26671. Multiprocessing 2.1 SDK
  26672.     rations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  26673.    The developer note provides technical information about the
  26674.    Power Mac G4 computer and its features, which include a
  26675.    fast Powe
  26676. EIA Mini-Conference Report
  26677. How to Obtain a Standards
  26678. MM Standards Rep-ISO HyTime
  26679. MM Standards Rep-ISO/CCITT
  26680. MM Standards Rep-MM Objects
  26681. SGML Products
  26682. The SGML SIGHYPER (HYTIME)K
  26683. Mar 92M
  26684. Adobe Acrobat Reader.OUDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Sep 00 RL Disk 1
  26685.  - Technical Documentation
  26686.  - Misc. Standards
  26687.  - Multimedia StandardsV
  26688. 83323X
  26689. Sep 00^    RL Disk 1
  26690. --set theItem to choose file -- uncomment to test in an AS editor
  26691.     tell application "Finder"
  26692.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  26693.         activate
  26694.     end tell
  26695. on error errMsg number errNum
  26696.     --enter statements to perform when no records are found such as...
  26697.     display dialog "Sorry, the item you selected could not be found."
  26698.     return
  26699. end try
  26700. e    No Changeq
  26701. Dev.CD Sep 00 RL Disk 1
  26702. All Packages
  26703. F    MultiPlayI)Shows how to play a sound multiple times.V
  26704. 83324X
  26705. 1e    No Change
  26706. multimedia
  26707. multimedia
  26708. standards
  26709. multimediagraphics
  26710. multipage
  26711. multiplay
  26712. multiplay
  26713. multiplay
  26714. multiple
  26715. multiprocessing
  26716. multiprocessing
  26717. library
  26718. mungedeamon
  26719. mungedeamon
  26720. mungedeamon
  26721. musicmixer
  26722. musicmixer
  26723. browsermaker
  26724. helper
  26725. moviebrowser
  26726. mw68k
  26727. mw68k
  26728. browsermaker
  26729. mw68k
  26730. moviebrowser
  26731. mwprefix68k
  26732. mwprefix68k
  26733. mwprefixrez68k
  26734. mwprefixrez68k
  26735. mwprefixrezppc
  26736. mwprefixrezppc
  26737. mybuildmenu
  26738. mycomponent
  26739. mycomponent
  26740. mycomponent
  26741. mycomponent
  26742. mycomponent
  26743. mycomponent
  26744. mycomponentroutines
  26745. mycomponentroutines
  26746. mycomponentroutines
  26747. mydeviceloop
  26748. mydeviceloop
  26749. mydeviceloop
  26750. mydevicelopp
  26751. mydevicelopp
  26752. Jd1006 - Intro to MLTE.pdf
  26753. MLTESampleCarbon
  26754. MLTE_Hands-on
  26755. MultiLingualTextEditor1.1.pdf
  26756. TEtoMLTESampleL
  26757. Jul 00N
  26758. Multilingual, MLTE, Text EditorO4Dev.CD Jul 00 SDK1:Development Kits:Mac OS:MLTE SDK:P<Dev.CD Jul 00 SDK1
  26759.  - Development Kits
  26760.  - Mac OS
  26761.  - MLTE SDKV
  26762. 83322X
  26763. Jul 00^
  26764. --set theItem to choose file -- uncomment to test in an AS editor
  26765.     tell application "Finder"
  26766.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:MLTE SDK:"
  26767.         activate
  26768.     end tell
  26769. on error errMsg number errNum
  26770.     --enter statements to perform when no records are found such as...
  26771.     display dialog "Sorry, the item you selected could not be found."
  26772.     return
  26773. end try
  26774. e    No Changef
  26775. Multilingual
  26776. Text Editorq
  26777. Dev.CD Jul 00 SDK1
  26778. All Packages
  26779. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.K
  26780. Mar 92V
  26781. 83323X
  26782. 1e    No Change
  26783. summary
  26784. sourceobj
  26785. reads
  26786. corrosponding
  26787. summary
  26788. standardfileicons
  26789. control
  26790. panel
  26791. which
  26792. allows
  26793. summary
  26794. allows
  26795. several
  26796. attrib
  26797. summary
  26798. system
  26799. standard
  26800. window
  26801. definition
  26802. procedure
  26803. summary
  26804. apple
  26805. cd-rom
  26806. handbook
  26807. provides
  26808. overview
  26809. summary
  26810. apple
  26811. chinese
  26812. handwriting
  26813. offers
  26814. another
  26815. summary
  26816. apple
  26817. grayscale
  26818. appearance
  26819. system
  26820. specif
  26821. summary
  26822. apple
  26823. international
  26824. glossaries
  26825. contains
  26826. translat
  26827. summary
  26828. apple
  26829. scriptx
  26830. interactive
  26831. multimedia
  26832. platform
  26833. summary
  26834. appleevents
  26835. probably
  26836. don't
  26837. targeted
  26838. targetingw
  26839. targets
  26840. tasksj
  26841. tcp/ip
  26842. tcp/ip/lpr
  26843. teamw
  26844. tech{
  26845. technicalT
  26846. 83857X
  26847. Aug 00^    TC Disk 2
  26848. y--set theItem to choose file -- uncomment to test in an AS editor
  26849.     tell application "Finder"
  26850.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  26851.         activate
  26852.     end tell
  26853. on error errMsg number errNum
  26854.     --enter statements to perform when no records are found such as...
  26855.     display dialog "Sorry, the item you selected could not be found."
  26856.     return
  26857. end try
  26858. e    No Changeq
  26859. Dev.CD Aug 00 TC Disk 2
  26860. All Packages
  26861. Snippets - Text
  26862. (** = new, * = revised)
  26863. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  26864. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  26865. strlist:  A string list library.  See "strlist.txt" for details.
  26866. Feb 92L
  26867. May 96V
  26868. 83858X
  26869. 1e    No Change
  26870. f--set theItem to choose file -- uncomment to test in an AS editor
  26871.     tell application "Finder"
  26872.         open item "Dev.CD Jun 97 SSW"
  26873.         activate
  26874.     end tell
  26875. on error errMsg number errNum
  26876.     --enter statements to perform when no records are found such as...
  26877.     display dialog "Sorry, the item you selected could not be found."
  26878.     return
  26879. end try
  26880. dialog
  26881. dialog
  26882. manager
  26883. dimming
  26884. useritems
  26885. dialog
  26886. window
  26887. control
  26888. auntie
  26889. replacement
  26890. dictation
  26891. dictionary
  26892. digital
  26893. digitizer
  26894. digitizing
  26895. interleaving
  26896. memory
  26897. configuration
  26898. dimmed
  26899. dimming
  26900. direct
  26901. dirid
  26902. disable
  26903. disabled
  26904. disassembler
  26905. disassembly
  26906. followed
  26907. following
  26908. follows
  26909. font[
  26910. footprintx
  26911. PEDev.CD Aug 00 TC Disk 1
  26912.  - Tool Chest
  26913.  - Development Kits
  26914.  - MPW etc.V
  26915. 83320X
  26916. Aug 00^    TC Disk 1
  26917. --set theItem to choose file -- uncomment to test in an AS editor
  26918.     tell application "Finder"
  26919.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  26920.         activate
  26921.     end tell
  26922. on error errMsg number errNum
  26923.     --enter statements to perform when no records are found such as...
  26924.     display dialog "Sorry, the item you selected could not be found."
  26925.     return
  26926. end try
  26927. e    No Changef
  26928. performance analysisq
  26929. Dev.CD Aug 00 TC Disk 1
  26930. All Packages
  26931. MultiFinder 6.1b9O
  26932. Dev.CD July 92
  26933. Dev.CD June 92
  26934. Dev.CD May 92
  26935. Dev.CD Apr 92
  26936. Dev.CD Mar 92
  26937. Dev.CD Feb 92
  26938. Dev.CD Jan 92
  26939. Dev.CD Vol. XI
  26940. Dev.CD Vol. X
  26941. Dev.CD Vol. IX
  26942. Dev.CD Vol. VII
  26943. Dev CD Vol. VI
  26944. Dev CD Vol. V
  26945. Dev CD Vol. IVV
  26946. 83321X
  26947. morefiles
  26948. morefiles
  26949. collection
  26950. high-level
  26951. routines
  26952. written
  26953. morefinderevents
  26954. moreisbetter
  26955. moreisbetter
  26956. sample
  26957. library
  26958. which
  26959. provides
  26960. morenetworksetup
  26961. moreosl
  26962. moreosl
  26963. short
  26964. source
  26965. library
  26966. imple
  26967. moreover
  26968. morley
  26969. morphemes
  26970. ofiler
  26971. program
  26972. program
  26973. linking
  26974. appleevents
  26975. guest
  26976. project
  26977. projector
  26978. promise
  26979. promisehfsflavor
  26980. property
  26981. proportional
  26982. protocol
  26983. protoviews
  26984. pstrconcat
  26985. pstrcopy
  26986. publications
  26987. putscrap
  26988. quicktime
  26989. object
  26990. panorama
  26991. quickt
  26992. qtzoo
  26993. qualified
  26994. query
  26995. kdraw
  26996. quickdraw
  26997. windows
  26998. metafile
  26999. quickdraw
  27000. calccmask
  27001. calcmask
  27002. seedcfill
  27003. seedfill
  27004. search
  27005. E- Common
  27006.     - Sun Compliant Java Runtime Environment 1.1
  27007.     - QuickTime 3 
  27008.     - QTJava.zip
  27009.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  27010.     - QTJava media samples
  27011. - Mac OS:
  27012.     - System 8 or later
  27013.     - Macintosh Runtime for Java (MRJ) 2.1
  27014. - Windows 95, 98, or NT::
  27015.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27016. QuickTime, Java, MRJ
  27017. r own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  27018. About MRJ 2.2.2
  27019.  for MRJ
  27020. s system requirements.
  27021. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.apple.com/techpubs/.
  27022. The following development tools are needed
  27023.  by various parts of the MRJ Redistribution SDK:
  27024.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  27025.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  27026.  InstallerMaker
  27027.  6.5 is required for building the MRJ Stuffit Example Installer.
  27028.  Installer VISE 6.5 is required for building the MRJ Vice Example Installer.
  27029.  Installer proprietary headers from one or more of the following installer vendors is required for building the s
  27030. =====
  27031. What's New and Updated:
  27032. ======================
  27033. Core Foundation BaseServices [NEW]
  27034. ---------------------------
  27035. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  27036. Core Foundation BundleServices [NEW]
  27037. ---------------------------
  27038. This document describes what a bundle is and shows how you can use Bundle  Services to
  27039. redistribution
  27040. registration
  27041. registry~
  27042. rekeytrans
  27043. release
  27044. remote
  27045. remove
  27046. remove
  27047. version
  27048. numbers
  27049. report
  27050. report
  27051. error
  27052. reporting
  27053. reports
  27054. requests
  27055. requiredfindercolors
  27056. resedit
  27057. resedit
  27058. 2.1.3
  27059. resolverelativealias
  27060. resources
  27061. restore
  27062. restore
  27063. screen
  27064. cluts
  27065. retrievepictinfo
  27066. rhapsody
  27067. rhapsody
  27068. documentation
  27069. rinaldi
  27070. rinaldi
  27071. collection
  27072. robix
  27073. robix
  27074. sources
  27075. robustness
  27076. build/download
  27077. 3.2.4
  27078. romresourcedump
  27079. samplea
  27080. sampler
  27081. samples
  27082. scanners
  27083. scomm
  27084. screen
  27085. script
  27086. scripts
  27087. scroll
  27088. sdecm
  27089. sdec/scomQ
  27090. sdevk
  27091.     I@art from the information above, this release note still applies.
  27092. MRJ2.2.2 Redistribution SDK.smiK
  27093. Dec 99L
  27094. Aug 00
  27095.  Macintosh computer with a PowerPC processor
  27096.  Mac OS 8.1 or later
  27097.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also improve performance.
  27098.  At least 13 MB of free disk space
  27099. N+MRJ, Java, MRJ SDK, SDK, MRJ RedistributionO\Dev.CD Aug 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.2 Redistribution SDK:PjDev.CD Aug 00 TC Disk 1
  27100.  - What's New?
  27101.  - Development Kits
  27102.  - Mac OS
  27103.  - MRJ
  27104.  - MRJ2.2.2 Redistribution SDK
  27105. ample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  27106. Minimum system requirements
  27107.  Macintosh computer with a PowerPC processor
  27108.  Mac OS 8.1 or later
  27109.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also im
  27110. prove performance.
  27111.  At least 13 MB of free disk space
  27112. Mac OS Runtime for Java (MRJ) 2.2.2 is an upgrade to MRJ 2.2 that improves memory usage and addresses security issues.
  27113. Notes
  27114.  Microsoft Internet Explorer 5.0
  27115. MRJ 2.2.2 addresses a network security problem which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously
  27116.  and is working with Microsoft to address them. 
  27117.  Mac OS 8.1 and the Internet Scripting Addition 
  27118. The information in 
  27119. About MRJ 2.2
  27120. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  27121. Install Mac OS 8.1
  27122. , click 
  27123. Continue
  27124. , select the Destination disk, and then select the 
  27125. Add/Remove
  27126.  option. On the Custom Installation and Removal screen, check 
  27127. Internet Access
  27128. , and then click 
  27129. Start
  27130. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  27131.  MRJ SDK
  27132. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  27133.  About MRJ 2.2
  27134. The release note originally provided with MRJ 2.2 appears below. Ap
  27135. two-byte
  27136. two-column
  27137. two-column
  27138. resource
  27139. looks
  27140. comma
  27141. two-dimensional
  27142. two-level
  27143. two-part
  27144. two-phase
  27145. two-source
  27146. two-way
  27147. twocolumn
  27148. twofold
  27149. txratio
  27150.  types, and NuBus boards, and to report bugs and name & address changes.
  27151.  Apple Bug Reporter
  27152. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  27153. About the MRJ 2.2.2 Redistribution SDK
  27154. The MRJ 2.2.2 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2.2 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  27155. e frequently updates MRJ and the MRJ SDK, with final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2.2 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  27156. s Java Developer web site at http://developer.apple.com/java/.
  27157. Minimum requirements
  27158. The MRJ Redistribution SDK includes the file 
  27159. MRJ Redistribution.smi
  27160.  that you will bundle with you
  27161. 83319X
  27162. Aug 00^    TC Disk 1
  27163. --set theItem to choose file -- uncomment to test in an AS editor
  27164.     tell application "Finder"
  27165.         open item "Dev.CD Aug 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.2 Redistribution SDK:"
  27166.         activate
  27167.     end tell
  27168. on error errMsg number errNum
  27169.     --enter statements to perform when no records are found such as...
  27170.     display dialog "Sorry, the item you selected could not be found."
  27171.     return
  27172. end try
  27173. e    No Changef'MRJ
  27174. MRJ SDK
  27175. MRJ Redistributiono
  27176. http://developer.apple.com/sdkq
  27177. Dev.CD Aug 00 TC Disk 1
  27178. All Packages
  27179. MrPlus 1.0I
  27180. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  27181. MPW etc.img.binK
  27182. Nov 97M
  27183. Power Macintosh systemN
  27184. performance analysisO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  27185. 83320X
  27186. 1e    No Change
  27187. All Packages
  27188. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  27189. Dev.CD Jan 94
  27190. Dev.CD Oct 93
  27191. Dev.CD Aug 93P6Dev.CD Apr 94
  27192. Dev.CD Jan 94
  27193. Dev.CD Oct 93
  27194. Dev.CD Aug 9V
  27195. 84037X
  27196. Apr 94
  27197. --set theItem to choose file -- uncomment to test in an AS editor
  27198.     tell application "Finder"
  27199.         open item "Dev.CD Apr 94
  27200. Dev.CD Jan 94
  27201. Dev.CD Oct 93
  27202. Dev.CD Aug 93"
  27203.         activate
  27204.     end tell
  27205. on error errMsg number errNum
  27206.     --enter statements to perform when no records are found such as...
  27207.     display dialog "Sorry, the item you selected could not be found."
  27208.     return
  27209. end try
  27210. All Packages
  27211. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  27212. Dev.CD Jan 94
  27213. Dev.CD Oct 93
  27214. Dev.CD Jul 93
  27215. Dev.CD Apr 93PDDev.CD Apr 94
  27216. Dev.CD Jan 94
  27217. Dev.CD Oct 93
  27218. Dev.CD Jul 93
  27219. Dev.CD Apr 9V
  27220. 84038X
  27221. Apr 94
  27222. --set theItem to choose file -- uncomment to test in an AS editor
  27223.     tell application "Finder"
  27224.         open item "Dev.CD Apr 94
  27225. Dev.CD Jan 94
  27226. Dev.CD Oct 93
  27227. Dev.CD Jul 93
  27228. Dev.CD Apr 93"
  27229.         activate
  27230.     end tell
  27231. on error errMsg number errNum
  27232.     --enter statements to perform when no records are found such as...
  27233.     display dialog "Sorry, the item you selected could not be found."
  27234.     return
  27235. end try
  27236.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  27237.  16 megabytes of  DRAM (memory)
  27238.  Video source (for instance, a video camera or VCR)
  27239.  Audio source (for instance, a  PlainTalk microphone or VCR)
  27240.  Network connection (for instance, Ethernet or ISDN)
  27241.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  27242. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conferenceset
  27243. cheap
  27244. checkbox
  27245. checkgestalt
  27246. chinese
  27247. chinese
  27248. dictation
  27249. speech
  27250. input
  27251. keyboard
  27252. chinese
  27253. handwriting
  27254. input
  27255. keyboard
  27256. tablet
  27257. chinese
  27258. language
  27259. traditional
  27260. simplified
  27261. choose
  27262. chooser
  27263. chooser
  27264. chooser
  27265. package
  27266. printer
  27267. driver
  27268. packman
  27269. cliprect
  27270. getnextdevice
  27271. getdevicelist
  27272. clouseau
  27273. cmchoose
  27274. cmgetconfig
  27275. b--set theItem to choose file -- uncomment to test in an AS editor
  27276.     tell application "Finder"
  27277.         open item "Dev.CD Apr 95"
  27278.         activate
  27279.     end tell
  27280. on error errMsg number errNum
  27281.     --enter statements to perform when no records are found such as...
  27282.     display dialog "Sorry, the item you selected could not be found."
  27283.     return
  27284. end try
  27285. virtualuser
  27286. visigenic
  27287. visrgn
  27288. voice
  27289. volume
  27290. volumes
  27291. vrefnum
  27292. vrefnum
  27293. dirid
  27294. vtwinj
  27295. virtual
  27296. virtual
  27297. virtualuser
  27298. filetool
  27299. memor
  27300. virtual
  27301. virtualuser
  27302. testing
  27303. automation
  27304. automated
  27305. vu-meter
  27306. vumeter
  27307. vumeter
  27308. sound
  27309. level
  27310. meters
  27311. sample
  27312. volume
  27313. waitnextevent
  27314. wake100
  27315. waste
  27316. wavelet
  27317. society
  27318. softpower
  27319. softvdig
  27320. softvdig
  27321. software-only
  27322. video
  27323. digitizer
  27324. component
  27325. softwareP
  27326. software
  27327. development
  27328. development
  27329. transpo
  27330. software-only
  27331. solaris
  27332. soleu
  27333. solid
  27334. powerbook
  27335. powerbook
  27336. series
  27337. powerpcA
  27338. powerpc
  27339. bandwidthA
  27340. powerplant
  27341. toolboxe
  27342. QuickDraw FX, CalcCMask, CalcMask, SeedCFill, SeedFill, Search Proc, ColorTable, Dithering, CopyBits, RGBForeColor, RGBBackColor, BackColor, ForeColor, ditherCopy, AddSearch, DelSearch, GetCTable, CopyMaskO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:PEDev.CD Aug 00 TC Disk 1
  27343.  - Sample Code
  27344.  - Graphics 2D
  27345.  - QuickDraw FXV
  27346. 83567X
  27347. Aug 00^    TC Disk 1
  27348. --set theItem to choose file -- uncomment to test in an AS editor
  27349.     tell application "Finder"
  27350.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:"
  27351.         activate
  27352.     end tell
  27353. on error errMsg number errNum
  27354.     --enter statements to perform when no records are found such as...
  27355.     display dialog "Sorry, the item you selected could not be found."
  27356.     return
  27357. end try
  27358. e    No Changef
  27359. QuickDraw FX
  27360. CalcCMask
  27361. CalcMask
  27362. SeedCFill
  27363. SeedFill
  27364. Search Proc
  27365. ColorTable
  27366. Dithering
  27367. CopyBits
  27368. RGBForeColor
  27369. RGBBackColor
  27370. BackColor
  27371. ForeColor
  27372. ditherCopy
  27373. AddSearch
  27374. DelSearch
  27375. GetCTable
  27376. CopyMask
  27377. cfbag
  27378. QuickDraw
  27379.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  27380. QuickDraw 3D v1.5.2K
  27381. Sep 97N
  27382. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  27383.  - Development Kits
  27384.  - QuickDraw 3D for Windows 1.5.2o
  27385. completion
  27386. routines
  27387. character
  27388. character
  27389. encoding
  27390. cheap
  27391. cheap
  27392. studio
  27393. checkbox
  27394. chinese
  27395. chinese
  27396. language
  27397. traditional
  27398. simplified
  27399. choosing
  27400. choosing
  27401. aliases
  27402. ciconhandle
  27403. class
  27404. classes
  27405. client
  27406. clouseau
  27407. cmchoose
  27408. run without restrictions. If the certificate is not in your Java security database, a dialog box will provide information about the certificate. You can then choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  27409. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  27410. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  27411. NOTE: MRJ
  27412. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  27413. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security datab
  27414. requiring
  27415. requiring
  27416. training
  27417. apple
  27418. chinese
  27419. handwriting
  27420. rescind
  27421. research{
  27422. researching
  27423. resedit
  27424. resemble
  27425. y files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  27426.  C/F Registration Requests
  27427. This stack will allow users to 
  27428. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  27429.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  27430. ase, 
  27431. identitydb.obj
  27432.  which is located in the Preferences folder in the active System Folder. Deleting "identitydb.obj" will delete all of your certificates, so you will have to re-accept any that you still want to use.  
  27433. MRJ 2.2.2 (install).smi.binK
  27434. Jul 98L
  27435. Aug 00
  27436.  Macintosh computer with a PowerPC processor
  27437.  Mac OS 8.1 or later
  27438.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also improve performance.
  27439.  At least 13 MB of free disk space
  27440. MRJ, Java, MRJ SDK, SDKOJDev.CD Aug 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.2:PXDev.CD Aug 00 TC Disk 1
  27441.  - What's New?
  27442.  - Development Kits
  27443.  - Mac OS
  27444.  - MRJ
  27445.  - MRJ 2.2.2
  27446. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  27447.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  27448. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  27449. onal justification, etc.
  27450. Communications Toolbox
  27451. Contributed
  27452. Devices and Hardware
  27453. Files
  27454. Games
  27455. Graphics 2D
  27456. Graphics 3D
  27457. Help Systems
  27458. Human Interface Toolbox
  27459. Interapplication Comm
  27460. Memory
  27461. Networking
  27462. OS Utilities
  27463. Overview
  27464. Platforms and Tools
  27465. Printing
  27466. Processes
  27467. QuickTime
  27468. Runtime Architecture
  27469. Sound
  27470. Nov 98M
  27471. Mac OS
  27472.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  27473.  - Sample Code-one
  27474. All Packages
  27475. System 7.5 Update 2.0O
  27476. Dev.CD Jul 96 SSWP
  27477. Dev.CD Jul 96 SSV
  27478. 83962X
  27479. Jul 96
  27480. f--set theItem to choose file -- uncomment to test in an AS editor
  27481.     tell application "Finder"
  27482.         open item "Dev.CD Jul 96 SSW"
  27483.         activate
  27484.     end tell
  27485. on error errMsg number errNum
  27486.     --enter statements to perform when no records are found such as...
  27487.     display dialog "Sorry, the item you selected could not be found."
  27488.     return
  27489. end try
  27490. All Packages
  27491. System 7.5 Update 2.0O
  27492. Dev.CD Jul 96 SSWP
  27493. Dev.CD Jul 96 SSV
  27494. 83963X
  27495. Jul 96
  27496. f--set theItem to choose file -- uncomment to test in an AS editor
  27497.     tell application "Finder"
  27498.         open item "Dev.CD Jul 96 SSW"
  27499.         activate
  27500.     end tell
  27501. on error errMsg number errNum
  27502.     --enter statements to perform when no records are found such as...
  27503.     display dialog "Sorry, the item you selected could not be found."
  27504.     return
  27505. end try
  27506. All Packages
  27507. System 7.5 Update 2.0V
  27508. 83964X
  27509. All Packages
  27510. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  27511. Dev.CD Jan 94
  27512. Dev.CD Oct 93
  27513. Dev.CD Jul 93
  27514. Dev.CD Apr 93PDDev.CD Apr 94
  27515. Dev.CD Jan 94
  27516. Dev.CD Oct 93
  27517. Dev.CD Jul 93
  27518. Dev.CD Apr 9V
  27519. 84025X
  27520. Apr 94
  27521. --set theItem to choose file -- uncomment to test in an AS editor
  27522.     tell application "Finder"
  27523.         open item "Dev.CD Apr 94
  27524. Dev.CD Jan 94
  27525. Dev.CD Oct 93
  27526. Dev.CD Jul 93
  27527. Dev.CD Apr 93"
  27528.         activate
  27529.     end tell
  27530. on error errMsg number errNum
  27531.     --enter statements to perform when no records are found such as...
  27532.     display dialog "Sorry, the item you selected could not be found."
  27533.     return
  27534. end try
  27535. All Packages
  27536. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  27537. Dev.CD Jan 94
  27538. Dev.CD Oct 93
  27539. Dev.CD Jul 93
  27540. Dev.CD Apr 93PDDev.CD Apr 94
  27541. Dev.CD Jan 94
  27542. Dev.CD Oct 93
  27543. Dev.CD Jul 93
  27544. Dev.CD Apr 9V
  27545. 84026X
  27546. Apr 94
  27547. ://developer.apple.com/java/ if you need more information about these classes or the MRJ SDK. 
  27548.  Apple Applet Runner
  27549. MRJ 2.2 includes the Apple Applet Runner.  See 
  27550. Using MRJ with Apple Applet Runner
  27551.  below, for more information.  
  27552.  Signed applets
  27553. MRJ 2.2 enhances support for signed applets.  In general, applets are not permitted to access your hard drive, to print, or to connect to sites other than their own.  Java enforces these limitations and others to protect you from code that may
  27554.  try to read private information, write unwanted information, or perform other unexpected actions.  A signed applet includes a certificate that assures you that the applet was created by someone you trust and has not been altered since they created it.  When an applet has been signed, it is no longer subject to restrictions.   
  27555. MRJ keeps a database of certificates that you trust.  If you access a signed applet and the certificate is already in your Java security database, the applet will 
  27556. Mac OS Runtime for Java (MRJ) 2.2.2 is an upgrade to MRJ 2.2 that improves memory usage and addresses security issues.
  27557. Notes
  27558.  Microsoft Internet Explorer 5.0
  27559. MRJ 2.2.2 addresses a network security problem which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously and is working with Microsoft to address them. 
  27560.  Mac 
  27561. OS 8.1 and the Internet Scripting Addition 
  27562. The information in 
  27563. About MRJ 2.2
  27564. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  27565. Install Mac OS 8.1
  27566. , click 
  27567. Continue
  27568. , select the Destination disk, and then select the 
  27569. Add/Remove
  27570.  option. On the Custom Installation and Remo
  27571. e to drag install the debug pieces into your 
  27572. MRJ Libraries
  27573.  folder. 
  27574. The critical thing to remember is that MRJLib and MRJ Symantec JITC are both Code Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  27575. Before swapping MRJ versions in t
  27576. his manner, make sure that there are no applications running that are currently using MRJ.  Quit all Java applications, browsers, etc.  If you do not do this, the old MRJ will remain instantiated, and will produce erratic behavior.  You can confirm that MRJ is not currently instantiated by entering MacsBug and typing 
  27577.  and hitting return.  If MRJ is not instantiated, you will get only a brief usage message for MRJ 2.0.  If MRJ is present, you will get a full list of MRJ dcmd options.  
  27578. 83318X
  27579. Aug 00^    TC Disk 1
  27580. --set theItem to choose file -- uncomment to test in an AS editor
  27581.     tell application "Finder"
  27582.         open item "Dev.CD Aug 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.2:"
  27583.         activate
  27584.     end tell
  27585. on error errMsg number errNum
  27586.     --enter statements to perform when no records are found such as...
  27587.     display dialog "Sorry, the item you selected could not be found."
  27588.     return
  27589. end try
  27590. e    No Changef
  27591. MRJ SDK
  27592. http://developer.apple.com/sdk/q
  27593. Dev.CD Aug 00 TC Disk 1
  27594. All Packages
  27595. MRJ2.2.2 Redistribution SDK
  27596. 83319X
  27597. , and erasing the window's content region.
  27598. Display Manager [NEW]
  27599. ---------------
  27600. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  27601. constant
  27602. constantly
  27603. constants`
  27604. constitute
  27605. constrained
  27606. constrains
  27607. constraints
  27608. construct
  27609. constructing
  27610. construction
  27611. constructs
  27612. consult
  27613. consumer
  27614. consumers
  27615. consuming
  27616. consumption
  27617. contactj
  27618. contacting
  27619. contacts
  27620. containT
  27621. contained
  27622. container
  27623. contains
  27624. demonstrating
  27625. write
  27626. engine
  27627. contains
  27628. transport
  27629. software
  27630. development
  27631. contentz
  27632. installer
  27633. installer
  27634. chinese
  27635. language
  27636. installer-related
  27637. installermaker
  27638. installers
  27639. installingV
  27640. installment
  27641. installsf
  27642. instance
  27643. instances
  27644. instantiated
  27645. instantly
  27646. instead
  27647. instrumentation
  27648. instrumented
  27649. instruments
  27650. instuctions
  27651. insulate
  27652. insure
  27653. int'l
  27654. intact
  27655. integer
  27656. integral
  27657. integrate
  27658. integrated
  27659. integrates
  27660. integrating
  27661. integrating
  27662. computer-based
  27663. media
  27664. broadcast
  27665. environment
  27666. integration
  27667. integrator
  27668. Reporting bugs and providing feedback
  27669.  Bug reports should be logged at http://developer.apple.com/bugreporter/
  27670.  Bug reports should contain the following information: a title containing the phrase 
  27671. ; a short summary of the problem; configuration information including versions of MRJ, MRJ SDK, Mac OS, and hardware; a complete description of the problem including steps to reproduce.
  27672.  Send feedback on subjects other than bug reports to mrj_feedback@apple.com. This can incl
  27673. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  27674.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  27675.  Do not call Apple
  27676. s 800 number(s) regarding this software since our operators are not trained to support deve
  27677. loper products. 
  27678.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  27679. MRJ 2.2 Debug.smiK
  27680. Aug 97L
  27681. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2O?Dev.CD Jul 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2 Debug f:PJDev.CD Jul 00 SDK1
  27682.  - Development Kits
  27683.  - Mac OS
  27684.  - MRJ
  27685.  - MRJ 2.2 Debug fbutes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  27686. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  27687.  in MacsBug followed by the return key. There is no need to kill the target application (
  27688. ) since user breaks are not crashes!  
  27689. MRJLib has been compiled with PowerPC 
  27690. traceback tables
  27691.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  27692. crash or user break occurs.
  27693. This version of MRJLib has been compiled without optimizations; therefore, performance will be slower than in the official (optimized) version of MRJ 2.2.
  27694. To use the debug version of MRJ 2.2, you must have already installed the corresponding pre-release version of MRJ 2.2. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2. This package does not come with its own installer; therefore, you will hav
  27695. val screen, check 
  27696. Internet Access
  27697. , and then click 
  27698. Start
  27699. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  27700.  MRJ SDK
  27701. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  27702.  About MRJ 2.2
  27703. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  27704. applies.
  27705. New features in MRJ 2.2
  27706. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  27707. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  27708. s MRJ developer pages at http
  27709. instruction
  27710. instructional
  27711. instructions_
  27712. instrumentation
  27713. instrumented
  27714. instruments
  27715. instuctions
  27716. insulate
  27717. insure
  27718. int'l
  27719. intact
  27720. integer
  27721. integers
  27722. integral
  27723. integrate
  27724. integrated
  27725. integrates
  27726. integrating
  27727. integrating
  27728. computer-based
  27729. media
  27730. broadcast
  27731. environment
  27732. integration
  27733. integrator
  27734. integrity
  27735. p--set theItem to choose file -- uncomment to test in an AS editor
  27736.     tell application "Finder"
  27737.         open item "Dev.CD Apr 94
  27738. Dev.CD Jan 94"
  27739.         activate
  27740.     end tell
  27741. on error errMsg number errNum
  27742.     --enter statements to perform when no records are found such as...
  27743.     display dialog "Sorry, the item you selected could not be found."
  27744.     return
  27745. end try
  27746. maybe
  27747. mbytes
  27748. mcbride
  27749. mdefproc
  27750. mdefs
  27751. mdiplayer
  27752. mdiplayer
  27753. sample
  27754. application
  27755. demonstrates
  27756. meana
  27757. meansa
  27758. e    No Changef
  27759. Interrupt Time
  27760. Debugging
  27761. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  27762. Dev.CD Aug 00 TC Disk 1
  27763. All Packages
  27764. Sys7 popUpCDEF
  27765. A simple example of using the PopupCDEF available in System 7 and later.
  27766. This CDEF allows you to create and work with popup menus in windows and dialogs a lot more easily than in the past. You use the same code as for controls.  You no longer have to seperate control clicks from PopupClicks, calling TrackControl does the 'InsertMenu/PopupMenuSelect/DeleteMenu' stuff for you.
  27767. The popupCDEF also handles things like using the window font, adding a resource menu (like a font menu) and other 
  27768. 83899X
  27769. share{
  27770. b--set theItem to choose file -- uncomment to test in an AS editor
  27771.     tell application "Finder"
  27772.         open item "Dev.CD Apr 93"
  27773.         activate
  27774.     end tell
  27775. on error errMsg number errNum
  27776.     --enter statements to perform when no records are found such as...
  27777.     display dialog "Sorry, the item you selected could not be found."
  27778.     return
  27779. end try
  27780. locations
  27781. locator
  27782. lock/unlock
  27783. locked
  27784. lockfile
  27785. locking
  27786. logged
  27787. logging^
  27788. logic
  27789. logical
  27790. login
  27791. logins
  27792. long-awaited
  27793. long-term
  27794. longer
  27795. longitude
  27796. Dev.CD Jul 96 SSV
  27797. 84328X
  27798. Jul 96
  27799. f--set theItem to choose file -- uncomment to test in an AS editor
  27800.     tell application "Finder"
  27801.         open item "Dev.CD Jul 96 SSW"
  27802.         activate
  27803.     end tell
  27804. on error errMsg number errNum
  27805.     --enter statements to perform when no records are found such as...
  27806.     display dialog "Sorry, the item you selected could not be found."
  27807.     return
  27808. end try
  27809. All Packages
  27810. WorldScript UpdaterO
  27811. Dev.CD Jul 96 SSWP
  27812. Dev.CD Jul 96 SSV
  27813. 84329X
  27814. Jul 96
  27815. f--set theItem to choose file -- uncomment to test in an AS editor
  27816.     tell application "Finder"
  27817.         open item "Dev.CD Jul 96 SSW"
  27818.         activate
  27819.     end tell
  27820. on error errMsg number errNum
  27821.     --enter statements to perform when no records are found such as...
  27822.     display dialog "Sorry, the item you selected could not be found."
  27823.     return
  27824. end try
  27825. All Packages
  27826. WorldScript UpdaterO
  27827. Dev.CD Jul 96 SSWP
  27828. Dev.CD Jul 96 SSV
  27829. 84330X
  27830. Jul 96
  27831. inedescriptor@
  27832. tesample
  27833. tesample
  27834. tesample
  27835. tesample
  27836. tesample
  27837. tesample
  27838. tesample
  27839. tesample
  27840. tesample
  27841. tesample
  27842. tesampleglue
  27843. tesampleglue
  27844. tesampleglue
  27845. tesampleinit
  27846. tesampleinit
  27847. tesampleinit
  27848. tesampleppc
  27849. tesampleppc
  27850. tesampleppc
  27851. testc
  27852. fragments
  27853. script
  27854. target
  27855. vbigdsp
  27856. vbigdsp
  27857. vbigdsp
  27858. test3dsound
  27859. testbanks
  27860. testbanks
  27861. testcpp
  27862. testfinderlaunch
  27863. testfinderlaunch
  27864. testfunction
  27865. testfunction
  27866. testfunction
  27867. testfunctions
  27868. testfunctions
  27869. testfunctions
  27870. serial
  27871. arbitrator
  27872. serial
  27873. ports
  27874. serialdriverarbitrat
  27875. series
  27876. server
  27877. server
  27878. controls
  27879. server
  27880. developer
  27881. servers
  27882. services
  27883. setcontrolmaximum
  27884. setcontrolminimum
  27885. setcontrolvalue
  27886. setdefaultdtp
  27887. setdeskcpat
  27888. setentrycolor
  27889. sethideonswitch
  27890. setled
  27891. setlinewidth
  27892. setpalette
  27893. setpt
  27894. setrect
  27895. graphics
  27896. primer
  27897. interfaces
  27898. guidelines
  27899. development
  27900. toolkit
  27901. runtime
  27902. architectures
  27903. encodings
  27904. 1.4.1
  27905. samplecode
  27906. samplecode
  27907. previous
  27908. specific
  27909. files
  27910. system
  27911. alias
  27912. macapp
  27913. developer
  27914. survey
  27915. macapp
  27916. r13u5
  27917. macapp
  27918. r14a1
  27919. macapplication
  27920. macapplication
  27921. macapplication
  27922. macapplication
  27923. 83738X
  27924. Apr 98^
  27925. --set theItem to choose file -- uncomment to test in an AS editor
  27926.     tell application "Finder"
  27927.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  27928.  IC SDK 1.01:"
  27929.         activate
  27930.     end tell
  27931. on error errMsg number errNum
  27932.     --enter statements to perform when no records are found such as...
  27933.     display dialog "Sorry, the item you selected could not be found."
  27934.     return
  27935. end try
  27936. Deletedf3QuickTime
  27937. QuickTime IC
  27938. image
  27939. capture
  27940. digital
  27941. cameraq
  27942. Dev.CD Apr 98 SDK2
  27943. [D!All Packages
  27944. Tool Chest Edition
  27945. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  27946. qtjavadocs
  27947. QTJavaSDKK
  27948. Feb 00MmRequires:
  27949.     - QuickTime 3 
  27950.     - QTJava.zip
  27951.     - Mac OS 8 or later
  27952.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  27953. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  27954. http://developer.apple.com/sdk/
  27955. Dev.CD Apr 95
  27956. Dev.CD Jan 95P
  27957. Dev.CD Apr 95
  27958. Dev.CD Jan 9V
  27959. 83607X
  27960. Apr 95
  27961. p--set theItem to choose file -- uncomment to test in an AS editor
  27962.     tell application "Finder"
  27963.         open item "Dev.CD Apr 95
  27964. Dev.CD Jan 95"
  27965.         activate
  27966.     end tell
  27967. on error errMsg number errNum
  27968.     --enter statements to perform when no records are found such as...
  27969.     display dialog "Sorry, the item you selected could not be found."
  27970.     return
  27971. end try
  27972. All Packages
  27973. QuickDraw GXO
  27974. Dev.CD Apr 95P
  27975. Dev.CD Apr 9V
  27976. 83608X
  27977. Apr 95
  27978. b--set theItem to choose file -- uncomment to test in an AS editor
  27979.     tell application "Finder"
  27980.         open item "Dev.CD Apr 95"
  27981.         activate
  27982.     end tell
  27983. on error errMsg number errNum
  27984.     --enter statements to perform when no records are found such as...
  27985.     display dialog "Sorry, the item you selected could not be found."
  27986.     return
  27987. end try
  27988. All Packages
  27989. QuickDraw GXO
  27990. Dev.CD Apr 95P
  27991. Dev.CD Apr 9V
  27992. 83609X
  27993. Apr 95
  27994. f--set theItem to choose file -- uncomment to test in an AS editor
  27995.     tell application "Finder"
  27996.         open item "Dev.CD Jun 97 SSW"
  27997.         activate
  27998.     end tell
  27999. on error errMsg number errNum
  28000.     --enter statements to perform when no records are found such as...
  28001.     display dialog "Sorry, the item you selected could not be found."
  28002.     return
  28003. end try
  28004. All Packages
  28005. F    QuickTimeO
  28006. Dev.CD Jun 97 SSWP
  28007. Dev.CD Jun 97 SSV
  28008. 83725X
  28009. Jun 97
  28010. f--set theItem to choose file -- uncomment to test in an AS editor
  28011.     tell application "Finder"
  28012.         open item "Dev.CD Jun 97 SSW"
  28013.         activate
  28014.     end tell
  28015. on error errMsg number errNum
  28016.     --enter statements to perform when no records are found such as...
  28017.     display dialog "Sorry, the item you selected could not be found."
  28018.     return
  28019. end try
  28020. All Packages
  28021. F    QuickTimeO
  28022. Dev.CD Jun 97 SSWP
  28023. Dev.CD Jun 97 SSV
  28024. 83726X
  28025. Jun 97
  28026. glossaries
  28027. grabber
  28028. graphicimporter
  28029. f--set theItem to choose file -- uncomment to test in an AS editor
  28030.     tell application "Finder"
  28031.         open item "Dev.CD Jan 96 SSW"
  28032.         activate
  28033.     end tell
  28034. on error errMsg number errNum
  28035.     --enter statements to perform when no records are found such as...
  28036.     display dialog "Sorry, the item you selected could not be found."
  28037.     return
  28038. end try
  28039. documents
  28040. domain
  28041. double
  28042. double
  28043. buffer
  28044. double-byte
  28045. doublebuffer
  28046. doubles
  28047. download
  28048. manager
  28049. draghook
  28050. drawsprocket
  28051. drive
  28052. drive
  28053. setup
  28054. driveid
  28055. driver
  28056. dtscpluslibrary
  28057. dumparpcache
  28058. dumpnetworksetup
  28059. duplication
  28060. dynamic
  28061. dynamic
  28062. linking
  28063. 83523X
  28064. Aug 00^    TC Disk 2
  28065. --set theItem to choose file -- uncomment to test in an AS editor
  28066.     tell application "Finder"
  28067.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusic:"
  28068.         activate
  28069.     end tell
  28070. on error errMsg number errNum
  28071.     --enter statements to perform when no records are found such as...
  28072.     display dialog "Sorry, the item you selected could not be found."
  28073.     return
  28074. end try
  28075. e    No Changef'QuickTime
  28076. Music
  28077. Instruments
  28078. Notes
  28079. Tunesq
  28080. Dev.CD Aug 00 TC Disk 2
  28081. All Packages
  28082. QTMusicTooIUThese samples show all of the QuickTime Music features introduced with QuickTime 2.0.
  28083. 83524X
  28084. 1e    No Change
  28085. traversing
  28086. traversing
  28087. related
  28088. tables
  28089. extgridview
  28090. ttextlistview
  28091. tunes
  28092. tutorial
  28093. tween
  28094. level
  28095. txratio
  28096. types
  28097. typography
  28098. quickdraw
  28099. quickdraw
  28100. quickdraw3d
  28101. quickdraw3d
  28102. quicktake
  28103. quicktake
  28104. digital
  28105. camera
  28106. quicktake
  28107. windows
  28108. quicktime
  28109. quicktime
  28110. quicktime
  28111. 4.1.2
  28112. windows
  28113. quicktime
  28114. conferencing
  28115. receive
  28116. 83317X
  28117. Jul 00^
  28118. --set theItem to choose file -- uncomment to test in an AS editor
  28119.     tell application "Finder"
  28120.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2 Debug f:"
  28121.         activate
  28122.     end tell
  28123. on error errMsg number errNum
  28124.     --enter statements to perform when no records are found such as...
  28125.     display dialog "Sorry, the item you selected could not be found."
  28126.     return
  28127. end try
  28128. e    No Changef$MRJ
  28129. MRJ SDK
  28130. MRJ 2.2
  28131. MRJ SDK 2.2o
  28132. http://developer.apple.com/sdkq
  28133. Dev.CD Jul 00 SDK1
  28134. All Packages
  28135. F    MRJ 2.2.2
  28136. 83318X
  28137. nder"
  28138.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  28139.         activate
  28140.     end tell
  28141. on error errMsg number errNum
  28142.     --enter statements to perform when no records are found such as...
  28143.     display dialog "Sorry, the item you selected could not be found."
  28144.     return
  28145. end try
  28146. e    No Changeq
  28147. Dev.CD Aug 00 TC Disk 1
  28148. All Packages
  28149. Dialog popupsV
  28150. 81439X
  28151. WARNING: Do not use this package until you have installed MacsBug. MacsBug can be found at http://developer.apple.com/tools/
  28152. Bug reports should be logged at http://developer.apple.com/bugreporter/
  28153. Contents
  28154. This package contains debug versions of MRJLib, JDKClasses.zip and MRJClasses.zip. 
  28155. JDKClasses.zip and MRJClasses.zip will provide more useful information when MRJ throws an exception. The 
  28156. line number tables
  28157.  have not been stripped out of the compiled code, so the stack trace dum
  28158. ped by an exception (or displayed by the MRJ MacsBug dcmd options 
  28159. mrj sc
  28160.  and 
  28161. mrj threads
  28162. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  28163. MRJ Symantec JITC
  28164.  library from the 
  28165. MRJ Libraries
  28166.  folder to somewhere outside the System Folder.
  28167. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  28168. summary
  28169. software
  28170. apple
  28171. macintosh
  28172. display@
  28173. summary
  28174. package
  28175. provides
  28176. something
  28177. replacement
  28178. summary
  28179. allows
  28180. developer
  28181. monitor
  28182. summary
  28183. validator
  28184. utility
  28185. testing
  28186. sierra/i@
  28187. summary
  28188. simple
  28189. macintosh
  28190. application
  28191. supports
  28192. mult@
  28193. summary
  28194. network
  28195. software
  28196. installer
  28197. insta@
  28198. support's@
  28199. tractor
  28200. plug-ins
  28201. content
  28202. extra@
  28203. that@
  28204. apple@
  28205. command
  28206. equivalent
  28207. macro
  28208. microsoft
  28209. foundation
  28210. class
  28211. multi-documment
  28212. interfac@
  28213. purpose
  28214. menuscripter
  28215. sample
  28216. demonstrat@
  28217. release
  28218. apple's
  28219. brings
  28220. increased
  28221. functionali@
  28222. thee@
  28223. theory@
  28224. there
  28225. small
  28226. cosmetic
  28227. system
  28228. can't
  28229. even@
  28230. these
  28231. applications
  28232. demonstrate
  28233. write
  28234. background
  28235. this@
  28236. abort
  28237. aborts
  28238. about{
  28239. Wivate
  28240.     end tell
  28241. on error errMsg number errNum
  28242.     --enter statements to perform when no records are found such as...
  28243.     display dialog "Sorry, the item you selected could not be found."
  28244.     return
  28245. end try
  28246. e    No Changef%Dialog Manager
  28247. dimming
  28248. userItemsq
  28249. Dev.CD Aug 00 TC Disk 2
  28250. All Packages
  28251. DigitizerShell
  28252. DigitizerShell is a simple sequence grabber and vdig related test bed for testing vdig and digitizer functionality, QuickTime/Mac.  If you want to check out a more complete example of a video capture application, check out John Wang's My Capture App (develop # 19).
  28253. 81441X
  28254. 1e    No Change
  28255. summary
  28256. which
  28257. plays
  28258. sounds
  28259. summary
  28260. helper
  28261. formerly
  28262. monthly
  28263. posting
  28264. summary
  28265. definition
  28266. binhex
  28267. protocol
  28268. summary
  28269. developer
  28270. edition
  28271. quickview
  28272. devel
  28273. summary
  28274. developer's
  28275. transl
  28276. summary
  28277. electronic
  28278. version
  28279. develop
  28280. magazine
  28281. summary
  28282. prgram
  28283. guide
  28284. macintosh
  28285. power
  28286.  Toolbox:DialogBits:PODev.CD Aug 00 TC Disk 2
  28287.  - Sample Code
  28288.  - Human Interface Toolbox
  28289.  - DialogBits
  28290. PDDev.CD Aug 00 TC Disk 2
  28291.  - Sample Code
  28292.  - Printing
  28293.  - STD File SaverV
  28294. 83889X
  28295. Aug 00^    TC Disk 2
  28296. --set theItem to choose file -- uncomment to test in an AS editor
  28297.     tell application "Finder"
  28298.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:STD File Saver:"
  28299.         activate
  28300.     end tell
  28301. on error errMsg number errNum
  28302.     --enter statements to perform when no records are found such as...
  28303.     display dialog "Sorry, the item you selected could not be found."
  28304.     return
  28305. end try
  28306. e    No Changef
  28307. printer
  28308. driver
  28309. PDEFq
  28310. Dev.CD Aug 00 TC Disk 2
  28311. All Packages
  28312. stdFilterHacking
  28313. 83890X
  28314. All Packages
  28315. System Enabler 404 (MacTV)O
  28316. Dev.CD Apr 94
  28317. Dev.CD Jan 94P
  28318. Dev.CD Apr 94
  28319. Dev.CD Jan 9V
  28320. 84196X
  28321. Apr 94
  28322. p--set theItem to choose file -- uncomment to test in an AS editor
  28323.     tell application "Finder"
  28324.         open item "Dev.CD Apr 94
  28325. Dev.CD Jan 94"
  28326.         activate
  28327.     end tell
  28328. on error errMsg number errNum
  28329.     --enter statements to perform when no records are found such as...
  28330.     display dialog "Sorry, the item you selected could not be found."
  28331.     return
  28332. end try
  28333. %D(All Packages
  28334. Reference Library Edition
  28335. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  28336. System PickerK
  28337. Mar 92L
  28338. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  28339.  - Utilities
  28340.  - System Picker 1.1a3V
  28341. 84197X
  28342. Dec 99^
  28343. --set theItem to choose file -- uncomment to test in an AS editor
  28344.     tell application "Finder"
  28345.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  28346.         activate
  28347.     end tell
  28348. on error errMsg number errNum
  28349.     --enter statements to perform when no records are found such as...
  28350.     display dialog "Sorry, the item you selected could not be found."
  28351.     return
  28352. end try
  28353.     return
  28354. end try
  28355. e    No Changef$QuickTime
  28356. sequence grabber
  28357. testq
  28358. Dev.CD Aug 00 TC Disk 2
  28359. All Packages
  28360. DIMM Config&Interleave v1.1
  28361. 81442X
  28362. mpwtool
  28363. debug
  28364. 2.2.2
  28365. mrj2.2.2
  28366. mrj2.2.2
  28367. redistribution
  28368. mrplus
  28369. mrplus
  28370. msdos
  28371. multifinder
  28372. multifinder
  28373. 6.1b9
  28374. multilingual
  28375. multilingual
  28376. editor
  28377. multimedia
  28378. multimedia
  28379. standards
  28380. reports
  28381. multipage
  28382. multiplay
  28383. multiprecision
  28384. multiprocessing
  28385. multiprocessing
  28386. music
  28387. musicmixer
  28388. mycomponent
  28389. mydeviceloop
  28390. myhelpmenu
  28391. myregistercomponent
  28392. macsbug
  28393. macros/templates
  28394. macros/templates
  28395. namingtableaccess
  28396. navigable
  28397. navigable
  28398. movie
  28399. toolkit
  28400. navigation
  28401. navigation
  28402. services
  28403. navigator
  28404. netsprockettest
  28405. network
  28406. network
  28407. management
  28408. network
  28409. server
  28410. developer's
  28411. guide
  28412. network
  28413. services
  28414. location
  28415. onescannerx
  28416. opp's
  28417. oracle
  28418. OXDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Serial:SerialDriverArbitration:PcDev.CD Aug 00 TC Disk 1
  28419.  - Sample Code
  28420.  - Devices and Hardware
  28421.  - Serial
  28422.  - SerialDriverArbitrationV
  28423. 83803X
  28424. Aug 00^    TC Disk 1
  28425. --set theItem to choose file -- uncomment to test in an AS editor
  28426.     tell application "Finder"
  28427.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Serial:SerialDriverArbitration:"
  28428.         activate
  28429.     end tell
  28430. on error errMsg number errNum
  28431.     --enter statements to perform when no records are found such as...
  28432.     display dialog "Sorry, the item you selected could not be found."
  28433.     return
  28434. end try
  28435. e    No ChangefjCommunications Resource Manager
  28436. Communications Toolbox
  28437. serial port arbitrator
  28438. SerialDriverArbitration
  28439. Dev.CD Aug 00 TC Disk 1
  28440. All Packages
  28441. Server Remote Control
  28442. 83804X
  28443. making
  28444. making
  28445. mamake
  28446. management
  28447. defproc
  28448. altdboxproc
  28449. alter
  28450. alterations
  28451. altered
  28452. altering
  28453. alternateg
  28454. alternatebufferdispl
  28455. alternatingr
  28456. alternative
  28457. alternatively
  28458. alters
  28459. althoughe
  28460. altivec
  28461. always
  28462. america
  28463. amongj
  28464. amongst
  28465. amount
  28466. amounts
  28467. e    No Changeq
  28468. Dev.CD Aug 00 TC Disk 1
  28469. D!All Packages
  28470. Mac OS SDK Edition
  28471. MRJ 2.2 Debug 
  28472. Mac OS Runtime for Java (MRJ) 2.2 (Debug) is the debugging version of MRJ 2.2. It is intended to be used by Java developers who run into problems using MRJ 2.2 and who wish to help us isolate those problems. This version may not be redistributed.
  28473. You should already be familiar with Technote 1154, 
  28474. Debugging Java Code With MacsBug
  28475.  which describes some extra debugging tools available only with the debug build. This Technote is available at http://developer.apple.com/technotes/tn/tn1154.htmain memory.
  28476. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  28477. Includes source code so that Developers can incorporate the code into their own program.
  28478. Issues: This program only runs 
  28479. DIMM Interleave Rlsd.
  28480. DIMM Interleave Rlsd.
  28481.  Data
  28482. FindHammerHead.c
  28483. Interleave.c
  28484. Interleave.h
  28485. TestBanks.cK
  28486. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMOFDev.CD Aug 00 TC Disk 1:Tool Chest:Memory:DIMM Config&Interleave v1.1:PNDev.CD Aug 00 TC Disk 1
  28487.  - Tool Chest
  28488.  - Memory
  28489.  - DIMM Config&Interleave v1.1
  28490. token
  28491. tokenizer
  28492. toolbox
  28493. toolbox
  28494. assistant
  28495. toolbox
  28496. assistant
  28497. update
  28498. toolkit
  28499. toolkits
  28500. toolsc
  28501. tpifile
  28502. tracer
  28503. tracker
  28504. traddriverloaderlib
  28505. traffic
  28506. transferprovider
  28507. transitions
  28508. translaterotate
  28509. translation
  28510. translation
  28511. manager
  28512. transport
  28513. transport/ppp
  28514. tubetest
  28515. tune-up
  28516. tuning
  28517. tutorial
  28518. tv-man
  28519. tweencamera
  28520. level
  28521. twocolumn
  28522. twocolumn
  28523. txratio
  28524. txratio
  28525. typeservicesforunico
  28526. ufailure
  28527. un/mount
  28528. universal
  28529. universal
  28530. interfaces
  28531. 3.3.2
  28532. universalhidmodulete
  28533. xfcnn
  28534. summary
  28535. validator
  28536. utility
  28537. testing
  28538. sierra/i
  28539. summary
  28540. versionedit
  28541. software
  28542. development
  28543. which
  28544. summary
  28545. pleased
  28546. provide
  28547. version
  28548. 1.5.1
  28549. summary
  28550. network
  28551. software
  28552. installer
  28553. insta
  28554. summer
  28555. sun's
  28556. sunsoft
  28557. super
  28558. supercard
  28559. supersedes
  28560. superview
  28561. suport
  28562. supplement
  28563. supplementing
  28564. supplied
  28565. supply
  28566. support`
  28567. ^    TC Disk 2
  28568. --set theItem to choose file -- uncomment to test in an AS editor
  28569.     tell application "Finder"
  28570.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:"
  28571.         activate
  28572.     end tell
  28573. on error errMsg number errNum
  28574.     --enter statements to perform when no records are found such as...
  28575.     display dialog "Sorry, the item you selected could not be found."
  28576.     return
  28577. end try
  28578. e    No Changef
  28579. hypercard
  28580. ShowBalloon XFCNq
  28581. Dev.CD Aug 00 TC Disk 2
  28582. All Packages
  28583. ShowDialogBoxes v2.1
  28584. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  28585. ShowDialogBoxes v2.1.imgK
  28586. Vol VIIL
  28587. May 94N
  28588. Testing, InternationalO@Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:V
  28589. 83822X
  28590. 1e    No Change
  28591. --set theItem to choose file -- uncomment to test in an AS editor
  28592.     tell application "Finder"
  28593.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  28594.         activate
  28595.     end tell
  28596. on error errMsg number errNum
  28597.     --enter statements to perform when no records are found such as...
  28598.     display dialog "Sorry, the item you selected could not be found."
  28599.     return
  28600. end try
  28601.      activate
  28602.     end tell
  28603. on error errMsg number errNum
  28604.     --enter statements to perform when no records are found such as...
  28605.     display dialog "Sorry, the item you selected could not be found."
  28606.     return
  28607. end try
  28608. e    No Changef<PixMap
  28609. Direct Pixel Access
  28610. GetCPixel
  28611. GetPixBaseAddr
  28612. CopyBitsq
  28613. Dev.CD Aug 00 TC Disk 1
  28614. D(All Packages
  28615. Reference Library Edition
  28616. Disinfectant 3.7.1I
  28617. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  28618. Features: Disinfectant detects and removes known Mac viruses.  J
  28619. DisinfectantK
  28620. Vol IIIL
  28621. Sep 97
  28622. exception
  28623. exchange
  28624. expansion
  28625. export
  28626. exporting
  28627. extension
  28628. external
  28629. external
  28630. system
  28631. external
  28632. extractor
  28633. faceless
  28634. faceless
  28635. background-only
  28636. family
  28637. fourier
  28638. transform
  28639. fcode
  28640. features
  28641. fetch
  28642. field
  28643. exchange
  28644. manager
  28645. displayvideo
  28646. displayvideo
  28647. dispnamereg
  28648. distributors/localiz
  28649. dllmainl
  28650. dllmain
  28651. dlpiether
  28652. dlpiether
  28653. dlpiuser
  28654. dlpiuser
  28655. dmfkey
  28656. dmfkey
  28657. dmfkey
  28658. doccreator
  28659. linking
  28660. manager
  28661. listen
  28662. listen/accept
  28663. listen/accept
  28664. handoff
  28665. scrolling
  28666. driver
  28667. loadable
  28668. loadable
  28669. bundle
  28670. loader
  28671. loading
  28672. loadscrap
  28673. locales
  28674. localization
  28675. localized
  28676. localized
  28677. strings
  28678. location
  28679. location
  28680. manager
  28681. lockfile
  28682. logical
  28683. double
  28684. doubles
  28685. space
  28686. lproj
  28687. lurkers
  28688. runtime
  28689. architecture
  28690. runtime
  28691. maccheck
  28692. machine
  28693. machine
  28694. identification
  28695. macintalk
  28696. macintoshR
  28697. e    No Changeq
  28698. Dev.CD Aug 00 TC Disk 1
  28699. All Packages
  28700. MPWTool 1.0I
  28701. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  28702. This package is System 7.0 compatible.JVBuildFailed
  28703. BuildProgram
  28704. BuildSucceeded
  28705. MakeFile
  28706. MPWTool
  28707. MPWTool.c
  28708. Read Me
  28709. Read Me.txtK
  28710. Vol XIM
  28711. MPWOHDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:PSDev.CD Aug 00 TC Disk 1
  28712.  - Tool Chest
  28713.  - Development Kits
  28714.  - MPW Related
  28715.  - MPWToolV
  28716. 83316X
  28717. Aug 00^    TC Disk 1
  28718. e    No Change
  28719. nt to test in an AS editor
  28720.     tell application "Finder"
  28721.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Disk Copy:"
  28722.         activate
  28723.     end tell
  28724. on error errMsg number errNum
  28725.     --enter statements to perform when no records are found such as...
  28726.     display dialog "Sorry, the item you selected could not be found."
  28727.     return
  28728. end try
  28729. e    No Changef
  28730. utilityq
  28731. Dev.CD Sep 00 RL Disk 1
  28732. All Packages
  28733. Disk I/O Performance Tools
  28734. 81447X
  28735. --set theItem to choose file -- uncomment to test in an AS editor
  28736.     tell application "Finder"
  28737.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  28738.         activate
  28739.     end tell
  28740. on error errMsg number errNum
  28741.     --enter statements to perform when no records are found such as...
  28742.     display dialog "Sorry, the item you selected could not be found."
  28743.     return
  28744. end try
  28745. s, it can be used to automate software installations and disk image manipulation.
  28746. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  28747. Changes from Disk Copy 6.3.2
  28748.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  28749. Changes from Disk Copy 6.3.1
  28750.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  28751.  Added support for making floppies from certain USB floppy drives.
  28752.  Various i
  28753. e    No ChangefEMPW
  28754. compilers
  28755. assemblers
  28756. linkers
  28757. tools
  28758. debuggers
  28759. performance analysisq
  28760. Dev.CD Aug 00 TC Disk 1
  28761. All Packages
  28762. MPW Script Tips 1.1.1
  28763. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  28764. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  28765. J6Documents
  28766. READMEFIRST!
  28767. Sample Makefiles
  28768. Sample ScriptsK
  28769. Mar 92M
  28770. MPW 3.2 or laterOVDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Aug 00 TC Disk 1
  28771.  - Tool Chest
  28772.  - Development Kits
  28773.  - MPW Related
  28774.  - MPW Script Tips 1.1.1V
  28775. 83315X
  28776. Aug 00^    TC Disk 1
  28777. e    No Change
  28778.  Disk 1
  28779.  - Utilities
  28780.  - Disk Copy
  28781. 84230X
  28782. Sep 00^    RL Disk 2b
  28783. Revised
  28784. --set theItem to choose file -- uncomment to test in an AS editor
  28785.     tell application "Finder"
  28786.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:hardware:"
  28787.         activate
  28788.     end tell
  28789. on error errMsg number errNum
  28790.     --enter statements to perform when no records are found such as...
  28791.     display dialog "Sorry, the item you selected could not be found."
  28792.     return
  28793. end try
  28794. Updatedfvdevnotes
  28795. hardware
  28796. hardware documentation
  28797. Power Mac
  28798. iBook
  28799. PowerBook
  28800. servers
  28801. device drivers
  28802. printers
  28803. peripherals
  28804. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  28805. Dev.CD Sep 00 RL Disk 2
  28806. All Packages
  28807. New & RevisedF
  28808. Technical Publications: Java
  28809. displayvideo
  28810. sample
  28811. display
  28812. about
  28813. dispose
  28814. e    No Changef
  28815. MultiTasking
  28816. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  28817. Dev.CD Aug 00 TC Disk 2
  28818. All Packages
  28819. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  28820. MPPeriodicalTest.c
  28821. MPPeriodicalTest.
  28822. Pro2K
  28823. May 00M
  28824. Mac OS 8.6 or later, MP 2.0N
  28825. MultiTasking, MultiProcessingO?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Aug 00 TC Disk 2
  28826.  - Sample Code
  28827.  - Processes
  28828.  - MPPeriodicalTestV
  28829. 83313X
  28830. Aug 00^    TC Disk 2
  28831. --set theItem to choose file -- uncomment to test in an AS editor
  28832.     tell application "Finder"
  28833.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  28834.         activate
  28835.     end tell
  28836. on error errMsg number errNum
  28837.     --enter statements to perform when no records are found such as...
  28838.     display dialog "Sorry, the item you selected could not be found."
  28839.     return
  28840. end try
  28841. e    No Changeo0http://developer.apple.com/samplecode/index.html
  28842. MultiTasking
  28843. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  28844. Dev.CD Aug 00 TC Disk 2
  28845. All Packages
  28846. MPW etc.
  28847. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  28848. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  28849. MPW etc.img.binK
  28850. Nov 97L
  28851. Aug 00M
  28852. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Aug 00 TC Disk 1
  28853.  - Tool Chest
  28854.  - Development Kits
  28855.  - MPW etc.V
  28856. 83314X
  28857. Aug 00^    TC Disk 1
  28858. e    No Change
  28859. 83742X
  28860. Aug 00^    TC Disk 1
  28861. --set theItem to choose file -- uncomment to test in an AS editor
  28862.     tell application "Finder"
  28863.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:"
  28864.         activate
  28865.     end tell
  28866. on error errMsg number errNum
  28867.     --enter statements to perform when no records are found such as...
  28868.     display dialog "Sorry, the item you selected could not be found."
  28869.     return
  28870. end try
  28871. e    No Changeq
  28872. Dev.CD Aug 00 TC Disk 1
  28873. _D!All Packages
  28874. Mac OS SDK Edition
  28875. QuickTime VR
  28876. e    No Changeq
  28877. Dev.CD Aug 00 TC Disk 1
  28878. All Packages
  28879. MPIntertaskTimeI?This is an application to measure the intertask signaling time.
  28880. Communications Toolbox
  28881. Contributed
  28882. Devices and Hardware
  28883. Files
  28884. Games
  28885. Graphics 2D
  28886. Graphics 3D
  28887. Help Systems
  28888. Human Interface Toolbox
  28889. Interapplication Comm
  28890. Memory
  28891. Networking
  28892. OS Utilities
  28893. Overview
  28894. Platforms and Tools
  28895. Printing
  28896. Processes
  28897. QuickTime
  28898. Runtime Architecture
  28899. Sound
  28900. May 00M
  28901. Mac OS 8.6 or later, MP 2.0N
  28902. MultiTasking, MultiProcessingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  28903.  - Sample CodeV
  28904. 83312X
  28905. Aug 00^    TC Disk 2
  28906. y--set theItem to choose file -- uncomment to test in an AS editor
  28907.     tell application "Finder"
  28908.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  28909.         activate
  28910.     end tell
  28911. on error errMsg number errNum
  28912.     --enter statements to perform when no records are found such as...
  28913.     display dialog "Sorry, the item you selected could not be found."
  28914.     return
  28915. end try
  28916. --set theItem to choose file -- uncomment to test in an AS editor
  28917.     tell application "Finder"
  28918.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:"
  28919.         activate
  28920.     end tell
  28921. on error errMsg number errNum
  28922.     --enter statements to perform when no records are found such as...
  28923.     display dialog "Sorry, the item you selected could not be found."
  28924.     return
  28925. end try
  28926.  fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  28927. Issues:  Only tested under System 7.
  28928. Stress testing tools.imgK
  28929. Apr 94N
  28930. Utility, Tool, Low Disk SpaceOLDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Stress testing tools:PTDev.CD Aug 00 TC Disk 1
  28931.  - Tool Chest
  28932.  - Testing & Debugging
  28933.  - Stress testing tools
  28934. g--set theItem to choose file -- uncomment to test in an AS editor
  28935.     tell application "Finder"
  28936.         open item "Dev.CD Jan 96 SDK1"
  28937.         activate
  28938.     end tell
  28939. on error errMsg number errNum
  28940.     --enter statements to perform when no records are found such as...
  28941.     display dialog "Sorry, the item you selected could not be found."
  28942.     return
  28943. end try
  28944. Deletedf
  28945. Multi-processing
  28946.  MP Pascalq
  28947. Dev.CD Aug 00 TC Disk 2
  28948. All Packages
  28949. F    MPing 1.1
  28950. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  28951. J&***** Readme first *****
  28952. MPing
  28953. SourcesK
  28954. Vol XO?Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:PJDev.CD Aug 00 TC Disk 1
  28955.  - Tool Chest
  28956.  - Networking
  28957.  - MacTCP
  28958.  - MPing 1.1V
  28959. 83311X
  28960. Aug 00^    TC Disk 1
  28961. e    No Change
  28962. le.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  28963. y--set theItem to choose file -- uncomment to test in an AS editor
  28964.     tell application "Finder"
  28965.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  28966.         activate
  28967.     end tell
  28968. on error errMsg number errNum
  28969.     --enter statements to perform when no records are found such as...
  28970.     display dialog "Sorry, the item you selected could not be found."
  28971.     return
  28972. end try
  28973. not be found."
  28974.     return
  28975. end try
  28976. ignores
  28977. ignoring
  28978. illegal
  28979. illustrate
  28980. illustrated
  28981. card with its attached monitor. This code provides a sample of how developers can discover the bit depths and timings of multisync displays.J@DisplayVideo(PPC)
  28982. DisplayVideo.c
  28983. DisplayVideo.h
  28984. DisplayVideo.mcpM
  28985. Color QuickDrawNHvideo device modes, bit depth, timings, multisync displays, DisplayVideoOVDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DisplayVideo:PaDev.CD Aug 00 TC Disk 1
  28986.  - Sample Code
  28987.  - Devices and Hardware
  28988.  - Display Manager
  28989.  - DisplayVideoV
  28990. 81451X
  28991. Aug 00^    TC Disk 1
  28992. e    No Change
  28993. sample
  28994. demonstrates
  28995. folder
  28996. sample
  28997. demonstrates
  28998. variety
  28999. techniques
  29000. using
  29001. sample
  29002. demonstrates
  29003. variety
  29004. transport
  29005. sample
  29006. demonstrates
  29007. access
  29008. contrast
  29009. brightne
  29010. sample
  29011. demonstrates
  29012. ot/ppp
  29013. sample
  29014. demonstrates
  29015. create
  29016. quicktime
  29017. movie
  29018. sample
  29019. demonstrates
  29020. dashed
  29021. objects
  29022. sample
  29023. demonstrates
  29024. handle
  29025. disk-inserted
  29026. events
  29027. --set theItem to choose file -- uncomment to test in an AS editor
  29028.     tell application "Finder"
  29029.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MPFileCopy:"
  29030.         activate
  29031.     end tell
  29032. on error errMsg number errNum
  29033.     --enter statements to perform when no records are found such as...
  29034.     display dialog "Sorry, the item you selected could not be found."
  29035.     return
  29036. end try
  29037. lled.
  29038. Memory Management.imgK
  29039. Sep 92L
  29040. Sep 95N*DisposeResource debugging resource handlesOIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Aug 00 TC Disk 1
  29041.  - Tool Chest
  29042.  - Testing & Debugging
  29043.  - Memory ManagementV
  29044. 81452X
  29045. Aug 00^    TC Disk 1
  29046. e    No Change
  29047. osaactiveproc
  29048. osaka
  29049. osasendproc
  29050. osborne
  29051. oserr
  29052. osl-compliant
  29053. ostrich
  29054. ot/ppp
  29055. ot/ppp's
  29056. otchecknetfornbpname
  29057. another
  29058. example
  29059. viewers
  29060. belie
  29061. otgetendpointinfo
  29062. other[
  29063. print
  29064. record
  29065. print
  29066. record
  29067. saveaprintrecord
  29068. saveaprintrecord
  29069. saveaprintrecord
  29070. savemenu
  29071. savepictfile
  29072. savepictfile
  29073. savepictfile
  29074. savepictfile
  29075. saytext
  29076. saytext
  29077. sbarcdef
  29078. sbarcdef
  29079. scalable
  29080. scalable
  29081. scalablepostscript
  29082. scalablepostscript
  29083. scalablepostscriptpi
  29084. scalablepostscriptpi
  29085. scaling
  29086. scanx
  29087. image
  29088. scannerx
  29089. scanner
  29090. addendumx
  29091. scanner
  29092. scannersx
  29093. scheduleS
  29094. scptc
  29095. scrap
  29096. scrap
  29097. color
  29098. documentation
  29099. scrap
  29100. parsing
  29101. scrap
  29102. parsing
  29103. scrap
  29104. scrapbook
  29105. scrapbook
  29106. scrapcolor
  29107. scrapcolor
  29108. scrapcolor
  29109. library
  29110. scrapcolordemo
  29111. scrapxcmds
  29112. scrapxcmds
  29113. All Packages
  29114. MPFileCopy
  29115. &This sample demonstrates a) how to copy a folder and its contents using the HFS Plus APIs, and b) how to call the File Manager from MP tasks on Mac OS 9.0 and above. The copy engine preserves long Unicode names, larger than 2 GB forks, and forks beyond the resource and data forks (if present).
  29116. JHMoreIsBetterParts
  29117. MPFileCopy-PPC
  29118. MPFileCopy.c
  29119. MPFileCopy.mcp
  29120. ReadMe.htmlM
  29121. Mac OS 9.0NMfile copy, folder copy, HFS Plus APIs, MP, multiprocessor File Manager accessO5Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MPFileCopy:P=Dev.CD Aug 00 TC Disk 1
  29122.  - Sample Code
  29123.  - Files
  29124.  - MPFileCopyV
  29125. 83309X
  29126. Aug 00^    TC Disk 1
  29127. e    No Change
  29128. e    No ChangefIfile copy
  29129. folder copy
  29130. HFS Plus APIs
  29131. multiprocessor File Manager accessq
  29132. Dev.CD Aug 00 TC Disk 1
  29133. All Packages
  29134. MPHelloWorld (Pascal)
  29135. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  29136. JFhelloWorld.rsrc
  29137. MPHelloWorld (Pascal)
  29138. MPHelloWorld (Pascal).
  29139. sources:K
  29140. Feb 97M2the MP library, but does not require a MP machine.N
  29141. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  29142.  - Sample CodeV
  29143. 83310X
  29144. Aug 00^    TC Disk 2
  29145. Deleted
  29146. sample
  29147. shows
  29148. thread
  29149. application
  29150. sample
  29151. shows
  29152. cmchoose
  29153. cmgetconfig
  29154. sample
  29155. shows
  29156. gestalt
  29157. determine
  29158. sample
  29159. shows
  29160. spbrecord
  29161. record
  29162. memory
  29163. sample
  29164. shows
  29165. network
  29166. setup
  29167. library
  29168. sample
  29169. shows
  29170. postscripthandle
  29171. piccomment
  29172. sample
  29173. shows
  29174. quicktime
  29175. graphicimporter
  29176. sample
  29177. shows
  29178. write
  29179. fully
  29180. asynchronous
  29181. block
  29182. sample
  29183. shows
  29184. quicktime
  29185. faster
  29186. sample
  29187. shows
  29188. interpretation
  29189. picture
  29190. comments
  29191. sample
  29192. demonstrates
  29193. steps
  29194. involved
  29195. creating
  29196. sample
  29197. written
  29198. response
  29199. developers
  29200. sample
  29201. display
  29202. version
  29203. quickdraw
  29204. which
  29205. contains
  29206. information
  29207. advantage
  29208. includes
  29209. libraries
  29210. include
  29211. files
  29212. necessary
  29213. privateconditionals
  29214. privateconditionals
  29215. privileges
  29216. privileges
  29217. procdoggie
  29218. procdoggie
  29219. procdoggie
  29220. procdoggie
  29221. procdoggie
  29222. process
  29223. process
  29224. process
  29225. processes
  29226. processhelpers
  29227. processhelpers
  29228. processhelpers
  29229. processor
  29230. product
  29231. productinfo
  29232. productsS
  29233. profile
  29234. profiler
  29235. profiles
  29236. prog's
  29237. progguidex
  29238. progguide
  29239. apple
  29240. scannersx
  29241. program
  29242. programmatich
  29243. programmatic
  29244. interface
  29245. programmer's
  29246. programming
  29247. ter the fact.
  29248. protos
  29249. appconfiguration
  29250. appconfiguration
  29251. appearance
  29252. appearance
  29253. extensionv
  29254. appearance
  29255. sample
  29256. codev
  29257. appearance
  29258. appearance
  29259. versionsv
  29260. appearancecdev
  29261. appearancehelpers
  29262. appearancehelpers
  29263. appearancehelpers
  29264. appearancesample
  29265. appearancesample
  29266. appkit
  29267. appleT
  29268. apple
  29269. cd-rom
  29270. apple
  29271. cd-rom
  29272. handbookw
  29273. apple
  29274. cd-rom
  29275. apple
  29276. detectors
  29277. apple
  29278. directions
  29279. 01/95{
  29280. apple
  29281. directions
  29282. 01/96|
  29283. apple
  29284. directions
  29285. 01/97}
  29286. apple
  29287. directions
  29288. 02/95{
  29289. apple
  29290. directions
  29291. 02/96|
  29292. apple
  29293. directions
  29294. 02/97}
  29295. --set theItem to choose file -- uncomment to test in an AS editor
  29296.     tell application "Finder"
  29297.         open item "Dev.CD Apr 94
  29298. Dev.CD Jan 94
  29299. Dev.CD Oct 93
  29300. Dev.CD Jul 93
  29301. Dev.CD Apr 93"
  29302.         activate
  29303.     end tell
  29304. on error errMsg number errNum
  29305.     --enter statements to perform when no records are found such as...
  29306.     display dialog "Sorry, the item you selected could not be found."
  29307.     return
  29308. end try
  29309. adopting
  29310. interface
  29311. adopting
  29312. carbon
  29313. printing
  29314. manager
  29315. carbon
  29316. developer
  29317. documentation
  29318. suite
  29319. fcode
  29320. tokenizer
  29321. board
  29322. fcode
  29323. driver
  29324. development
  29325. inside
  29326. system
  29327. overview
  29328. revised
  29329. new/updated
  29330. newccursor
  29331. All Packages
  29332. System Enabler 065 (LC 575)O
  29333. Dev.CD Apr 94
  29334. Dev.CD Jan 94P
  29335. Dev.CD Apr 94
  29336. Dev.CD Jan 9V
  29337. 84065X
  29338. Apr 94
  29339. p--set theItem to choose file -- uncomment to test in an AS editor
  29340.     tell application "Finder"
  29341.         open item "Dev.CD Apr 94
  29342. Dev.CD Jan 94"
  29343.         activate
  29344.     end tell
  29345. on error errMsg number errNum
  29346.     --enter statements to perform when no records are found such as...
  29347.     display dialog "Sorry, the item you selected could not be found."
  29348.     return
  29349. end try
  29350. All Packages
  29351. System Enabler 065 (LC 575)O
  29352. Dev.CD Apr 94
  29353. Dev.CD Jan 94P
  29354. Dev.CD Apr 94
  29355. Dev.CD Jan 9V
  29356. 84066X
  29357. Apr 94
  29358. merchandising
  29359. merely
  29360. message
  29361. messagepad{
  29362. messages{
  29363. messagewatcher
  29364. meta-content
  29365. methodx
  29366. methodology
  29367. methods
  29368. metrowerks
  29369. All Packages
  29370. F    QuickTimeO
  29371. Dev.CD Jun 97 SSWP
  29372. Dev.CD Jun 97 SSV
  29373. 83722X
  29374. Jun 97
  29375. f--set theItem to choose file -- uncomment to test in an AS editor
  29376.     tell application "Finder"
  29377.         open item "Dev.CD Jun 97 SSW"
  29378.         activate
  29379.     end tell
  29380. on error errMsg number errNum
  29381.     --enter statements to perform when no records are found such as...
  29382.     display dialog "Sorry, the item you selected could not be found."
  29383.     return
  29384. end try
  29385. All Packages
  29386. F    QuickTimeO
  29387. Dev.CD Jun 97 SSWP
  29388. Dev.CD Jun 97 SSV
  29389. 83723X
  29390. Jun 97
  29391. f--set theItem to choose file -- uncomment to test in an AS editor
  29392.     tell application "Finder"
  29393.         open item "Dev.CD Jun 97 SSW"
  29394.         activate
  29395.     end tell
  29396. on error errMsg number errNum
  29397.     --enter statements to perform when no records are found such as...
  29398.     display dialog "Sorry, the item you selected could not be found."
  29399.     return
  29400. end try
  29401. All Packages
  29402. F    QuickTimeO
  29403. Dev.CD Jun 97 SSWP
  29404. Dev.CD Jun 97 SSV
  29405. 83724X
  29406. Jun 97
  29407. shows
  29408. copymask
  29409. screen
  29410. lighter
  29411. shows
  29412. affect
  29413. background
  29414. color
  29415. control
  29416. shows
  29417. sound
  29418. multiple
  29419. times
  29420. shows
  29421. copybits
  29422. along
  29423. offscreen
  29424. bitmaps
  29425. emulater
  29426. shrink
  29427. shrink-wrapped
  29428. shrinking
  29429. shrunken
  29430. shutdownB
  29431. shuts
  29432. sicns
  29433. siegel
  29434. sierra
  29435. sierra/iso
  29436. signal
  29437. signaling
  29438. signals
  29439. signature
  29440. signatures
  29441. signaturetoapp
  29442. signed
  29443. significant
  29444. significantly
  29445. signing
  29446. signs
  29447. silence
  29448. silently
  29449. silevelmeteronoff
  29450. silly
  29451. simenel
  29452. op, QuickTime
  29453. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:DragAndDrop Shell:V
  29454. 81455X
  29455. 1e    No Change
  29456. quicktime
  29457. embedding
  29458. sound
  29459. commands
  29460. external
  29461. script
  29462. quicktime
  29463. framework
  29464. shell
  29465. viewer
  29466. quicktime
  29467. object
  29468. movie
  29469. convert
  29470. linear
  29471. quicktime
  29472. panoramic
  29473. image
  29474. convert
  29475. quicktime
  29476. panoramic
  29477. playing
  29478. movies
  29479. quicktime
  29480. speech
  29481. voice
  29482. navigate
  29483. panorama
  29484. object
  29485. goodies
  29486. utilities
  29487. dtscpluslibrary
  29488. dukemovie
  29489. dumparpcache
  29490. dumpnetworksetup
  29491. primer
  29492. edition
  29493. editor
  29494. edittextcdev
  29495. eenie
  29496. effect
  29497. eject
  29498. eject
  29499. cards
  29500. location
  29501. module
  29502. embedding
  29503. embedding
  29504. profile
  29505. documentation
  29506. empty
  29507. empty
  29508. engine
  29509. emulator
  29510. enable/disable
  29511. fmSprockets
  29512. DrawSprocket
  29513. NetSprocket
  29514. InputSprocket
  29515. SoundSprocket
  29516. Sprite
  29517. CD Audio
  29518. Redbook audio
  29519. Dev.CD Aug 00 TC Disk 1
  29520. All Packages
  29521. SquareWaveJ4SquareWave(PPC)
  29522. SquareWave.mcp
  29523. SquareWaveSynthPlay.cM
  29524. Sound Manager 3.0 or laterO5Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SquareWave:P=Dev.CD Aug 00 TC Disk 2
  29525.  - Sample Code
  29526.  - Sound
  29527.  - SquareWaveV
  29528. 83884X
  29529. Aug 00^    TC Disk 2
  29530. --set theItem to choose file -- uncomment to test in an AS editor
  29531.     tell application "Finder"
  29532.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SquareWave:"
  29533.         activate
  29534.     end tell
  29535. on error errMsg number errNum
  29536.     --enter statements to perform when no records are found such as...
  29537.     display dialog "Sorry, the item you selected could not be found."
  29538.     return
  29539. end try
  29540. e    No Changeq
  29541. Dev.CD Aug 00 TC Disk 2
  29542. All Packages
  29543. Standard File Samples
  29544. 83885X
  29545. system
  29546. specif
  29547. summary
  29548. apple
  29549. international
  29550. glossaries
  29551. contains
  29552. translat
  29553. This SDK includes the libraries and include files necessary to build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  29554. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  29555. URL Access accesses remote sites programmatically using URLs.  Files ma
  29556. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  29557. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  29558. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  29559. Dec 99l
  29560. mdefproc
  29561. --set theItem to choose file -- uncomment to test in an AS editor
  29562.     tell application "Finder"
  29563.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:"
  29564.         activate
  29565.     end tell
  29566. on error errMsg number errNum
  29567.     --enter statements to perform when no records are found such as...
  29568.     display dialog "Sorry, the item you selected could not be found."
  29569.     return
  29570. end try
  29571. ds are found such as...
  29572.     display dialog "Sorry, the item you selected could not be found."
  29573.     return
  29574. end try
  29575. e    No Changef
  29576. QuickTime
  29577. Dev.CD Aug 00 TC Disk 2
  29578. All Packages
  29579. DraggingSpritesI
  29580. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  29581. DraggingSprites
  29582. DraggingSprites.zip
  29583. README.txt
  29584. Feb 00
  29585. O[Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DraggingSprites:V
  29586. 81456X
  29587. 1e    No Change
  29588. VRSpeech uses Apple's Speech Recognition Manager to allow voice navigation of a panorama or object node.
  29589. VRSpeech is built on top of QTShell; it directly uses the MacFramework.c file of QTShell.J
  29590. Application Files
  29591. Building QT Samples
  29592. Common Files
  29593. LMSpeech.h
  29594. LMSpeech.rsrc
  29595. README
  29596. SRLanguageModeler 
  29597. VRSpeech PPC
  29598. VRSpeech PPC.mcp
  29599. VRSpeech.c
  29600. VRSpeech.hM
  29601. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N>QuickTime, VR, Speech, Voice, Navigate, Panorama, Object, NodeODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRSpeech:PODev.CD Aug 00 TC Disk 2
  29602.  - Sample Code
  29603.  - QuickTime
  29604.  - QuickTime VR
  29605.  - VRSpeechV
  29606. 84304X
  29607. Aug 00^    TC Disk 2
  29608. e    No Change
  29609. HO"Dev.CD Jun 97 SSW
  29610. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  29611. Dev.CD Dec 96 SV
  29612. 83720X
  29613. Jun 97
  29614. w--set theItem to choose file -- uncomment to test in an AS editor
  29615.     tell application "Finder"
  29616.         open item "Dev.CD Jun 97 SSW
  29617. Dev.CD Dec 96 SE"
  29618.         activate
  29619.     end tell
  29620. on error errMsg number errNum
  29621.     --enter statements to perform when no records are found such as...
  29622.     display dialog "Sorry, the item you selected could not be found."
  29623.     return
  29624. end try
  29625. All Packages
  29626. F    QuickTimeO"Dev.CD Jun 97 SSW
  29627. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  29628. Dev.CD Dec 96 SV
  29629. 83721X
  29630. Jun 97
  29631. w--set theItem to choose file -- uncomment to test in an AS editor
  29632.     tell application "Finder"
  29633.         open item "Dev.CD Jun 97 SSW
  29634. Dev.CD Dec 96 SE"
  29635.         activate
  29636.     end tell
  29637. on error errMsg number errNum
  29638.     --enter statements to perform when no records are found such as...
  29639.     display dialog "Sorry, the item you selected could not be found."
  29640.     return
  29641. end try
  29642. All Packages
  29643. MP Threaded SortIcThis sample shows how to thread your application to take advantage of the Multiprocessing (MP) API.
  29644. AppleEventHandling.cp
  29645. AppleEventHandling.h
  29646. BuildConditionals.h
  29647. CreditsBox.rsrc
  29648. DialogUtils.cp
  29649. DialogWindow.cp
  29650. DialogWindow.h
  29651. DragUtils.cp
  29652. HeapSort.cp
  29653. MP Threaded Sort(PPC)
  29654. MP Threaded Sort.mcp
  29655. MPBlitter.c
  29656. MPBlitter.h
  29657. Multiprocessing API Library
  29658. Preferences.cp
  29659. Preferences.h
  29660. PrintingUtils.cp
  29661. QuickSort.cp
  29662. README
  29663. ShellSort.cp
  29664. SortPicts.cp
  29665. SortPicts.h
  29666. SortPicts.rsrc
  29667. SortPictsApp.cp
  29668. SortPictsThreads.cp
  29669. SplashWindow.cp
  29670. SplashWindow.h
  29671. Sprocket.h
  29672. Sprocket.rsrc
  29673. SprocketMain.cp
  29674. StandardMenus.h
  29675. WindowB
  29676. Window.h
  29677. MP, multiprocessing, thread
  29678. O?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:PGDev.CD Aug 00 TC Disk 2
  29679.  - Sample Code
  29680.  - Processes
  29681.  - MP Threaded SortV
  29682. 83307X
  29683. Aug 00^    TC Disk 2
  29684. e    No Change
  29685. e    No Changef
  29686. multiprocessing
  29687. thread
  29688. Dev.CD Aug 00 TC Disk 2
  29689. All Packages
  29690. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  29691. MPDelayUntilTest.c
  29692. MPDelayUntilTest.
  29693. Pro2K
  29694. May 00M
  29695. Mac OS 8.6+, MP 2.0N
  29696. MultiTasking, MultiProcessingO?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Aug 00 TC Disk 2
  29697.  - Sample Code
  29698.  - Processes
  29699.  - MPDelayUntilTestV
  29700. 83308X
  29701. Aug 00^    TC Disk 2
  29702. --set theItem to choose file -- uncomment to test in an AS editor
  29703.     tell application "Finder"
  29704.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  29705.         activate
  29706.     end tell
  29707. on error errMsg number errNum
  29708.     --enter statements to perform when no records are found such as...
  29709.     display dialog "Sorry, the item you selected could not be found."
  29710.     return
  29711. end try
  29712. e    No Changef
  29713. MultiTasking
  29714. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  29715. Dev.CD Aug 00 TC Disk 2
  29716. sample
  29717. showing
  29718. quicktime
  29719. gworlds
  29720. together
  29721. sample
  29722. demonstrate
  29723. setting
  29724. action
  29725. samplefilter
  29726. samplerateavail
  29727. C Disk 2:Sample Code:Human Interface Toolbox:DragWindowGrid:"
  29728.         activate
  29729.     end tell
  29730. on error errMsg number errNum
  29731.     --enter statements to perform when no records are found such as...
  29732.     display dialog "Sorry, the item you selected could not be found."
  29733.     return
  29734. end try
  29735. e    No Changef%grid
  29736. window
  29737. MoveWindow
  29738. Window Managerq
  29739. Dev.CD Aug 00 TC Disk 2
  29740. All Packages
  29741. DrawLineIzThis application shows how to use the QuickDraw pattern mode 'srcCopy' to invert the intersection of the two green lines.
  29742. J3DrawLine(PPC)
  29743. DrawLine.c
  29744. DrawLine.mcp
  29745. DrawLine.rsrcM
  29746. Color QuickDrawN
  29747. srcCopy, PenMode, invert
  29748. O9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:DrawLine:PADev.CD Aug 00 TC Disk 1
  29749.  - Sample Code
  29750.  - Graphics 2D
  29751.  - DrawLineV
  29752. 81458X
  29753. Aug 00^    TC Disk 1
  29754. e    No Change
  29755. movietoaiff
  29756. moving
  29757. moving
  29758. source
  29759. powerpc
  29760. threaded
  29761. threaded
  29762. mpblitter
  29763. mpblitter
  29764. mpblitter
  29765. mpdelayuntiltest
  29766. mpdelayuntiltest
  29767. mpdelayuntiltest
  29768. mpfilecopy
  29769. mpfilecopy
  29770. mpfilecopy
  29771. mpfilecopy-ppc
  29772. mphelloworld
  29773. mphelloworld
  29774. pascal
  29775. mping
  29776. mpperiodicaltest
  29777. mpperiodicaltest
  29778. mpperiodicaltest
  29779. program
  29780. builds
  29781. goodies
  29782. goodies
  29783. scripts
  29784. readme
  29785. scripts
  29786. readme
  29787. mpwtool
  29788. mpwtool
  29789. 1.0.1b1c2
  29790. installer
  29791. debug
  29792. 2.2.2
  29793. install
  29794. installer
  29795. 1.0.1b1c2
  29796. mrj2.2.2
  29797. mrj2.2.2
  29798. redistribution
  29799. msdos
  29800. Deletedq
  29801. Dev.CD Dec 99 RL
  29802. All Packages
  29803. F&Technical Publications: Function Index
  29804. 7Summary:
  29805. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  29806. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  29807. A.html
  29808. AlphaSelector.html
  29809. B.html
  29810. C.html
  29811. D.html
  29812. E.html
  29813. F.html
  29814. FunctionIndex.html
  29815. G.html
  29816. H.html
  29817. I.html
  29818. J.html
  29819. K.html
  29820. L.html
  29821. M.html
  29822. N.html
  29823. O.html
  29824. P.html
  29825. Q.html
  29826. R.html
  29827. S.html
  29828. T.html
  29829. U.html
  29830. V.html
  29831. W.html
  29832. X.html
  29833. Y.html
  29834. Z.htmlK
  29835. Mar 99L
  29836. Sep 99N%Function Index, Mac OS 8, Inside Mac.O<Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:PADev.CD Sep 00 RL Disk 2
  29837.  - TechnicalPublications
  29838.  - FunctionIndexV
  29839. 84229X
  29840. Sep 00^    RL Disk 2
  29841. e    No Change
  29842. driverse
  29843. --set theItem to choose file -- uncomment to test in an AS editor
  29844.     tell application "Finder"
  29845.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:"
  29846.         activate
  29847.     end tell
  29848. on error errMsg number errNum
  29849.     --enter statements to perform when no records are found such as...
  29850.     display dialog "Sorry, the item you selected could not be found."
  29851.     return
  29852. end try
  29853. plore
  29854. drivergestaltexplore
  29855. drivers
  29856. dronezone
  29857. dronezone
  29858. dronezone
  29859. dronezone
  29860. release
  29861. notes
  29862. dropdisk
  29863. dtsqtutilities
  29864. development
  29865. primer
  29866. dzautodrone
  29867. dzautodrone
  29868. dzautodroneburn
  29869. dzautodroneburn
  29870. dzautodroneexpl
  29871. dzautodroneexpl
  29872. dzdisplay
  29873. dzdisplay
  29874. dzdisplay
  29875. dzdrone
  29876. dzdrone
  29877. dzdrone
  29878. dzevenmoreresources
  29879. program
  29880. shows
  29881. display
  29882. quicktime
  29883. content
  29884.  SDK Edition
  29885. DrawSprocket SDKI
  29886. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  29887. Debug Extensions
  29888. DrawSprocket 1.7.pdf
  29889. DrawSprocket Read Me
  29890. DrawSprocket Release Notes
  29891. DrawSprocketLib
  29892. DSp Debugging Tips
  29893. Interfaces&Libraries
  29894. Licensing Info folderK
  29895. May 00M
  29896. Mac OS 8.1 or laterN7DrawSprocket, color, depth, resolution, switching, gameONDev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:PYDev.CD Apr 00 SDK1
  29897.  - Development Kits
  29898.  - Mac OS
  29899.  - GameSprocket SDKs
  29900.  - DrawSprocket_SDKV
  29901. 81459X
  29902. Apr 00^
  29903. #://developer.apple.com/sdk
  29904. e    No Changef
  29905. QuickTime
  29906. gworld
  29907. movieq
  29908. Dev.CD Aug 00 TC Disk 2
  29909. All Packages
  29910. MovieToAIFFIqThis app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.JXMovieToAIFF(PPC)
  29911. MovieToAIFF.c
  29912. MovieToAIFF.mcp
  29913. MovieToAIFF.rsrc
  29914. Sample Movie
  29915. sample.aiffM    QuickTimeN
  29916. QuickTime, movie, exportOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:PMDev.CD Aug 00 TC Disk 2
  29917.  - Sample Code
  29918.  - QuickTime
  29919.  - Goodies
  29920.  - MovieToAIFFV
  29921. 83306X
  29922. Aug 00^    TC Disk 2
  29923. --set theItem to choose file -- uncomment to test in an AS editor
  29924.     tell application "Finder"
  29925.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:"
  29926.         activate
  29927.     end tell
  29928. on error errMsg number errNum
  29929.     --enter statements to perform when no records are found such as...
  29930.     display dialog "Sorry, the item you selected could not be found."
  29931.     return
  29932. end try
  29933. e    No Changef
  29934. QuickTime
  29935. movie
  29936. exportq
  29937. Dev.CD Aug 00 TC Disk 2
  29938. 83865X
  29939. Aug 00^    TC Disk 1
  29940. --set theItem to choose file -- uncomment to test in an AS editor
  29941.     tell application "Finder"
  29942.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Sound:SoundApp:"
  29943.         activate
  29944.     end tell
  29945. on error errMsg number errNum
  29946.     --enter statements to perform when no records are found such as...
  29947.     display dialog "Sorry, the item you selected could not be found."
  29948.     return
  29949. end try
  29950. e    No Changef
  29951. sound
  29952. SoundAppq
  29953. Dev.CD Aug 00 TC Disk 1
  29954. All Packages
  29955. SoundboardI
  29956. Communications Toolbox
  29957. Contributed
  29958. Devices and Hardware
  29959. Files
  29960. Games
  29961. Graphics 2D
  29962. Graphics 3D
  29963. Help Systems
  29964. Human Interface Toolbox
  29965. Interapplication Comm
  29966. Memory
  29967. Networking
  29968. OS Utilities
  29969. Overview
  29970. Platforms and Tools
  29971. Printing
  29972. Processes
  29973. QuickTime
  29974. Runtime Architecture
  29975. Sound
  29976. Feb 00M
  29977. N/AO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  29978.  - Sample CodeV
  29979. 83866X
  29980. Aug 00^    TC Disk 2
  29981. e    No Change
  29982. spinning@
  29983. stdbits@
  29984. tasks@
  29985. technote@
  29986. encoding
  29987. character
  29988. encoding
  29989. converter
  29990. threads@
  29991. development
  29992. modules
  29993. contains
  29994. program
  29995. shows
  29996. display
  29997. quicktime
  29998. content@
  29999. program
  30000. shows
  30001. display
  30002. quicktime
  30003. drawing@
  30004. program
  30005. shows
  30006. construction
  30007. composited
  30008. developer
  30009. provides
  30010. technical
  30011. information
  30012. about
  30013. example
  30014. shows
  30015. automate
  30016. printing
  30017. while
  30018. still
  30019. show@
  30020. --set theItem to choose file -- uncomment to test in an AS editor
  30021.     tell application "Finder"
  30022.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  30023.         activate
  30024.     end tell
  30025. on error errMsg number errNum
  30026.     --enter statements to perform when no records are found such as...
  30027.     display dialog "Sorry, the item you selected could not be found."
  30028.     return
  30029. end try
  30030. cketTest.c
  30031. DrawSprocketTest.CW2.prj
  30032. DrawSprocketTest.CW5.prj
  30033. makefileK
  30034. Feb 00MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO;Dev.CD Aug 00 TC Disk 1:Sample Code:Games:DrawSprocketTest:PCDev.CD Aug 00 TC Disk 1
  30035.  - Sample Code
  30036.  - Games
  30037.  - DrawSprocketTestV
  30038. 81460X
  30039. Aug 00^    TC Disk 1
  30040. e    No Change
  30041. support
  30042. sales
  30043. products
  30044. apple
  30045. conjunction
  30046. ditor
  30047.     tell application "Finder"
  30048.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:DrawSprocket_SDK:"
  30049.         activate
  30050.     end tell
  30051. on error errMsg number errNum
  30052.     --enter statements to perform when no records are found such as...
  30053.     display dialog "Sorry, the item you selected could not be found."
  30054.     return
  30055. end try
  30056. other
  30057. otherresinfo-mungede
  30058. odecTestMain(PPC)
  30059. CodecTestMain.c
  30060. DrawTextCodec
  30061. DrawTextCodec.h
  30062. DrawTextCodec.mcp
  30063. DrawTextCodec.rsrc
  30064. DrawTextComponent.c
  30065. DrawTextCompress.c
  30066. DrawTextDecompress.cM    QuickTimeN
  30067. QuickTime, codecOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Aug 00 TC Disk 2
  30068.  - Sample Code
  30069.  - QuickTime
  30070.  - Codecs
  30071.  - DrawTextCodecV
  30072. 81461X
  30073. Aug 00^    TC Disk 2
  30074. e    No Change
  30075. e    No Changef
  30076. QuickTime
  30077. Dev.CD Aug 00 TC Disk 2
  30078. All Packages
  30079. MovieGWorldsI9Sample showing how to use QuickTime and gWorlds together.J
  30080. About DTSQTUtilities
  30081. DTSQTUtilities.c
  30082. DTSQTUtilities.h
  30083. MovieGWorlds(PPC)
  30084. MovieGWorlds.c
  30085. MovieGWorlds.h
  30086. MovieGWorlds.mcp
  30087. MovieProc
  30088. MovieProc.c
  30089. MovieProc.h
  30090. Sample Movie
  30091. TrackGWorlds
  30092. TrackGWorlds.c
  30093. TrackGWorlds.hM    QuickTimeN
  30094. QuickTime, gworld, movieOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:PMDev.CD Aug 00 TC Disk 2
  30095.  - Sample Code
  30096.  - QuickTime
  30097.  - Basics
  30098.  - MovieGWorldsV
  30099. 83305X
  30100. Aug 00^    TC Disk 2
  30101. --set theItem to choose file -- uncomment to test in an AS editor
  30102.     tell application "Finder"
  30103.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:"
  30104.         activate
  30105.     end tell
  30106. on error errMsg number errNum
  30107.     --enter statements to perform when no records are found such as...
  30108.     display dialog "Sorry, the item you selected could not be found."
  30109.     return
  30110. end try
  30111. Dev.CD Oct 94P
  30112. Dev.CD Oct 9V
  30113. 84202X
  30114. Oct 94
  30115. b--set theItem to choose file -- uncomment to test in an AS editor
  30116.     tell application "Finder"
  30117.         open item "Dev.CD Oct 94"
  30118.         activate
  30119.     end tell
  30120. on error errMsg number errNum
  30121.     --enter statements to perform when no records are found such as...
  30122.     display dialog "Sorry, the item you selected could not be found."
  30123.     return
  30124. end try
  30125. All Packages
  30126. System UpdateO
  30127. Dev.CD Oct 94P
  30128. Dev.CD Oct 9V
  30129. 84203X
  30130. Oct 94
  30131. b--set theItem to choose file -- uncomment to test in an AS editor
  30132.     tell application "Finder"
  30133.         open item "Dev.CD Oct 94"
  30134.         activate
  30135.     end tell
  30136. on error errMsg number errNum
  30137.     --enter statements to perform when no records are found such as...
  30138.     display dialog "Sorry, the item you selected could not be found."
  30139.     return
  30140. end try
  30141. All Packages
  30142. System UpdateO
  30143. Dev.CD Oct 94P
  30144. Dev.CD Oct 9V
  30145. 84204X
  30146. Oct 94
  30147. e    No Changef
  30148. QuickTime
  30149. browser
  30150. Dev.CD Aug 00 TC Disk 2
  30151. All Packages
  30152. MovieCallbacksI
  30153. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  30154. MovieCallbacks
  30155. MovieCallbacks.zip
  30156. README.txt
  30157. Feb 00
  30158. - Common
  30159.     - Sun Compliant Java Runtime Environment 1.1
  30160.     - QuickTime 3 
  30161.     - QTJava.zip
  30162.     - QTJava media samples
  30163. - Mac OS:
  30164.     - System 8 or later
  30165.     - Macintosh Runtime for Java (MRJ) 2.1
  30166. - Windows 95, 98, or NT::
  30167.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30168. QuickTime, Java, MRJOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:P[Dev.CD Aug 00 TC Disk 2
  30169.  - Sample Code
  30170.  - QuickTime
  30171.  - QuickTime for Java
  30172.  - MovieCallbacksV
  30173. 83304X
  30174. Aug 00^    TC Disk 2
  30175. e    No Change
  30176. CD Sep 00 RL Disk 1
  30177. All Packages
  30178. Driver Installer
  30179. 81463X
  30180. --set theItem to choose file -- uncomment to test in an AS editor
  30181.     tell application "Finder"
  30182.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:"
  30183.         activate
  30184.     end tell
  30185. on error errMsg number errNum
  30186.     --enter statements to perform when no records are found such as...
  30187.     display dialog "Sorry, the item you selected could not be found."
  30188.     return
  30189. end try
  30190. 83872X
  30191. Aug 00^    TC Disk 2
  30192. --set theItem to choose file -- uncomment to test in an AS editor
  30193.     tell application "Finder"
  30194.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:"
  30195.         activate
  30196.     end tell
  30197. on error errMsg number errNum
  30198.     --enter statements to perform when no records are found such as...
  30199.     display dialog "Sorry, the item you selected could not be found."
  30200.     return
  30201. end try
  30202. e    No ChangefEQuickTime
  30203. Sound
  30204. Utilities
  30205. Track
  30206. Audio
  30207. Buffer
  30208. Volumes
  30209. Compressionq
  30210. Dev.CD Aug 00 TC Disk 2
  30211. All Packages
  30212. SoundSprocketTestI
  30213. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  30214. Feb 00V
  30215. 83873X
  30216. 1e    No Change
  30217. extractor
  30218. plug-ins
  30219. content
  30220. extra
  30221. text-handling
  30222. text-to-speech
  30223. textbegin/end
  30224. textbox
  30225. textedit
  30226. textedit-based
  30227. textstyle
  30228. texttotypeintlcoerci
  30229. texture
  30230. textured
  30231. than{
  30232. thanks
  30233. dialog box that appears.
  30234. Note: QuickTime Conferencing supports Apple built-in video.  Apple cannot guarantee compatibility with third-party video input cards. 
  30235. A Note Regarding Interoperability
  30236. QuickTime Conferencing is the foundation for a broad range of Apple and third-party video and document conferencing solutions.
  30237. QuickTime Conferencing supports open standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  30238. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  30239. s point of view, regardless of the computer, network service, or devices being used.
  30240. Install QuickTime Conferencing
  30241. Marketing Stuff
  30242. Programming Stuff
  30243. QTC Technical Backgrounder
  30244. QuickTime Conf. - Read Me First
  30245. Using QuickTime ConferencingK
  30246. Apr 96
  30247. All Packages
  30248. QuickDraw GXO
  30249. Dev.CD Apr 95P
  30250. Dev.CD Apr 9V
  30251. 83603X
  30252. Apr 95
  30253. b--set theItem to choose file -- uncomment to test in an AS editor
  30254.     tell application "Finder"
  30255.         open item "Dev.CD Apr 95"
  30256.         activate
  30257.     end tell
  30258. on error errMsg number errNum
  30259.     --enter statements to perform when no records are found such as...
  30260.     display dialog "Sorry, the item you selected could not be found."
  30261.     return
  30262. end try
  30263. All Packages
  30264. QuickDraw GXO
  30265. Dev.CD Apr 95
  30266. Dev.CD Jan 95P
  30267. Dev.CD Apr 95
  30268. Dev.CD Jan 9V
  30269. 83604X
  30270. Apr 95
  30271. p--set theItem to choose file -- uncomment to test in an AS editor
  30272.     tell application "Finder"
  30273.         open item "Dev.CD Apr 95
  30274. Dev.CD Jan 95"
  30275.         activate
  30276.     end tell
  30277. on error errMsg number errNum
  30278.     --enter statements to perform when no records are found such as...
  30279.     display dialog "Sorry, the item you selected could not be found."
  30280.     return
  30281. end try
  30282. All Packages
  30283. QuickDraw GXV
  30284. 83605X
  30285. f--set theItem to choose file -- uncomment to test in an AS editor
  30286.     tell application "Finder"
  30287.         open item "Dev.CD Jun 97 SSW"
  30288.         activate
  30289.     end tell
  30290. on error errMsg number errNum
  30291.     --enter statements to perform when no records are found such as...
  30292.     display dialog "Sorry, the item you selected could not be found."
  30293.     return
  30294. end try
  30295. kSoundApp.p is a sample application source file for demonstrating
  30296. the Sound Manager.  It requires the use of the SoundUnit to handle
  30297. all of the sound routines.  This portion of the source code handles the
  30298. application
  30299. s management of memory, errors, user interface, etc..
  30300. The read me notes are here in the source code because people tend to
  30301. not read them otherwise.
  30302. Example sounds
  30303. README
  30304. SoundApp (68K)
  30305. SoundApp (68K).SYM
  30306. SoundApp (68K).
  30307. SoundApp (PPC)
  30308. SoundApp (PPC).xSYM
  30309. SoundApp (PPC).
  30310. SoundApp.c
  30311. SoundApp.make
  30312. SoundApp.r
  30313. SoundApp.rsrc
  30314. SoundAppSnds.r
  30315. SoundUnit.c
  30316. SoundUnit.hK
  30317. Jun 95L
  30318. Apr 97M,6.0.x and higher, Sound Manager 3.0 or laterN
  30319. sound, SoundAppO2Dev.CD Aug 00 TC Disk 1:Tool Chest:Sound:SoundApp:P:Dev.CD Aug 00 TC Disk 1
  30320.  - Tool Chest
  30321.  - Sound
  30322.  - SoundApp
  30323. 83743X
  30324. Apr 00^
  30325. --set theItem to choose file -- uncomment to test in an AS editor
  30326.     tell application "Finder"
  30327.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  30328.  VR:"
  30329.         activate
  30330.     end tell
  30331. on error errMsg number errNum
  30332.     --enter statements to perform when no records are found such as...
  30333.     display dialog "Sorry, the item you selected could not be found."
  30334.     return
  30335. end try
  30336. Deletedq
  30337. Dev.CD Apr 00 SDK1
  30338. All Packages
  30339. QuickTime VR Tools 1.0b2
  30340. 83744X
  30341. aliasn
  30342. alias
  30343. hypercard
  30344. system
  30345. alias
  30346. manager
  30347. relative
  30348. alias
  30349. alternatebufferdisplr
  30350. altivec
  30351. altivec
  30352. emulator
  30353. analysis
  30354. animateentry
  30355. animatepalette
  30356. animation
  30357. antlr
  30358. antlr
  30359. pccts
  30360. parser
  30361. generator
  30362. compiler
  30363. tools
  30364. appearanceu
  30365. appearance
  30366. gworld
  30367. off-screen
  30368. appearance
  30369. keyboard
  30370. function
  30371. keysv
  30372. appearance
  30373. manageru
  30374. appleb
  30375. apple
  30376. guide
  30377. systems
  30378. apple
  30379. apple
  30380. guide
  30381. apple
  30382. apple
  30383. apple
  30384. developer
  30385. newsz
  30386. apple
  30387. share
  30388. authentication
  30389. pbvolumemount
  30390. appleeventa
  30391. e    No Changeq
  30392. Dev.CD Aug 00 TC Disk 2
  30393. All Packages
  30394. MovieBrowserI
  30395. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser will open this document and act as a browser environment to the movies.J
  30396. BrowserMaker.c
  30397. MovieBrowser.c
  30398. MovieBrowser.rsrc
  30399. MW BrowserMaker
  30400. MW MovieBrowser
  30401. MW68k BrowserMaker.
  30402. MW68k MovieBrowser.
  30403. README
  30404. TH BrowserMaker
  30405. TH BrowserMaker.
  30406. TH MovieBrowser.
  30407. TH MovieBrowser.
  30408. .rsrc
  30409. TH MovieBrowser
  30410. M    QuickTimeN
  30411. QuickTime, browser
  30412. OCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:PNDev.CD Aug 00 TC Disk 2
  30413.  - Sample Code
  30414.  - QuickTime
  30415.  - Goodies
  30416.  - MovieBrowserV
  30417. 83303X
  30418. Aug 00^    TC Disk 2
  30419. e    No Change
  30420. oneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  30421. ORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Aug 00 TC Disk 1
  30422.  - Sample Code
  30423.  - Devices and Hardware
  30424.  - Disks
  30425.  - DriverGestalt DemoV
  30426. 81464X
  30427. 1e    No Change
  30428. modeP
  30429. modelb
  30430. modeled
  30431. modeless
  30432. modelesssample
  30433. modelesssample
  30434. source
  30435. sample
  30436. illustrating
  30437. modeling
  30438. modelsu
  30439. modemU
  30440. moderate
  30441. moderated
  30442. moderately
  30443. modermu
  30444. modern
  30445. modernization
  30446. modernized
  30447. modes
  30448. modification
  30449. modified`
  30450. modifier
  30451. modifiers
  30452. modify
  30453. modifying
  30454. --set theItem to choose file -- uncomment to test in an AS editor
  30455.     tell application "Finder"
  30456.         open item "Dev.CD Apr 94
  30457. Dev.CD Jan 94
  30458. Dev.CD Oct 93
  30459. Dev.CD Jul 93
  30460. Dev.CD Apr 93"
  30461.         activate
  30462.     end tell
  30463. on error errMsg number errNum
  30464.     --enter statements to perform when no records are found such as...
  30465.     display dialog "Sorry, the item you selected could not be found."
  30466.     return
  30467. end try
  30468. tscape{
  30469. netsprocket
  30470. netstat
  30471. netware
  30472. networkB
  30473. network-aware
  30474. network-connected
  30475. network/hard-disk
  30476. networkable
  30477. networking{
  30478. e    No Changeq
  30479. Dev.CD Aug 00 TC Disk 1
  30480. All Packages
  30481. System 7.0 WDEFI
  30482. Summary: System 7.0 standard window definition procedure.
  30483. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  30484. StandardWDEF.aK
  30485. Vol VIIIM
  30486. System 7.0O;Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:PCDev.CD Aug 00 TC Disk 1
  30487.  - Tool Chest
  30488.  - Toolbox
  30489.  - System 7.0 WDEFV
  30490. 83929X
  30491. Aug 00^    TC Disk 1
  30492. --set theItem to choose file -- uncomment to test in an AS editor
  30493.     tell application "Finder"
  30494.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:"
  30495.         activate
  30496.     end tell
  30497. on error errMsg number errNum
  30498.     --enter statements to perform when no records are found such as...
  30499.     display dialog "Sorry, the item you selected could not be found."
  30500.     return
  30501. end try
  30502. e    No Changeq
  30503. Dev.CD Aug 00 TC Disk 1
  30504. All Packages
  30505. System 7.5 Update 1.0O
  30506. Dev.CD Jan 96 SSWP
  30507. Dev.CD Jan 96 SSV
  30508. 83930X
  30509. Jan 96
  30510. window's
  30511. windowcolors
  30512. windowcompare
  30513. windowed
  30514. windowpicker
  30515. windowsq
  30516. windows
  30517. developers
  30518. quicktime
  30519. within
  30520. products
  30521. end try
  30522. e    No ChangefiDriver Gestalt
  30523. disk drivers
  30524. device
  30525. driver
  30526. block
  30527. storage
  30528. CD ROM
  30529. CD-ROM
  30530. hard disk
  30531. DriverGestalt Demo 
  30532. Dev.CD Aug 00 TC Disk 1
  30533. All Packages
  30534. DriverGestaltExplorerI
  30535. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  30536. s support of Driver Gestalt.J
  30537. DriverGestaltExplorer(PPC)
  30538. DriverGestaltExplorer.c
  30539. DriverGestaltExplorer.mcp
  30540. Read Me 
  30541.  DriverGestaltExplorer
  30542. TradDriverLoaderLibK
  30543. Jun 98V
  30544. 81465X
  30545. 1e    No Change
  30546. xe    No Changef2Installer
  30547. CheckGestalt
  30548. script
  30549. UserFunction Gestaltq
  30550. Dev.CD Aug 00 TC Disk 2
  30551. yD!All Packages
  30552. Mac OS SDK Edition
  30553. F    UtilitiesI
  30554. This package contains AppleShare 3.6.5, Disk Copy, Disk First Aid, Drive Setup, and Simple Text as shipped with Mac OS 8.6 International version.J
  30555. 5xxx/6xxx Tester 1.1
  30556. About the Utilities
  30557. Acrobat Reader 4.0.1
  30558. AppleShare 3.6.5
  30559. Disk Copy
  30560. Disk First Aid
  30561. Drive Utilities
  30562. HyperCard Player
  30563. Macintosh CD-ROM Setup 5.3.2
  30564. SimpleTextK
  30565. Jul 99N"Disk, Drive Setup, Aid,  utilitiesO
  30566. Dev.CD Jul 00 SDK1:Utilities:P
  30567. Dev.CD Jul 00 SDK1
  30568.  - UtilitiesV
  30569. 84281X
  30570. Jul 00^
  30571. r--set theItem to choose file -- uncomment to test in an AS editor
  30572.     tell application "Finder"
  30573.         open item "Dev.CD Jul 00 SDK1:Utilities:"
  30574.         activate
  30575.     end tell
  30576. on error errMsg number errNum
  30577.     --enter statements to perform when no records are found such as...
  30578.     display dialog "Sorry, the item you selected could not be found."
  30579.     return
  30580. end try
  30581. e    No Change
  30582. printer
  30583. driver
  30584. printers
  30585. printing
  30586. folks
  30587. other
  30588. applications
  30589. running
  30590. sample
  30591. microsoft
  30592. quicktime
  30593. classes
  30594. someday
  30595. FP!Dev.CD Jun 97 SSW
  30596. Dev.CD Dec 96 SV
  30597. 83718X
  30598. Jun 97
  30599. w--set theItem to choose file -- uncomment to test in an AS editor
  30600.     tell application "Finder"
  30601.         open item "Dev.CD Jun 97 SSW
  30602. Dev.CD Dec 96 SE"
  30603.         activate
  30604.     end tell
  30605. on error errMsg number errNum
  30606.     --enter statements to perform when no records are found such as...
  30607.     display dialog "Sorry, the item you selected could not be found."
  30608.     return
  30609. end try
  30610. All Packages
  30611. F    QuickTimeO"Dev.CD Jun 97 SSW
  30612. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  30613. Dev.CD Dec 96 SV
  30614. 83719X
  30615. Jun 97
  30616. w--set theItem to choose file -- uncomment to test in an AS editor
  30617.     tell application "Finder"
  30618.         open item "Dev.CD Jun 97 SSW
  30619. Dev.CD Dec 96 SE"
  30620.         activate
  30621.     end tell
  30622. on error errMsg number errNum
  30623.     --enter statements to perform when no records are found such as...
  30624.     display dialog "Sorry, the item you selected could not be found."
  30625.     return
  30626. end try
  30627. All Packages
  30628. F    QuickTimeV
  30629. 83720X
  30630. create
  30631. tion "Finder"
  30632.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestaltExplorer:"
  30633.         activate
  30634.     end tell
  30635. on error errMsg number errNum
  30636.     --enter statements to perform when no records are found such as...
  30637.     display dialog "Sorry, the item you selected could not be found."
  30638.     return
  30639. end try
  30640. e    No Changef]device
  30641. driver
  30642. block
  30643. storage
  30644. Driver Gestalt
  30645. CD-ROM
  30646. CD ROM
  30647. hard disk
  30648. DriverGestaltExplorerq
  30649. Dev.CD Aug 00 TC Disk 1
  30650. All Packages
  30651. F    DroneZone
  30652. 81466X
  30653. couldn't
  30654. counter
  30655. counterclockwise
  30656. counterpart
  30657. counterparts
  30658. countersA
  30659. counting
  30660. country
  30661. counts
  30662. couple
  30663. courseS
  30664. coursesS
  30665. courseware
  30666. cover
  30667. covered
  30668. covers
  30669. cpu's
  30670. craig
  30671. crashX
  30672. crashed
  30673. crashesW
  30674. crashing
  30675. crawl
  30676. crawls
  30677. create]
  30678. e    No Changeq
  30679. Dev.CD Aug 00 TC Disk 1
  30680. All Packages
  30681. F    MouseInfoI
  30682. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  30683. 5About.cp
  30684. About.h
  30685. Definitions.h
  30686. IncludeFiles.h
  30687. MMouseInfo.cp
  30688. MouseInfo.MAMake
  30689. MouseInfo.r
  30690. PICT.rsrc
  30691. READMEFIRST
  30692. ResourceConstants.h
  30693. UAppFrameAdorner.cp
  30694. UAppFrameAdorner.h
  30695. UMenuedWindow.cp
  30696. UMenuedWindow.h
  30697. UMouseDocument.cp
  30698. UMouseDocument.h
  30699. UMouseInfo.cp
  30700. UMouseInfo.h
  30701. UMouseTrackBehavior.cp
  30702. UMouseTrackBehavior.h
  30703. M(MacApp 3.0 or later, System 7.0 or laterN
  30704. MacApp, behavior, MouseInfoOIDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:PTDev.CD Aug 00 TC Disk 2
  30705.  - Sample Code
  30706.  - Platforms and Tools
  30707.  - MacApp
  30708.  - MouseInfoV
  30709. 83301X
  30710. Aug 00^    TC Disk 2
  30711. e    No Change
  30712. --set theItem to choose file -- uncomment to test in an AS editor
  30713.     tell application "Finder"
  30714.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:"
  30715.         activate
  30716.     end tell
  30717. on error errMsg number errNum
  30718.     --enter statements to perform when no records are found such as...
  30719.     display dialog "Sorry, the item you selected could not be found."
  30720.     return
  30721. end try
  30722. til the code is updated, also should not be used as the foundation of a
  30723.  real project.
  30724. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  30725. You will need to download InputSprocket 1.2.1 in order to build this project.
  30726. Feb 00
  30727. --set theItem to choose file -- uncomment to test in an AS editor
  30728.     tell application "Finder"
  30729.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:"
  30730.         activate
  30731.     end tell
  30732. on error errMsg number errNum
  30733.     --enter statements to perform when no records are found such as...
  30734.     display dialog "Sorry, the item you selected could not be found."
  30735.     return
  30736. end try
  30737. e    No Changef
  30738. MacApp
  30739. behavior
  30740. MouseInfoq
  30741. Dev.CD Aug 00 TC Disk 2
  30742. All Packages
  30743. MovableModalI
  30744. MoveableModal is a source code sample illustrating how to implement a Moveable Modal dialog. Moveable Modal dialogs behave in a way similar to non-modal dialog windows, but they remain in front of all other windows until they are closed.J1MModal(PPC)
  30745. MModal.c
  30746. MModal.rsrc
  30747. MovableModal.mcpOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:MovableModal:PQDev.CD Aug 00 TC Disk 2
  30748.  - Sample Code
  30749.  - Human Interface Toolbox
  30750.  - MovableModalV
  30751. 83302X
  30752. Aug 00^    TC Disk 2
  30753. --set theItem to choose file -- uncomment to test in an AS editor
  30754.     tell application "Finder"
  30755.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:MovableModal:"
  30756.         activate
  30757.     end tell
  30758. on error errMsg number errNum
  30759.     --enter statements to perform when no records are found such as...
  30760.     display dialog "Sorry, the item you selected could not be found."
  30761.     return
  30762. end try
  30763. Updatedf=PDF
  30764. documentation
  30765. printable format
  30766. PDF printing instructions
  30767. Dev.CD Sep 00 RL Disk 2
  30768. DD(All Packages
  30769. Reference Library Edition
  30770. F"Technical Publications: Enterprise
  30771. Enterprise and Internet Documentation (HTML and PDF formats)
  30772. Includes:
  30773. Web Objects Documentation
  30774. -WebObjects 3.5 Library
  30775. -Getting Started With WebObjects
  30776. -WebObjects Developer's Guide
  30777. -Release Notes
  30778. Enterprise Objects Documentation:
  30779. -Enterprise Objects 2.2
  30780. -Using Enterprise Objects Framework With OPENSTEP
  30781. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  30782. J+enterprise.html
  30783. index.html
  30784. WebObjects:K
  30785. Dec 97L
  30786. Dec 98O3Dev.CD Dec 99 RL:Technical Publications:enterprise:P8Dev.CD Dec 99 RL
  30787.  - Technical Publications
  30788.  - enterpriseV
  30789. 84228X
  30790. Dec 99^
  30791. dutch
  30792. dykstra-erickson
  30793. dylan
  30794. dynamic
  30795. dynamically
  30796. dynamo
  30797. 83890X
  30798. Aug 00^    TC Disk 2
  30799. --set theItem to choose file -- uncomment to test in an AS editor
  30800.     tell application "Finder"
  30801.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:stdFilterHacking:"
  30802.         activate
  30803.     end tell
  30804. on error errMsg number errNum
  30805.     --enter statements to perform when no records are found such as...
  30806.     display dialog "Sorry, the item you selected could not be found."
  30807.     return
  30808. end try
  30809. e    No Changeq
  30810. Dev.CD Aug 00 TC Disk 2
  30811. All Packages
  30812. StopXPP dcmdI
  30813. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  30814. Networks.imgK
  30815. May 93O@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  30816.  - Tool Chest
  30817.  - Testing & Debugging
  30818.  - NetworksV
  30819. 83891X
  30820. Aug 00^    TC Disk 1
  30821. e    No Change
  30822. xfcns
  30823. 1.3.6
  30824. 1.0a13
  30825. zaptcp
  30826. zaptcp
  30827. 1.2.1
  30828. zoneranger
  30829. zoneranger
  30830. tutorial
  30831. zoomed
  30832. zoomed
  30833. video
  30834. driver
  30835. zoomrecter
  30836. zoomwindow
  30837. zzportlist
  30838. zzportlist
  30839. 0.005
  30840. 01730-0108
  30841. 01760
  30842. 0xabc9
  30843. PHDev.CD Aug 00 TC Disk 1
  30844.  - Tool Chest
  30845.  - Localization
  30846.  - ShowDialogBoxesV
  30847. 83822X
  30848. Aug 00^    TC Disk 1
  30849. --set theItem to choose file -- uncomment to test in an AS editor
  30850.     tell application "Finder"
  30851.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:"
  30852.         activate
  30853.     end tell
  30854. on error errMsg number errNum
  30855.     --enter statements to perform when no records are found such as...
  30856.     display dialog "Sorry, the item you selected could not be found."
  30857.     return
  30858. end try
  30859. e    No Changef
  30860. Testing
  30861. Internationalq
  30862. Dev.CD Aug 00 TC Disk 1
  30863. All Packages
  30864. ShowInitIconIRThis code is intended to let INIT writers easily display an icon at startup time.
  30865. J-ShowInitIcon.c
  30866. ShowInitIcon.h
  30867. Usage & HistoryK
  30868. Aug 95N
  30869. INIT, iconOTDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:PbDev.CD Aug 00 TC Disk 1
  30870.  - Sample Code
  30871.  - Devices and Hardware
  30872.  - Disks
  30873.  - RAMDisk
  30874.  - ShowInitIconV
  30875. 83823X
  30876. Aug 00^    TC Disk 1
  30877. e    No Change
  30878. NGMacApp, Windows Menu, Cascade Windows, Close All Windows, Windows Menu
  30879. OLDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:PWDev.CD Aug 00 TC Disk 2
  30880.  - Sample Code
  30881.  - Platforms and Tools
  30882.  - MacApp
  30883.  - Windows Menumats@
  30884. fstubs@
  30885. fullsfpack
  30886. gender-based
  30887. title
  30888. creation
  30889. getdraghilitecolor
  30890. getkeys@
  30891. glossar@
  30892. graphics
  30893. graphics
  30894. graphicsimporter68k@
  30895. guide@
  30896. gxgraphics@
  30897. hack@
  30898. hardware
  30899. systems@
  30900. hotsauce@
  30901. human
  30902. interface
  30903. guidelines@
  30904. hypercard
  30905. player@
  30906. iconcachedemo@
  30907. ideas
  30908. opportunities
  30909. info@
  30910. imagecompositing
  30911. import@
  30912. interaction
  30913. sample@
  30914. resources@
  30915. runtime
  30916. architecture@
  30917. sampleutils@
  30918. sender@
  30919. soundoutputdispatch@
  30920. sprites@
  30921. structures@
  30922. telephony@
  30923. testmagic@
  30924. topics@
  30925. ion. MOSL also supports data comparison for most revelant data types.
  30926. The MoreOSL library is targetted to run on a PowerPC with Mac OS 8.5 and above. It compiles and works best under Carbon, but it will compile and work with InterfaceLib.
  30927. !Read Me
  30928. MIB_Carbon.h
  30929. MoreAppearance
  30930. MoreAppleEvents
  30931. MoreDebugging
  30932. MoreDialogs
  30933. MoreMemory
  30934. MoreNavigation
  30935. MoreOSL
  30936. MoreProcesses
  30937. MoreQuickDraw
  30938. MoreResources
  30939. MoreSetup.h
  30940. MoreSetup.r
  30941. MoreTextUtils
  30942. MoreToolbox
  30943. MoreWindows
  30944. PLStringFuncsK
  30945. Aug 00M
  30946. Mac OS 8.5N<AppleScript, OSL, ObjectSupportLib, scripting implementationOBDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreOSL:PJDev.CD Aug 00 TC Disk 2
  30947.  - Sample Code
  30948.  - Interapplication Comm
  30949.  - MoreOSLpDisk 1.0b5:P/Dev.CD Dec 99 RL
  30950.  - Utilities
  30951.  - DropDisk 1.0b5V
  30952. 81468X
  30953. Dec 99^
  30954. powerpc-based
  30955. powerpc-savvy
  30956. powerplant
  30957. powers
  30958. powertalk{
  30959. powertalk-savvy
  30960. powertracer
  30961. pparameter
  30962. ppc/appleevent
  30963. practical
  30964. practice
  30965. practices
  30966. pre-7.0
  30967. pre-7.5
  30968. pre-defined
  30969. pre-emptively
  30970. pre-installed
  30971. pre-mac
  30972. pre-measured
  30973. pre-mixer
  30974. pre-print
  30975. pre-release
  30976. pre-releases
  30977. pre-rotated
  30978. pre-scripted
  30979. pre-testing
  30980. pre-train
  30981. pre-translate
  30982. preceding
  30983. precision
  30984. predecessor
  30985. predefined
  30986. predetermined
  30987. predicates
  30988. predictable
  30989. prediction
  30990. preemptive
  30991. premierey
  30992. preparation
  30993. prepare
  30994. prepared
  30995. preparememoryforio
  30996. preparing
  30997. preperation
  30998. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  30999. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  31000. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  31001. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  31002. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  31003. Modal TextEdit:  
  31004. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  31005. Thread Manager Features:
  31006.  The Thread Manager is supported by Apple Computer
  31007.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  31008.  Allows an application process to be broken into simple
  31009. subprocesses that proceed concurrently in the same overall 
  31010. application context.
  31011.  Easy-to-use
  31012.  programming interface
  31013.  Documentation is less than 2" thick
  31014.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  31015.  You can pass parameters on the stack (due to the above reason)
  31016.  Threads can have custom in/out context handlers
  31017.  Useful sample code provided
  31018.  Useful sample libraries provided
  31019.  Useful debugging tools provided
  31020. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  31021. e    No Changef    INIT
  31022. iconq
  31023. Dev.CD Aug 00 TC Disk 1
  31024. All Packages
  31025. F    SICN LDEFIzThis LDEF displays small icons to the left of text in a list.
  31026. The small icon is stored in the first 16 bytes of each cell.J&mylistdef.c
  31027. ppcsicn.rsrc
  31028. SICN LDEF.mcpOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SICN LDEF:PNDev.CD Aug 00 TC Disk 2
  31029.  - Sample Code
  31030.  - Human Interface Toolbox
  31031.  - SICN LDEFV
  31032. 83824X
  31033. Aug 00^    TC Disk 2
  31034. --set theItem to choose file -- uncomment to test in an AS editor
  31035.     tell application "Finder"
  31036.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SICN LDEF:"
  31037.         activate
  31038.     end tell
  31039. on error errMsg number errNum
  31040.     --enter statements to perform when no records are found such as...
  31041.     display dialog "Sorry, the item you selected could not be found."
  31042.     return
  31043. end try
  31044. e    No Changeq
  31045. Dev.CD Aug 00 TC Disk 2
  31046. All Packages
  31047. SignalsV
  31048. 83825X
  31049. dzdrone
  31050. dzdrone
  31051. dzdrone
  31052. dzevenmoreresources
  31053. universityS
  31054. unknowingly
  31055. unknown
  31056. unleash
  31057. unless
  31058. unlike
  31059. unlimited
  31060. unload
  31061. unloaded
  31062. unloading
  31063. unlocked
  31064. unlocking
  31065. unmangling
  31066. unmodified
  31067. unmount
  31068. unmount/mount
  31069. unmounted
  31070. unmounted/mounted
  31071. unmounting
  31072. unmountit
  31073. unmountprojector
  31074. unmountvol
  31075. unnecessary
  31076. unofficial
  31077. unpack
  31078. unresolved
  31079. unsupported
  31080. untested
  31081. until
  31082. unwanted
  31083. unwrapcommenttext
  31084. Jan 96
  31085. g--set theItem to choose file -- uncomment to test in an AS editor
  31086.     tell application "Finder"
  31087.         open item "Dev.CD Jan 96 SDK1"
  31088.         activate
  31089.     end tell
  31090. on error errMsg number errNum
  31091.     --enter statements to perform when no records are found such as...
  31092.     display dialog "Sorry, the item you selected could not be found."
  31093.     return
  31094. end try
  31095. All Packages
  31096. QuickDraw GXO
  31097. Dev.CD Jan 96 SDK1P
  31098. Dev.CD Jan 96 SDKV
  31099. 83580X
  31100. Jan 96
  31101. g--set theItem to choose file -- uncomment to test in an AS editor
  31102.     tell application "Finder"
  31103.         open item "Dev.CD Jan 96 SDK1"
  31104.         activate
  31105.     end tell
  31106. on error errMsg number errNum
  31107.     --enter statements to perform when no records are found such as...
  31108.     display dialog "Sorry, the item you selected could not be found."
  31109.     return
  31110. end try
  31111. All Packages
  31112. QuickDraw GXO
  31113. Dev.CD Jan 96 SDK1P
  31114. Dev.CD Jan 96 SDKV
  31115. 83581X
  31116. Jan 96
  31117. 83299X
  31118. Aug 00^    TC Disk 2
  31119. --set theItem to choose file -- uncomment to test in an AS editor
  31120.     tell application "Finder"
  31121.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreOSL:"
  31122.         activate
  31123.     end tell
  31124. on error errMsg number errNum
  31125.     --enter statements to perform when no records are found such as...
  31126.     display dialog "Sorry, the item you selected could not be found."
  31127.     return
  31128. end try
  31129. e    No Changef9AppleScript
  31130. ObjectSupportLib
  31131. scripting implementationo&http://developer.apple.com/samplecode/q
  31132. Dev.CD Aug 00 TC Disk 2
  31133. All Packages
  31134. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  31135. MountAlias Info
  31136. MountAlias Info.txtK
  31137. Vol XIM
  31138. System 7.0 requiredO:Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Aug 00 TC Disk 1
  31139.  - Tool Chest
  31140.  - Toolbox
  31141.  - MountAlias 1.0V
  31142. 83300X
  31143. Aug 00^    TC Disk 1
  31144. e    No Change
  31145. MoreOSL, or MOSL for short, is a source code library for implementing AppleScript support within your application. It has the following key features.
  31146. o C implementation -- Many AppleScript support frameworks (for example, PowerPlant, MacApp) are available to C++ applications only. MOSL is entirely written in C.
  31147. o object focused -- Historically, DTS AppleScript support samples have concentrated on supporting text scripting. MOSL ignores text scripting and concentrates on the scripting of 
  31148. discrete objects, such as windows and items within windows.
  31149. o modern -- MOSL incorporates modern AppleScript techniques, such as 'deep' object resolution. It is also fully Carbon compatible.
  31150. o well tested -- MOSL includes a test application, TestMoreOSL, that demonstrates its capabilities. It also includes a large suite of AppleScript-based tests.
  31151. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  31152. Deletedq
  31153. Dev.CD Dec 99 RL
  31154. All Packages
  31155. System UpdateO
  31156. Dev.CD Oct 94P
  31157. Dev.CD Oct 9V
  31158. 84198X
  31159. Oct 94
  31160. b--set theItem to choose file -- uncomment to test in an AS editor
  31161.     tell application "Finder"
  31162.         open item "Dev.CD Oct 94"
  31163.         activate
  31164.     end tell
  31165. on error errMsg number errNum
  31166.     --enter statements to perform when no records are found such as...
  31167.     display dialog "Sorry, the item you selected could not be found."
  31168.     return
  31169. end try
  31170. All Packages
  31171. System UpdateO)Dev.CD Oct 94
  31172. Dev.CD Apr 94
  31173. Dev.CD Jan 94P(Dev.CD Oct 94
  31174. Dev.CD Apr 94
  31175. Dev.CD Jan 9V
  31176. 84199X
  31177. Oct 94
  31178. tcp/ip
  31179. appletalk
  31180. reconfiguration
  31181. network
  31182. setup
  31183. ottcpwilldial
  31184. tcp/ip
  31185. search
  31186. tear-off
  31187. technical
  31188. technical
  31189. documentation
  31190. technical
  31191. publications
  31192. techniques
  31193. technote
  31194. technote
  31195. tedittext
  31196. telephone
  31197. telephone
  31198. manager
  31199. telephony
  31200. television
  31201. tendpointinfo
  31202. terminology
  31203. tesample
  31204. testdeviceattribute
  31205. testing
  31206. testylesample
  31207. textO
  31208. editor
  31209. encoding
  31210. encoding
  31211. converter
  31212. services
  31213. manager
  31214. services
  31215. textedit
  31216. text-to-speech
  31217. textedit
  31218. texture
  31219. thread
  31220. thread
  31221. manager
  31222. threads
  31223. thumbnail
  31224. tilisten
  31225. manager
  31226. tasks
  31227. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  31228. JfMoreInterfaceLib
  31229. MoreMemory
  31230. MoreQuickDraw
  31231. MoreSetup.h
  31232. MoreTextUtils
  31233. NetworkSetup
  31234. PLStringFuncs
  31235. Read MeK
  31236. Jan 99L
  31237. Dec 99M
  31238. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Aug 00 TC Disk 2
  31239.  - Sample Code
  31240.  - Networking
  31241.  - MoreNetworkSetup
  31242. mountprojector
  31243. mountserver
  31244. mouse
  31245. mouseinfo
  31246. mouseinfo
  31247. mamake
  31248. mouseinfo
  31249. mousoid
  31250. mousoid
  31251. movablemodal
  31252. movablemodal
  31253. moveablemodaldialog
  31254. moveablemodaldialog
  31255. moveablemodaldialog
  31256. movieY
  31257. movie
  31258. movie
  31259. movie
  31260. moviebrowser
  31261. moviebrowser
  31262. moviebrowser
  31263. moviecallbacks
  31264. moviecallbacks
  31265. moviecontrol
  31266. moviecontrol
  31267. moviefile
  31268. moviefile
  31269. moviefile
  31270. moviefile
  31271. moviegworlds
  31272. moviegworlds
  31273. moviegworlds
  31274. moviegworlds
  31275. moviegworlds
  31276. movieimport
  31277. movieimport68k
  31278. movieprefs
  31279. movieprefs
  31280. movieprefs
  31281. movieproc
  31282. moviesp
  31283. movieshop
  31284. movietoaiff
  31285. movietoaiff
  31286. movietoaiff
  31287. movietoaiff
  31288. documentation
  31289. sample
  31290. audio
  31291. features
  31292. newgworld
  31293. newgworld
  31294. newgworld
  31295. newnsptest
  31296. norway
  31297. norway
  31298. distributors/localiz
  31299. apple
  31300. product
  31301. example
  31302. noteX
  31303. notes
  31304. notestonetest
  31305. notestonetest
  31306. 1.5.1
  31307. first
  31308. library
  31309. plugins
  31310. nubus
  31311. nubus
  31312. board
  31313. registration
  31314. object
  31315. objectcode
  31316. objecthelpers
  31317. objecthelpers
  31318. objecthelpers
  31319. objects
  31320. objects68k
  31321. objectsppc
  31322. objectsupportlib
  31323. obsolete
  31324. obsolete
  31325. pre-asip
  31326. Ke    No Changef@MacOSXServer
  31327. AppKit
  31328. Foundation
  31329. Project Builder
  31330. Interface Builderq
  31331. Dev.CD Jul 99 SDK1
  31332. All Packages
  31333. New & RevisedF!Technical Publications: QuickTime
  31334. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  31335. Go to the QuickTime Site Updates page for a summary of recent changes.
  31336. J0images
  31337. qtdevdocs
  31338. quicktime.html
  31339. techpubsfind.htmK
  31340. Jan 00L
  31341. Sep 00NCQuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphicsO8Dev.CD Sep 00 RL Disk 2:TechnicalPublications:quicktime:P=Dev.CD Sep 00 RL Disk 2
  31342.  - TechnicalPublications
  31343.  - quicktimeV
  31344. 84236X
  31345. Sep 00^    RL Disk 2b
  31346. Revised
  31347. #<http://developer.apple.com/techpubs/quicktime/quicktime.html
  31348. dboxproc
  31349. dcmdi
  31350. dcmdsc
  31351. deals
  31352. deanna
  31353. deatherage
  31354. debabelizer
  31355. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW Pascal, and MPW C.  It is a "jazzed-up" version of the original MacApp UFailure unit, and it includes a set of C interfaces too.J
  31356. CTestSignal
  31357. CTestSignal.c
  31358. CTestSignal.c.o
  31359. CTestSignal.make
  31360. Note-register variables
  31361. PTestSignal
  31362. PTestSignal.make
  31363. PTestSignal.p
  31364. PTestSignal.p.o
  31365. README
  31366. UFailure.a
  31367. UFailure.a.o
  31368. UFailure.h
  31369. UFailure.inc1.p
  31370. UFailure.o
  31371. UFailure.p
  31372. UFailure.p.oN$MacApp, Exception, UFailure, SignalsO@Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:PHDev.CD Aug 00 TC Disk 2
  31373.  - Sample Code
  31374.  - Platforms and Tools
  31375.  - SignalsV
  31376. 83825X
  31377. Aug 00^    TC Disk 2
  31378. e    No Change
  31379. drawtextcomponent
  31380. drawtextcompress
  31381. drawtextcompress
  31382. N]high level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library code, MoreIsBetterO:Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:PBDev.CD Aug 00 TC Disk 2
  31383.  - Sample Code
  31384.  - Overview
  31385.  - MoreIsBetterV
  31386. 83297X
  31387. Aug 00^    TC Disk 2
  31388. --set theItem to choose file -- uncomment to test in an AS editor
  31389.     tell application "Finder"
  31390.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:"
  31391.         activate
  31392.     end tell
  31393. on error errMsg number errNum
  31394.     --enter statements to perform when no records are found such as...
  31395.     display dialog "Sorry, the item you selected could not be found."
  31396.     return
  31397. end try
  31398. e    No ChangefUhigh level
  31399. toolbox
  31400. MoreFiles
  31401. MoreIsBetter
  31402. wrapper
  31403. library code
  31404. MoreIsBetterq
  31405. Dev.CD Aug 00 TC Disk 2
  31406. All Packages
  31407. MoreNetworkSetup
  31408. 83298X
  31409. 83298X
  31410. Aug 00^    TC Disk 2
  31411. --set theItem to choose file -- uncomment to test in an AS editor
  31412.     tell application "Finder"
  31413.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:MoreNetworkSetup:"
  31414.         activate
  31415.     end tell
  31416. on error errMsg number errNum
  31417.     --enter statements to perform when no records are found such as...
  31418.     display dialog "Sorry, the item you selected could not be found."
  31419.     return
  31420. end try
  31421. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  31422. Dev.CD Aug 00 TC Disk 2
  31423. All Packages
  31424. MoreOSL
  31425. 83299X
  31426. t Switch.CW2.
  31427. DSp Context Switch.CW5.
  31428. Read MeK
  31429. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  31430. DrawSprocket, Context SwitchO=Dev.CD Aug 00 TC Disk 1:Sample Code:Games:DSp Context Switch:PEDev.CD Aug 00 TC Disk 1
  31431.  - Sample Code
  31432.  - Games
  31433.  - DSp Context Switch
  31434. sponding scalar (G3) implementation in the RGBA approach. For the YUV approach, the speedup is likewise impressive, with a complete inverse-wavelet-YUV image reconstruction on a 320-by-240 full color image taking less than 0.005 second on 300 MHz. G4.
  31435. JBAltiVec Wavelet.pdf
  31436. images
  31437. Output
  31438. resources
  31439. source
  31440. wavelet displayM
  31441. N-Velocity Engine, AlitVec, Wavelet, DaubechiesOXDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:PcDev.CD Aug 00 TC Disk 1
  31442.  - Sample Code
  31443.  - Devices and Hardware
  31444.  - Velocity Engine
  31445.  - VelEng Wavelet
  31446. Two-column LDEF code resource looks for a comma in the text of each cell and draws the text that follows the comma half-way across the cell
  31447. so a cell containing the text
  31448. +--------------+
  31449. | abc,def      |
  31450. +--------------+
  31451. will instead appear as
  31452. +--------------+
  31453. | abc   def    |
  31454. +--------------+
  31455. To see this LDEF in action, paste it into the ModalList sample program and recompile the program so that the LNew call uses the definition procedure 128 rather than 0
  31456. J/TwoColLDEF.c
  31457. TwoColLDEF.rsrc
  31458. TwoColumn LDEF.mcpOKDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:TwoColumn LDEF:PSDev.CD Aug 00 TC Disk 2
  31459.  - Sample Code
  31460.  - Human Interface Toolbox
  31461.  - TwoColumn LDEF
  31462. ble:  Usually, when an INIT patches a trap, changing the INIT requires reinstalling the INIT in the Extensions folder and rebooting. This snippet demonstrates a technique which allows new INIT code to replace most of the old code without the developer having to reboot.
  31463. ReKeyTrans:  Shows how to use the Script Manager and KCHRs to call KeyTrans.
  31464. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  31465. pet shows which colors are needed in the system color table.
  31466. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  31467. Scrap Parsing:  An example of how to parse the scrap in memory.
  31468. SetIndString:  This C function takes the same parameters as GetIndString but do
  31469. addvractions\
  31470. debugging
  31471. dsuserprocs
  31472. dsuserprocs
  31473. dsuserprocs
  31474. dsutils
  31475. dsutils
  31476. dsutils
  31477. stylechat
  31478. utilities
  31479. utilitieslib
  31480. dtscpluslib
  31481. dtscpluslib
  31482. dtscpluslibrary
  31483. dtscpluslibrary
  31484. dtsqtutilities
  31485. dtsqtutilities
  31486. dtsqtutilities
  31487. dukemovie
  31488. dukemovie
  31489. dumparpcache
  31490. dumparpcache
  31491. dumparpcache
  31492. dumparpcache
  31493. dumpnetworksetup
  31494. dumpnetworksetup
  31495. dumpnetworksetup
  31496. dumpnetworksetup
  31497. dumpscreen
  31498. dumpscreen
  31499. dumpscreen
  31500. dumpster
  31501. dutch
  31502. dutch
  31503. 1.1.3
  31504. dzdrone
  31505. dzevenmoreresources
  31506.     Bjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  31507. J English - 3.0.2
  31508. Japanese - 3.0.1K
  31509. Aug 94L
  31510. Aug 99N"QuickTime, video, streaming, audioOVDev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:PdDev.CD Apr 00 SDK1
  31511.  - Development Kits
  31512.  - Mac OS
  31513.  - QuickTime
  31514.  - QuickTime 3 Installers
  31515.  - Macintosh
  31516. coprocessorR
  31517. copybitsr
  31518. copybits
  31519. copymask
  31520. atademo
  31521. atademo
  31522. codewarrior
  31523. sample
  31524. ataerrordetector
  31525. ataerrordetector
  31526. sample
  31527. demonstrating
  31528. atg/human
  31529. atoms
  31530. atrap
  31531. atrapper
  31532. atraps
  31533. atsui
  31534. attach
  31535. attachedV
  31536. attaches
  31537. attaching
  31538. attempt
  31539. attempting
  31540. attempts
  31541. attention
  31542. attractive
  31543. attribute
  31544. attributes
  31545. audiencew
  31546. audiencesS
  31547. audio
  31548. audio
  31549. allows
  31550. start
  31551. pause
  31552. audio-only
  31553. audiocodec
  31554. audioconverter
  31555. audit
  31556. audited
  31557. wprocasm
  31558. wrapcommenttext
  31559. wrapper
  31560. wraps
  31561. wrench
  31562. wringer
  31563. writen
  31564. writer
  31565. writers
  31566.  Lookup
  31567.  LookupMenu
  31568.  MarkC
  31569.  MarkPascal
  31570.  MountProjector
  31571.  MountServer
  31572.  MyBuildMenu
  31573.  OpenCheckedOut
  31574.  OpenMultFiles
  31575.  OSErr
  31576.  PasMatIt
  31577.  Print2
  31578.  ProjectFolders
  31579.  ProjectMenu
  31580.  ProjListMenu
  31581.  Quit
  31582.  RelString
  31583.  SetMarkers
  31584.  SetMFSize
  31585.  SetProject
  31586.  SetProjector
  31587.  SourceMenu
  31588.  Srcs:
  31589.  StripUnits
  31590.  Trim
  31591.  UnmountProjector
  31592.  UnwrapCommentText
  31593.  UserStartup
  31594. Goodies
  31595.  Wild
  31596.  WrapCommentText
  31597. MPW Goodies Info
  31598. Vol IIIL
  31599. Vol VII
  31600. auditing@
  31601. automating@
  31602. balloons@
  31603. bases@
  31604. beaker@
  31605. because@
  31606. before@
  31607. being@
  31608. bending@
  31609. bill@
  31610. black-and-white@
  31611. blat@
  31612. blockreader@
  31613. boolean@
  31614. boxes@
  31615. bruce@
  31616. building@
  31617. building
  31618. system
  31619. extension@
  31620. built@
  31621. butcdef@
  31622. block@
  31623. byte@
  31624. cable@
  31625. calccmask@
  31626. calls@
  31627. calvacom@
  31628. campfire@
  31629. can't@
  31630. capable@
  31631. cases@
  31632. casey@
  31633. causes@
  31634. tracker
  31635. sample
  31636. demonstrates
  31637. challenge@
  31638. channel@
  31639. checkwindowin@
  31640. chip@
  31641. classes
  31642. classic@
  31643. clues@
  31644. cnvt@
  31645. code@
  31646. sample
  31647. which
  31648. demonstrates
  31649. ethernet
  31650. driver
  31651. code-like@
  31652. coerce@
  31653. computer-based@
  31654. computing@
  31655. concurrently
  31656. olson
  31657. ~--set theItem to choose file -- uncomment to test in an AS editor
  31658.     tell application "Finder"
  31659.         open item "Dev.CD Oct 94
  31660. Dev.CD Apr 94
  31661. Dev.CD Jan 94"
  31662.         activate
  31663.     end tell
  31664. on error errMsg number errNum
  31665.     --enter statements to perform when no records are found such as...
  31666.     display dialog "Sorry, the item you selected could not be found."
  31667.     return
  31668. end try
  31669. --set theItem to choose file -- uncomment to test in an AS editor
  31670.     tell application "Finder"
  31671.         open item "Dev.CD Apr 94
  31672. Dev.CD Jan 94
  31673. Dev.CD Oct 93
  31674. Dev.CD Jul 93
  31675. Dev.CD Apr 93"
  31676.         activate
  31677.     end tell
  31678. on error errMsg number errNum
  31679.     --enter statements to perform when no records are found such as...
  31680.     display dialog "Sorry, the item you selected could not be found."
  31681.     return
  31682. end try
  31683. one's
  31684. one-source
  31685. one-time
  31686. onescanner
  31687. online_
  31688. onlyy
  31689. Wromakeying
  31690. chrominance
  31691. chrp{
  31692. chunk
  31693. chunks
  31694. cicn's
  31695. cincludes
  31696. circumstances
  31697. claim{
  31698. claims
  31699. claris
  31700. clarisworks
  31701. clark
  31702. clash{
  31703. class
  31704. classes{
  31705. color
  31706. locator
  31707. color
  31708. marquee
  31709. color
  31710. picker
  31711. colorcdef
  31712. coloredcheckbox
  31713. colorizepict
  31714. colorpicker
  31715. colorpicker
  31716. 2.1.1
  31717. colorpopupmenus
  31718. colorsync
  31719. colorsync
  31720. colorsync
  31721. photoshop
  31722. plugins
  31723. communication
  31724. communications
  31725. communications
  31726. toolbox
  31727. component
  31728. compositedeffects
  31729. compressed
  31730. compressed
  31731. compression
  31732. compressmovies
  31733. computer-based
  31734. computer-based
  31735. media
  31736. broadcast
  31737. concordia
  31738. conferencing
  31739. config
  31740. config&interleave
  31741. contacts
  31742. content
  31743. context
  31744. contextualmenumanage
  31745. contextualmenumanage
  31746. 1.0.3
  31747. control
  31748. control
  31749. strip
  31750. controlbackground
  31751. controlkeypatch
  31752. controlrgn
  31753. controlstrip
  31754. controlstrip
  31755. controlstripsample
  31756. gopher
  31757. p--set theItem to choose file -- uncomment to test in an AS editor
  31758.     tell application "Finder"
  31759.         open item "Dev.CD Apr 94
  31760. Dev.CD Jan 94"
  31761.         activate
  31762.     end tell
  31763. on error errMsg number errNum
  31764.     --enter statements to perform when no records are found such as...
  31765.     display dialog "Sorry, the item you selected could not be found."
  31766.     return
  31767. end try
  31768. setsoundinput
  31769. setting
  31770. O3Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:P;Dev.CD Aug 00 TC Disk 2
  31771.  - Sample Code
  31772.  - Java
  31773.  - SlideShowV
  31774. 83835X
  31775. Aug 00^    TC Disk 2
  31776. --set theItem to choose file -- uncomment to test in an AS editor
  31777.     tell application "Finder"
  31778.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:"
  31779.         activate
  31780.     end tell
  31781. on error errMsg number errNum
  31782.     --enter statements to perform when no records are found such as...
  31783.     display dialog "Sorry, the item you selected could not be found."
  31784.     return
  31785. end try
  31786. e    No Changef
  31787. QuickTime
  31788. Dev.CD Aug 00 TC Disk 2
  31789. All Packages
  31790. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  31791. Slot Look info.txt
  31792. Slotlook
  31793. Slotlook.c
  31794. Slotlook.c.o
  31795. Slotlook.make
  31796. Slotlook.rK
  31797. Oct 92OHDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PSDev.CD Aug 00 TC Disk 1
  31798.  - Tool Chest
  31799.  - Devices
  31800.  - NuBus/Slot Manager
  31801.  - Slot LookV
  31802. 83836X
  31803. 1e    No Change
  31804. 83764X
  31805. Oct 97^
  31806. --set theItem to choose file -- uncomment to test in an AS editor
  31807.     tell application "Finder"
  31808.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  31809.         activate
  31810.     end tell
  31811. on error errMsg number errNum
  31812.     --enter statements to perform when no records are found such as...
  31813.     display dialog "Sorry, the item you selected could not be found."
  31814.     return
  31815. end try
  31816. e    No Changeq
  31817. Dev.CD Oct 97 SDK1
  31818. uD!All Packages
  31819. Tool Chest Edition
  31820. Rinaldi Collection
  31821. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  31822. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  31823. Issues: Send any comments, bug reports, suggestions to:
  31824. AppleLink: RINALDI1
  31825. CalvaCom : FR10
  31826. Compuserve : 71170,2111
  31827. Internet : RINALDI1@APPLELINK@APPLE.COM  
  31828. Deleted
  31829. apisu
  31830. apocrypha
  31831. apoplexy
  31832. appearance-aware
  31833. appeared
  31834. appearing
  31835. appears
  31836. append
  31837. appendages
  31838. appendditl
  31839. appendix
  31840. appleP
  31841. microphone
  31842. middleware
  31843. missA
  31844. mixed
  31845. mixed
  31846. v1.5.2
  31847. v1.5.3
  31848. validator
  31849. validator
  31850. validator
  31851. documentation
  31852. validator
  31853. documentation
  31854. variable
  31855. variables
  31856. vbigdsp
  31857. vblsample
  31858. vblsnippet
  31859. vblsnippet
  31860. vblsnippet
  31861. vblsnippet
  31862. vblsnippet
  31863. vectors
  31864. verbose
  31865. verbose
  31866. debug
  31867. verifier
  31868. verifier
  31869. version
  31870. version
  31871. history
  31872. version
  31873. history
  31874. version
  31875. versionedit
  31876. versioninfo
  31877. versioninfo
  31878. versionsv
  31879. count
  31880. vertest
  31881. vertest
  31882. vertest
  31883. vertest
  31884. vertest
  31885. vfactor
  31886. vfactor
  31887. vfactor
  31888. vfactor
  31889. source
  31890. victim
  31891. video
  31892. videoframetogworld
  31893. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shouE\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  31894. Communications Toolbox
  31895. Contributed
  31896. Devices and Hardware
  31897. Files
  31898. Games
  31899. Graphics 2D
  31900. Graphics 3D
  31901. Help Systems
  31902. Human Interface Toolbox
  31903. Interapplication Comm
  31904. Memory
  31905. Networking
  31906. OS Utilities
  31907. Overview
  31908. Platforms and Tools
  31909. Printing
  31910. Processes
  31911. QuickTime
  31912. Runtime Architecture
  31913. Sound
  31914. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsO$Dev.CD Aug 00 TC Disk 2:Sample Code:
  31915. P&Dev.CD Aug 00 TC Disk 2
  31916.  - Sample Code how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  31917. J-dk.bat
  31918. DukeMovie
  31919. DukeMovie.zip
  31920. README.txt
  31921. Feb 00
  31922. - Common
  31923.     - Sun Compliant Java Runtime Environment 1.1
  31924.     - QuickTime 3 
  31925.     - QTJava.zip
  31926.     - QTJava media samples
  31927. - Mac OS:
  31928.     - System 8 or later
  31929.     - Macintosh Runtime for Java (MRJ) 2.1
  31930. - Windows 95, 98, or NT::
  31931.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31932. QuickTime, Java, MRJOUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DukeMovie:PcDev.CD Aug 00 TC Disk 2
  31933.  - Sample Code
  31934.  - QuickTime
  31935.  -  All Java
  31936.  - QuickTime for Java
  31937.  - DukeMovie
  31938. aPbDev.CD Sep 97 RL
  31939.  - Technical Documentation
  31940.  - Toolbox Assistant
  31941.  - QuickView Databases-Standalone    
  31942. backu
  31943. back-buffer
  31944. backbone
  31945. backbuffer
  31946. backflips
  31947. backgrounde
  31948. background-only
  31949. backgrounds
  31950. backlight
  31951. backs
  31952. backscrap
  31953. backscrap
  31954. system
  31955. extension
  31956. which
  31957. detects
  31958. draws
  31959. backward
  31960. backwards
  31961. bal's
  31962. balance
  31963. balloon
  31964. 83296X
  31965. Aug 00^    TC Disk 2
  31966. y--set theItem to choose file -- uncomment to test in an AS editor
  31967.     tell application "Finder"
  31968.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  31969.         activate
  31970.     end tell
  31971. on error errMsg number errNum
  31972.     --enter statements to perform when no records are found such as...
  31973.     display dialog "Sorry, the item you selected could not be found."
  31974.     return
  31975. end try
  31976. Movedf&Finder AppleEvents FinderEvents eventsq
  31977. Dev.CD Aug 00 TC Disk 2
  31978. All Packages
  31979. MoreIsBetter
  31980. "MoreIsBetter is a code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  31981. It contains wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  31982. J+MIB-Clients
  31983. MIB-Documentation
  31984. MIB-LibrariesK
  31985. Nov 98L
  31986. Dec 99M
  31987. Universal Headers 3.2O:Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:V
  31988. 83297X
  31989. 1e    No Change
  31990. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  31991. Issues:
  31992. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  31993. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  31994. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  31995. [3] It's been sugges
  31996. F    QuickTimeO
  31997. Dev.CD Jan 94
  31998. Dev.CD Oct 93P
  31999. Dev.CD Jan 94
  32000. Dev.CD Oct 9
  32001. control
  32002. strip
  32003. module
  32004. opentransport
  32005. server
  32006. thread
  32007. manager
  32008. tcp/ip
  32009. iostreams
  32010. optimization
  32011. optimization
  32012. buffered
  32013. system
  32014. cache
  32015. cacheline
  32016. optimizati
  32017. optimization
  32018. power
  32019. macintosh
  32020. powerpc
  32021. toolbox
  32022. optimizing
  32023. option
  32024. oracle
  32025. ordered
  32026. oriented
  32027. update
  32028. image
  32029. getpppstatus
  32030. ot/ppp
  32031. otbuffer
  32032. otbufferinfo
  32033. otdumpinternetstatus
  32034. otdumpportregistry
  32035. otendpointinfo
  32036. otfifo
  32037. otfindserialports
  32038. otgetendpointinfo
  32039. otgetindexedport
  32040. otgetuserportnamefro
  32041. otlifo
  32042. otlink
  32043. otllctest
  32044. otlookup
  32045. otlookupnametest
  32046. otoptionmanagment
  32047. otpapsampleserver
  32048. otpingsample
  32049. otsimpledownloadhttp
  32050. otsimpleserverhttp
  32051. otstreamlogviewer
  32052. ottcpwilldial
  32053. pasmatit
  32054. password
  32055. password
  32056. password
  32057. password
  32058. interface
  32059. password
  32060. password
  32061. password
  32062. patch
  32063. patches
  32064. patchlistldef
  32065. patchlistldef
  32066. patchpoweroff
  32067. patchpoweroff
  32068. patchpoweroff
  32069. patchpoweroff
  32070. patchpoweroff
  32071. patchpoweroff68k
  32072. pitfalls
  32073. pixel
  32074. platformsQ
  32075. platforms
  32076. toolsQ
  32077. play1
  32078. play1
  32079. play2
  32080. play2
  32081. player
  32082. ploticons
  32083. ploticons
  32084. plstringfuncs
  32085. plug-ins
  32086. plugins
  32087. popups
  32088. popuptkl
  32089. popuptkl
  32090. popuptkl
  32091. portingobjectivectoj
  32092. powerbook
  32093. powerbook
  32094. addendum
  32095. powerbook
  32096. powerbook
  32097. 2400c
  32098. manager
  32099. sample
  32100. sharing
  32101. signing
  32102. system
  32103. manager
  32104. files
  32105. filetool
  32106. filter
  32107. content
  32108. finder
  32109. finder
  32110. apple
  32111. events
  32112. finder
  32113. appleevents
  32114. finderevents
  32115. events
  32116. finder
  32117. strings
  32118. finder
  32119. scripting
  32120. finder
  32121. windows
  32122. finderevents
  32123. findfamilies
  32124. finding
  32125. finding
  32126. applications
  32127. creator
  32128. firewire
  32129. firewire
  32130. video
  32131. output
  32132. firmware
  32133. fixed
  32134. fixed
  32135. point
  32136. floating
  32137. floating
  32138. window
  32139. floppy
  32140. floppy
  32141. folder
  32142. folder
  32143. encoding
  32144. family
  32145. metrics
  32146. fonts
  32147. fontsync
  32148. forecolor
  32149. instance
  32150. instance
  32151. variables
  32152. instructions
  32153. instrumentation
  32154. instruments
  32155. integrity
  32156. interaction
  32157. interactive
  32158. interactive
  32159. media
  32160. solutions
  32161. intercept
  32162. interface
  32163. 8-bit
  32164. december
  32165. apple
  32166. directions
  32167. articles{
  32168. decide
  32169. decided
  32170. decks
  32171. declaration
  32172. declartion
  32173. decodes
  32174. decoding
  32175. decom
  32176. decomposed
  32177. decompress
  32178. decompressed
  32179. decompressionQ
  32180. decompressor
  32181. decompressors
  32182. decreased
  32183. decribed
  32184. deeds{
  32185. deepest
  32186. deepscreen
  32187. deesktops
  32188. default
  32189. delivered
  32190. delivers
  32191. delta{
  32192. demanding
  32193. demo's
  32194. demonstation
  32195. demonstrateb
  32196. demonstrated
  32197. demonstratesN
  32198. informationB
  32199. informational
  32200. informixeoadaptor
  32201. infrared
  32202. inherit
  32203. inheritance
  32204. Dev.CD Jan 94
  32205. Dev.CD Oct 9V
  32206. 83670X
  32207. Jan 94
  32208. p--set theItem to choose file -- uncomment to test in an AS editor
  32209.     tell application "Finder"
  32210.         open item "Dev.CD Jan 94
  32211. Dev.CD Oct 93"
  32212.         activate
  32213.     end tell
  32214. on error errMsg number errNum
  32215.     --enter statements to perform when no records are found such as...
  32216.     display dialog "Sorry, the item you selected could not be found."
  32217.     return
  32218. end try
  32219. All Packages
  32220. F    QuickTimeO
  32221. Dev.CD Jan 94P
  32222. Dev.CD Jan 9V
  32223. 83671X
  32224. Jan 94
  32225. b--set theItem to choose file -- uncomment to test in an AS editor
  32226.     tell application "Finder"
  32227.         open item "Dev.CD Jan 94"
  32228.         activate
  32229.     end tell
  32230. on error errMsg number errNum
  32231.     --enter statements to perform when no records are found such as...
  32232.     display dialog "Sorry, the item you selected could not be found."
  32233.     return
  32234. end try
  32235. All Packages
  32236. F    QuickTimeO
  32237. Dev.CD Jan 94P
  32238. Dev.CD Jan 9V
  32239. 83672X
  32240. Jan 94
  32241. rpsample
  32242. transport
  32243. debug
  32244. Nov 93L
  32245. Nov 98N
  32246. File Manager Sample CodeO4Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MoreFiles:P<Dev.CD Aug 00 TC Disk 1
  32247.  - Sample Code
  32248.  - Files
  32249.  - MoreFilesV
  32250. 83295X
  32251. Aug 00^    TC Disk 1
  32252. --set theItem to choose file -- uncomment to test in an AS editor
  32253.     tell application "Finder"
  32254.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MoreFiles:"
  32255.         activate
  32256.     end tell
  32257. on error errMsg number errNum
  32258.     --enter statements to perform when no records are found such as...
  32259.     display dialog "Sorry, the item you selected could not be found."
  32260.     return
  32261. end try
  32262. ol Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev.  It utilizes the new undo, cut, copy, paste, and delete messages that are sent to cdevs in response to user menu selections.
  32263. J9EditCDev
  32264. EditCdev.c
  32265. EditCdev.rsrc
  32266. EditTextCdev.mcp
  32267. READMEK
  32268. Apr 97L
  32269. May 97N
  32270. cdev, edit, textnge
  32271. 83517X
  32272. Aug 00^    TC Disk 2
  32273. --set theItem to choose file -- uncomment to test in an AS editor
  32274.     tell application "Finder"
  32275.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTimadecompression:"
  32276.         activate
  32277.     end tell
  32278. on error errMsg number errNum
  32279.     --enter statements to perform when no records are found such as...
  32280.     display dialog "Sorry, the item you selected could not be found."
  32281.     return
  32282. end try
  32283. e    No Changeq
  32284. Dev.CD Aug 00 TC Disk 2
  32285. All Packages
  32286. QTJava media samplesJZAudioMIDI.mov
  32287. images
  32288. jet.mov
  32289. jumps.mov
  32290. README.txt
  32291. Ships.mov
  32292. sin440.aif
  32293. sound.aifM(QuickTime for Java demos and sample codeN
  32294. QuickTime, Java, MRJ, MediaOVDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTJava media samples:PaDev.CD Aug 00 TC Disk 2
  32295.  - Sample Code
  32296.  - QuickTime
  32297.  - QuickTime for Java
  32298.  - QTJava media samplesV
  32299. 83518X
  32300. Aug 00^    TC Disk 2
  32301. e    No Change
  32302. and wish to understand the tools and technology required for DVD production.
  32303. Apr 99
  32304. J1CHeaders
  32305. MoreFilesReadMe
  32306. PascalInterfaces
  32307. Sourcesment, entertainment, consumer electronicsO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  32308.  - Interactive Media Resources
  32309. yes/no
  32310. yield/suspend/resume
  32311. yielding
  32312. yieldtoanythread
  32313. es the opposite: it sets a particular STR# string to the string that
  32314. s passed in.
  32315. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  32316. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  32317. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  32318. Splasher:  A very simpl
  32319. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  32320. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  32321. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  32322. relative
  32323. relatively
  32324. relax
  32325. releaseR
  32326. release
  32327. notes
  32328. released
  32329. releaseresource
  32330. releases{
  32331. releasing
  32332. relevantz
  32333. reliability
  32334. DF    QuickTimeO
  32335. Dev.CD Jul 93
  32336. Dev.CD Apr 93P
  32337. Dev.CD Jul 93
  32338. Dev.CD Apr 9database
  32339. error
  32340. applesearch
  32341. appleshare
  32342. gatewayT
  32343. ethernetR
  32344. ethernet
  32345. built-in
  32346. address
  32347. burned-in
  32348. address
  32349. getenetaddr
  32350. ethernet
  32351. multicast
  32352. mdata
  32353. 802.2
  32354. 802.3
  32355. ethertalk
  32356. etsda
  32357. eventi
  32358. eventsb
  32359. example
  32360. exception
  32361. exchange
  32362. expansion
  32363. export
  32364. exporting
  32365. extension
  32366. external
  32367. family
  32368. fcode
  32369. features
  32370. fetch
  32371. field
  32372. folder
  32373. multiprocessor
  32374. manager
  32375. sample
  32376. sharing
  32377. shared
  32378. volumes
  32379. e    No Changef
  32380. File Manager Sample Codeq
  32381. Dev.CD Aug 00 TC Disk 1
  32382. All Packages
  32383. MoreFinderEvents
  32384. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  32385. 83296X
  32386. e    No Changef
  32387. textq
  32388. Dev.CD Aug 00 TC Disk 2
  32389. All Packages
  32390. EenieI
  32391. Eenie - example MacApp program of how to use the Dependency mechanism
  32392. and Adorners. Also shows how to use the new View format with defining
  32393. customized cursors over views.V
  32394. 81480X
  32395. 1e    No Change
  32396. alphabatize[
  32397. alphanumeric
  32398. already_
  32399. alsoN
  32400. sendfinderopen
  32401. sending
  32402. sendse
  32403. senior
  32404. sense
  32405. sensitive
  32406. senti
  32407. sentence
  32408. sentencesj
  32409. sentense
  32410. separate
  32411. separatelyj
  32412. separation
  32413. separations
  32414. seperate
  32415. sethideonswitch
  32416. setlinewidth
  32417. setmarkers
  32418. setmfsize
  32419. setproject
  32420. setprojector
  32421. extractbykind
  32422. extracted
  32423. extractor
  32424. extractors
  32425. extracts
  32426. extreme
  32427. extremelyx
  32428. fable
  32429. faced
  32430. facelesse
  32431. facilitates
  32432. facilitating
  32433. facilities
  32434. facility
  32435. facing
  32436. facto
  32437. factor
  32438. factoring
  32439. factors
  32440. factory-default
  32441. factory-fresh
  32442. fails
  32443. failure
  32444. falco
  32445. falkenburg
  32446. fall{
  32447. falls
  32448. false
  32449. familiar
  32450. families
  32451. family{
  32452. famous
  32453. fancy
  32454. ed could not be found."
  32455.     return
  32456. end try
  32457. e    No Changef2MacApp
  32458. adorner
  32459. custom cursor
  32460. dependency
  32461. Eenieq
  32462. Dev.CD Aug 00 TC Disk 2
  32463. All Packages
  32464. Eject PC Cards Location Module
  32465. 81481X
  32466. effortless
  32467. effortlessly
  32468. efforts
  32469. egetinfo
  32470. egret
  32471. egret-based
  32472. egrets
  32473. egretwakeup
  32474. ehancements
  32475. eight
  32476. either
  32477. eject
  32478. ejected
  32479. elaborates
  32480. elapsed
  32481. electric
  32482. Feb 92L
  32483. Nov 96O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  32484.  - Sample CodeV
  32485. 83855X
  32486. Aug 00^    TC Disk 2
  32487. y--set theItem to choose file -- uncomment to test in an AS editor
  32488.     tell application "Finder"
  32489.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  32490.         activate
  32491.     end tell
  32492. on error errMsg number errNum
  32493.     --enter statements to perform when no records are found such as...
  32494.     display dialog "Sorry, the item you selected could not be found."
  32495.     return
  32496. end try
  32497. e    No Changeq
  32498. Dev.CD Aug 00 TC Disk 2
  32499. All Packages
  32500. Snippets - Sound
  32501. 83856X
  32502. usenet
  32503. userU
  32504. user's
  32505. KF'Technical Publications: Mac OS X Server
  32506. Mac OS X Server Developer Documentation
  32507. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  32508. What's New/Updated:
  32509. AppKit
  32510. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  32511. Foundation
  32512. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  32513. AppKit
  32514. Foundation
  32515. Mar 99L
  32516. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  32517.  - What's New
  32518.  - Reference Library
  32519.  - Technical Publications
  32520.  - MacOSXServerV
  32521. 84235X
  32522. Jul 99^
  32523. Jul 99^
  32524. e    No Change
  32525. Nov 96L
  32526. Dec 96M
  32527. System 7.0 or laterN5SimpleText, SimpleText source code, SimpleText SampleO?Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:PGDev.CD Aug 00 TC Disk 2
  32528.  - Sample Code
  32529.  - Overview
  32530.  - SimpleText SampleV
  32531. 83833X
  32532. Aug 00^    TC Disk 2
  32533. --set theItem to choose file -- uncomment to test in an AS editor
  32534.     tell application "Finder"
  32535.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:"
  32536.         activate
  32537.     end tell
  32538. on error errMsg number errNum
  32539.     --enter statements to perform when no records are found such as...
  32540.     display dialog "Sorry, the item you selected could not be found."
  32541.     return
  32542. end try
  32543. e    No Changef3SimpleText
  32544. SimpleText source code
  32545. SimpleText Sampleq
  32546. Dev.CD Aug 00 TC Disk 2
  32547. All Packages
  32548. SimpleVideoOut
  32549. 83834X
  32550. 83294X
  32551. Aug 00^    TC Disk 2
  32552. --set theItem to choose file -- uncomment to test in an AS editor
  32553.     tell application "Finder"
  32554.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreAppleEvents:"
  32555.         activate
  32556.     end tell
  32557. on error errMsg number errNum
  32558.     --enter statements to perform when no records are found such as...
  32559.     display dialog "Sorry, the item you selected could not be found."
  32560.     return
  32561. end try
  32562. e    No Changef+AppleScript
  32563. Apple events
  32564. AppleEvents
  32565. Finderq
  32566. Dev.CD Aug 00 TC Disk 2
  32567. All Packages
  32568. F    MoreFiles
  32569. MoreFiles is a collection of high-level routines written over the years to answer File Manager questions developers have sent to Apple Developer Technical Support, and to answer questions on various online services and the internet. The routines have been tested (but not stress-tested), documented, code-reviewed, and used in both my own programs, the Macintosh OS, and in many commercial products.
  32570. Nov 98V
  32571. 83295X
  32572. "AEHelpers.c
  32573. AEHelpers.h
  32574. FileHelpers.c
  32575. FileHelpers.h
  32576. FinderRegistry.h
  32577. MoreAppleEvents.mcp
  32578. MoreAppleEventsLib(PPC)
  32579. MoreFinderEvents.c
  32580. MoreFinderEvents.h
  32581. ObjectHelpers.c
  32582. ObjectHelpers.h
  32583. OSAHelpers.c
  32584. OSAHelpers.h
  32585. PrivateConditionals.h
  32586. ProcessHelpers.c
  32587. ProcessHelpers.h
  32588. ProductInfo
  32589. VersionInfo.r
  32590. MOMinimum system version: 7.0, Also used some functions in the MoreFiles package.N.AppleScript, Apple events, AppleEvents, FinderOJDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreAppleEvents:PRDev.CD Aug 00 TC Disk 2
  32591.  - Sample Code
  32592.  - Interapplication Comm
  32593.  - MoreAppleEventsund
  32594. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  32595.  - Sample Code
  32596. --set theItem to choose file -- uncomment to test in an AS editor
  32597.     tell application "Finder"
  32598.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Vectors:QTVectors:"
  32599.         activate
  32600.     end tell
  32601. on error errMsg number errNum
  32602.     --enter statements to perform when no records are found such as...
  32603.     display dialog "Sorry, the item you selected could not be found."
  32604.     return
  32605. end try
  32606. option
  32607. eomodeler
  32608. error
  32609. error
  32610. reports
  32611. apple
  32612. ethernetR
  32613. ethernet
  32614. address
  32615. ethernet
  32616. built-in
  32617. ethernet
  32618. ethertalk
  32619. etsda
  32620. eventi
  32621. eventsb
  32622. example
  32623. family
  32624. fcode
  32625. features
  32626. fetch
  32627. field
  32628. exchange
  32629. summary
  32630. macintosh
  32631. developer
  32632. notes
  32633. published
  32634. developer
  32635. summary
  32636. macintosh
  32637. technology
  32638. apple
  32639. summary
  32640. macintosh
  32641. translation
  32642. manager
  32643. summary
  32644. macodbc
  32645. standard
  32646. developers
  32647. write
  32648. summary
  32649. makemake
  32650. which
  32651. generates
  32652. correct
  32653. summary
  32654. manalyzer
  32655. local
  32656. network
  32657. analyzer
  32658. summary
  32659. memory
  32660. monitor
  32661. software
  32662. utility
  32663. which
  32664. provides
  32665. summary
  32666. midiconverter
  32667. application
  32668. converting
  32669. gener
  32670. est in an AS editor
  32671.     tell application "Finder"
  32672.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  32673.         activate
  32674.     end tell
  32675. on error errMsg number errNum
  32676.     --enter statements to perform when no records are found such as...
  32677.     display dialog "Sorry, the item you selected could not be found."
  32678.     return
  32679. end try
  32680. e    No Change
  32681. developer's
  32682. developersT
  32683. developments{
  32684. devfeedback
  32685. devicel
  32686. deviceloop
  32687. devicesW
  32688. devon
  32689. devsupport
  32690. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  32691. JQDisplay Device Driver Guide
  32692. Mac OS Runtime Architectures
  32693. Read Me - Other SSW DocsK
  32694. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  32695.  - Technical Documentation
  32696.  - More SSW Documentation
  32697. billiard
  32698. binary
  32699. binding
  32700. binhex
  32701. biorthogonal
  32702. bit-depth
  32703. bitblt
  32704. bitmap
  32705. bitmapinfoheader
  32706. bitmapped
  32707. bitmapsr
  32708. bits/pixel
  32709. bitten
  32710. bitwise
  32711. black
  32712. black&white
  32713. --set theItem to choose file -- uncomment to test in an AS editor
  32714.     tell application "Finder"
  32715.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  32716.         activate
  32717.     end tell
  32718. on error errMsg number errNum
  32719.     --enter statements to perform when no records are found such as...
  32720.     display dialog "Sorry, the item you selected could not be found."
  32721.     return
  32722. end try
  32723. Deleted
  32724. Deleted
  32725. 83293X
  32726. Dec 99^
  32727. --set theItem to choose file -- uncomment to test in an AS editor
  32728.     tell application "Finder"
  32729.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  32730.         activate
  32731.     end tell
  32732. on error errMsg number errNum
  32733.     --enter statements to perform when no records are found such as...
  32734.     display dialog "Sorry, the item you selected could not be found."
  32735.     return
  32736. end try
  32737. Deletedq
  32738. Dev.CD Dec 99 RL
  32739. All Packages
  32740. MoreAppleEvents
  32741. This sample includes a library of utility routines that assist in the creation and sending of Apple events and object descriptors.
  32742. Contains routines to help you:
  32743. - Building Apple events and the objects needed to communicate with other applications.
  32744. - Send Apple events and extract results from the Apple event replies. 
  32745. - Build and send events to the Finder. 
  32746. - Load and execute AppleScript scripts from an application.
  32747. 83294X
  32748. 1e    No Change
  32749. 83786X
  32750. Aug 00^    TC Disk 1
  32751. --set theItem to choose file -- uncomment to test in an AS editor
  32752.     tell application "Finder"
  32753.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  32754.         activate
  32755.     end tell
  32756. on error errMsg number errNum
  32757.     --enter statements to perform when no records are found such as...
  32758.     display dialog "Sorry, the item you selected could not be found."
  32759.     return
  32760. end try
  32761. e    No Changef,AppleScript
  32762. StuffIt
  32763. Engine
  32764. scriptable
  32765. scriptq
  32766. Dev.CD Aug 00 TC Disk 1
  32767. All Packages
  32768. ScriptSwitcher
  32769. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  32770. ScriptSwitcher.imgK
  32771. Oct 92L
  32772. Jan 98O?Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:ScriptSwitcher:V
  32773. 83787X
  32774. 1e    No Change
  32775. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  32776. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  32777. J$MoofEncoder
  32778. MoofWars
  32779. Tim's LibrariesK
  32780. Oct 96L
  32781. Nov 98M
  32782. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Aug 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Aug 00 TC Disk 1
  32783.  - Sample Code
  32784.  - Games
  32785.  - MoofWars & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  32786.  - Programs & Marketing
  32787.  - Market & Distribution Guides
  32788.  - Euro Distributors/LocalizersV
  32789. 81486X
  32790. May 98^
  32791. alignment
  32792. alive{
  32793. WOModeler:P<Dev.CD Feb 00 TC
  32794.  - Interactive Media Resources
  32795.  - EOModelerV
  32796. 81485X
  32797. Feb 00^
  32798. --set theItem to choose file -- uncomment to test in an AS editor
  32799.     tell application "Finder"
  32800.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  32801.         activate
  32802.     end tell
  32803. on error errMsg number errNum
  32804.     --enter statements to perform when no records are found such as...
  32805.     display dialog "Sorry, the item you selected could not be found."
  32806.     return
  32807. end try
  32808. Deleted
  32809. All Packages
  32810. System Enabler 111 (PB 160/180)O
  32811. Dev.CD Apr 93P
  32812. Dev.CD Apr 9V
  32813. 84110X
  32814. Apr 93
  32815. b--set theItem to choose file -- uncomment to test in an AS editor
  32816.     tell application "Finder"
  32817.         open item "Dev.CD Apr 93"
  32818.         activate
  32819.     end tell
  32820. on error errMsg number errNum
  32821.     --enter statements to perform when no records are found such as...
  32822.     display dialog "Sorry, the item you selected could not be found."
  32823.     return
  32824. end try
  32825. All Packages
  32826. System Enabler 111 (PB 160/180)O
  32827. Dev.CD Apr 93P
  32828. Dev.CD Apr 9V
  32829. 84111X
  32830. Apr 93
  32831. b--set theItem to choose file -- uncomment to test in an AS editor
  32832.     tell application "Finder"
  32833.         open item "Dev.CD Apr 93"
  32834.         activate
  32835.     end tell
  32836. on error errMsg number errNum
  32837.     --enter statements to perform when no records are found such as...
  32838.     display dialog "Sorry, the item you selected could not be found."
  32839.     return
  32840. end try
  32841. All Packages
  32842. 84112X
  32843. --set theItem to choose file -- uncomment to test in an AS editor
  32844.     tell application "Finder"
  32845.         open item "Dev.CD Apr 94
  32846. Dev.CD Jan 94
  32847. Dev.CD Oct 93
  32848. Dev.CD Jul 93
  32849. Dev.CD Apr 93"
  32850.         activate
  32851.     end tell
  32852. on error errMsg number errNum
  32853.     --enter statements to perform when no records are found such as...
  32854.     display dialog "Sorry, the item you selected could not be found."
  32855.     return
  32856. end try
  32857. cursors
  32858. custom
  32859. custom
  32860. folder
  32861. custom
  32862. icons
  32863. customgetfile
  32864. customgetfile
  32865. customputfile
  32866. dialog
  32867. select
  32868. folder
  32869. balloo
  32870. customgetfilepreviews
  32871. customputfile
  32872. cyrillic
  32873. darkN
  32874. postscript
  32875. printer
  32876. datay
  32877. conversion
  32878. apple
  32879. event
  32880. server
  32881. scripting
  32882. database
  32883. database
  32884. daubechies
  32885. daylight
  32886. daylight
  32887. savings
  32888. readlocation
  32889. machinelocation
  32890. dcmdi
  32891. debug
  32892. debug
  32893. sound
  32894. manager
  32895. 3.2.1
  32896. debugger
  32897. compressionQ
  32898. decompressors
  32899. delete
  32900. delsearch
  32901. demos
  32902. dependency
  32903. depth
  32904. design
  32905. designing
  32906. desktop
  32907. detection
  32908. detectory
  32909. detector
  32910. contextual
  32911. apple
  32912. detectors
  32913. detectorsy
  32914. developerz
  32915. 83292X
  32916. Aug 00^    TC Disk 1
  32917. --set theItem to choose file -- uncomment to test in an AS editor
  32918.     tell application "Finder"
  32919.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Games:MoofWars:"
  32920.         activate
  32921.     end tell
  32922. on error errMsg number errNum
  32923.     --enter statements to perform when no records are found such as...
  32924.     display dialog "Sorry, the item you selected could not be found."
  32925.     return
  32926. end try
  32927. e    No Changef8game
  32928. sprockets
  32929. sprite
  32930. blitter
  32931. DrawSprocket
  32932. MoofWarsq
  32933. Dev.CD Aug 00 TC Disk 1
  32934. D(All Packages
  32935. Reference Library Edition
  32936. More SSW Documentation
  32937. e    No Changef7QuickTime
  32938. Speech
  32939. Voice
  32940. Navigate
  32941. Panorama
  32942. Object
  32943. Nodeq
  32944. Dev.CD Aug 00 TC Disk 2
  32945. All Packages
  32946. VU Assist Modules for MacAppI
  32947. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  32948. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  32949. Virtual User tools.imgK
  32950. Aug 92L
  32951. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  32952. VU, Virtual UserOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  32953.  - Tool Chest
  32954.  - Testing & Debugging
  32955.  - Virtual User toolsV
  32956. 84305X
  32957. Aug 00^    TC Disk 1
  32958. e    No Change
  32959. cursordevices
  32960. cursordevices
  32961. cursors
  32962. cursors
  32963. custicon
  32964. custicon
  32965. custicon
  32966. custom
  32967. customenabler
  32968. customget
  32969. customget
  32970. customget
  32971. customget
  32972. unresolved
  32973. alias
  32974. customget
  32975. unresolved
  32976. alias
  32977. customicon
  32978. customicon
  32979. customicon
  32980. customization
  32981. custompc/b
  32982. custompc/b
  32983. custompc/b
  32984. custompiccomments
  32985. custompiccomments
  32986. custompiccomments
  32987. customputappend
  32988. customputappend
  32989. sultinBPg in a savings of 2.4:1 over a 24-bit/pixel image (6*4 + 2*8)/4 = 10 bits/pixel.
  32990. J@ExampleCodec(PPC)
  32991. examplecodec.c
  32992. ExampleCodec.mcp
  32993. examplecodec.rM    QuickTimeN
  32994. QuickTime, codecOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:PMDev.CD Aug 00 TC Disk 2
  32995.  - Sample Code
  32996.  - QuickTime
  32997.  - Codecs
  32998.  - ExampleCodecV
  32999. 81488X
  33000. Aug 00^    TC Disk 2
  33001. e    No Change
  33002. --set theItem to choose file -- uncomment to test in an AS editor
  33003.     tell application "Finder"
  33004.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  33005.         activate
  33006.     end tell
  33007. on error errMsg number errNum
  33008.     --enter statements to perform when no records are found such as...
  33009.     display dialog "Sorry, the item you selected could not be found."
  33010.     return
  33011. end try
  33012. herUsingQTV
  33013. 81489X
  33014. Aug 00^    TC Disk 2
  33015. --set theItem to choose file -- uncomment to test in an AS editor
  33016.     tell application "Finder"
  33017.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:FastDitherUsingQT:"
  33018.         activate
  33019.     end tell
  33020. on error errMsg number errNum
  33021.     --enter statements to perform when no records are found such as...
  33022.     display dialog "Sorry, the item you selected could not be found."
  33023.     return
  33024. end try
  33025. e    No Changef
  33026. QuickTime
  33027. dithering
  33028. compressionq
  33029. Dev.CD Aug 00 TC Disk 2
  33030. All Packages
  33031. 81490X
  33032. modifymouseaccl
  33033. modifymouseaccl
  33034. snippet
  33035. demonstrate
  33036. tion "Finder"
  33037.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:"
  33038.         activate
  33039.     end tell
  33040. on error errMsg number errNum
  33041.     --enter statements to perform when no records are found such as...
  33042.     display dialog "Sorry, the item you selected could not be found."
  33043.     return
  33044. end try
  33045. --set theItem to choose file -- uncomment to test in an AS editor
  33046.     tell application "Finder"
  33047.         open item "Dev.CD Apr 94
  33048. Dev.CD Jan 94
  33049. Dev.CD Oct 93
  33050. Dev.CD Jul 93"
  33051.         activate
  33052.     end tell
  33053. on error errMsg number errNum
  33054.     --enter statements to perform when no records are found such as...
  33055.     display dialog "Sorry, the item you selected could not be found."
  33056.     return
  33057. end try
  33058. itemhider
  33059. items
  33060. iterations
  33061. e    No Changef8Cursor Device Manager
  33062. mouse
  33063. acceleration
  33064. ModifyMouseAcclq
  33065. Dev.CD Aug 00 TC Disk 1
  33066. All Packages
  33067. Moofwars
  33068. MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  33069. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as efficiently
  33070. 83292X
  33071. OS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOPDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:File Synchronization 1.1:PXDev.CD Aug 00 TC Disk 1
  33072.  - Tool Chest
  33073.  - Developer Utilities
  33074.  - File Synchronization 1.1V
  33075. 81490X
  33076. Aug 00^    TC Disk 1
  33077. e    No Change
  33078. application
  33079. application
  33080. application
  33081. examples
  33082. application
  33083. files
  33084. ationprivate
  33085. applications
  33086. applparamshack
  33087. applparamshack
  33088. applparamshack
  33089. apprsrc
  33090. apprsrc
  33091. appstogo
  33092. appstogo
  33093. appstogo
  33094. appstogo
  33095. reference
  33096. appstogo/cw
  33097. appstogo/cw
  33098. build
  33099. appwannabe
  33100. appwannabenewdocs
  33101. arbitration
  33102. architectureQ
  33103. architectures
  33104. archivez
  33105. archivecontent
  33106. archivecontent
  33107. arperations
  33108. arperations
  33109. arperations
  33110. arpsample
  33111. All Packages
  33112. ModifyMouseAccl
  33113. ModifyMouseAccl is a snippet to demonstrate how one uses the Cursor Device Manager to change the acceleration curve setting associated with the standard Apple mouse.  You can select extremely sensitive or tablet-like acceleration settings by setting the NOACCLCURVE define appropriately.
  33114. JYCrsrDev.h
  33115. CursorDevices.Glue.c
  33116. ModifyMouseAccl(PPC)
  33117. ModifyMouseAccl.c
  33118. ModifyMouseAccl.mcpM
  33119. Cursor Device ManagerN;Cursor Device Manager, mouse, acceleration, ModifyMouseAcclOMDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:PXDev.CD Aug 00 TC Disk 1
  33120.  - Sample Code
  33121.  - Devices and Hardware
  33122.  - ADB
  33123.  - ModifyMouseAcclV
  33124. 83291X
  33125. Aug 00^    TC Disk 1
  33126. e    No Change
  33127. module
  33128. module
  33129. displaying
  33130. image
  33131. module
  33132. playing
  33133. movie
  33134. module
  33135. drawing
  33136. module
  33137. playing
  33138. sounds
  33139. module
  33140. custom
  33141. controllers
  33142. module
  33143. advanced
  33144. compositing
  33145. module
  33146. switching
  33147. compositors
  33148. module
  33149. transitions
  33150. module
  33151. screen
  33152. module10
  33153. module10
  33154. qtzoo
  33155. edesktopmgr
  33156. moredialogs
  33157. morefiles
  33158. morefiles
  33159. morefiles
  33160. morefilesextras
  33161. morefilesextras
  33162. morefilesextras
  33163. morefilesreadme
  33164. morefinderevents
  33165. morefinderevents
  33166. morefinderevents
  33167. moreinterfacelib
  33168. moreisbetter
  33169. moreisbetterbits
  33170. moreisbetterparts
  33171. morememory
  33172. morenavigation
  33173. moreosl
  33174. moreprocesses
  33175. morequickdraw
  33176. moreresources
  33177. moresetup
  33178. moresetup
  33179. moresetup
  33180. moretextutils
  33181. moretoolbox
  33182. morewindows
  33183. mountalias
  33184. mountalias
  33185. mountalias
  33186. installer
  33187. 1.0.1b1c2
  33188. rubberband
  33189. rubberband
  33190. rubberbandit
  33191. rubberbandit
  33192. rubberbandit
  33193. rubberbandit
  33194.  Kits:Mac OS:File System Manager:PGDev.CD Jul 00 SDK1
  33195.  - Development Kits
  33196.  - Mac OS
  33197.  - File System Manager
  33198. --set theItem to choose file -- uncomment to test in an AS editor
  33199.     tell application "Finder"
  33200.         open item "Dev.CD Apr 94
  33201. Dev.CD Jan 94
  33202. Dev.CD Oct 93
  33203. Dev.CD Jul 93
  33204. Dev.CD Apr 93"
  33205.         activate
  33206.     end tell
  33207. on error errMsg number errNum
  33208.     --enter statements to perform when no records are found such as...
  33209.     display dialog "Sorry, the item you selected could not be found."
  33210.     return
  33211. end try
  33212. hundreds
  33213. huxham
  33214. hybrid
  33215. hypercardn
  33216. e    No Changeq
  33217. Dev.CD Aug 00 TC Disk 2
  33218. All Packages
  33219. Modeless Dialog SampleI`ModelessSample is a source code sample illustrating how to implement a moveable modeless dialog.JxApplication.c
  33220. DialogCode.c
  33221. Modeless Dialog Sample.mcp
  33222. ModelessDialogSample(PPC)
  33223. ModelessDialogSample.rsrc
  33224. SampleHeader.hOSDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:P[Dev.CD Aug 00 TC Disk 2
  33225.  - Sample Code
  33226.  - Human Interface Toolbox
  33227.  - Modeless Dialog SampleV
  33228. 83290X
  33229. Aug 00^    TC Disk 2
  33230. --set theItem to choose file -- uncomment to test in an AS editor
  33231.     tell application "Finder"
  33232.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:"
  33233.         activate
  33234.     end tell
  33235. on error errMsg number errNum
  33236.     --enter statements to perform when no records are found such as...
  33237.     display dialog "Sorry, the item you selected could not be found."
  33238.     return
  33239. end try
  33240. e    No Changeq
  33241. Dev.CD Aug 00 TC Disk 2
  33242. --set theItem to choose file -- uncomment to test in an AS editor
  33243.     tell application "Finder"
  33244.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modal TextEdit:"
  33245.         activate
  33246.     end tell
  33247. on error errMsg number errNum
  33248.     --enter statements to perform when no records are found such as...
  33249.     display dialog "Sorry, the item you selected could not be found."
  33250.     return
  33251. end try
  33252. owner's
  33253. ownership
  33254. ozone
  33255. pablo
  33256. packageO
  33257. package's
  33258. package--opendoc
  33259. packaged
  33260. milies
  33261. findfamilies
  33262. findfamilies
  33263. findfolder
  33264. findfolder
  33265. flowctlmacs
  33266. folder
  33267. format
  33268. formats
  33269. formatter
  33270. frameworks
  33271. frameworks
  33272. francais
  33273. france
  33274. france
  33275. distributors/localiz
  33276. fromS
  33277. games
  33278. gatewayT
  33279. gender-based
  33280. p--set theItem to choose file -- uncomment to test in an AS editor
  33281.     tell application "Finder"
  33282.         open item "Dev.CD Jul 93
  33283. Dev.CD Apr 93"
  33284.         activate
  33285.     end tell
  33286. on error errMsg number errNum
  33287.     --enter statements to perform when no records are found such as...
  33288.     display dialog "Sorry, the item you selected could not be found."
  33289.     return
  33290. end try
  33291. finder
  33292. scripting
  33293. window
  33294. positions
  33295. burning
  33296. finderevents
  33297. findfamilies
  33298. finding
  33299. firewire
  33300. firmware
  33301. fixed
  33302. floppy
  33303. floppy
  33304. floppy
  33305. drive
  33306. readsector
  33307. msdos
  33308. folder
  33309. family
  33310. getnextfond
  33311. findfamilies
  33312. fonts
  33313. fontsync
  33314. forecolor
  33315. foreground
  33316. foreign
  33317. format
  33318. format
  33319. foreign
  33320. system
  33321. floppy
  33322. dixzero
  33323. Nov 99M
  33324. PowerPlantNecounter, windows, introduction, document, menu, modal dialog, printing, about, Win2MacCounterSamples
  33325. OCDev.CD Aug 00 TC Disk 2:Sample Code:Overview:Win2MacCounterSamples:PKDev.CD Aug 00 TC Disk 2
  33326.  - Sample Code
  33327.  - Overview
  33328.  - Win2MacCounterSamples
  33329. hebrew@
  33330. launch@
  33331. macapp
  33332. framework
  33333. object-oriented
  33334. mactcp
  33335. communications
  33336. toolbox
  33337. serial
  33338. ports
  33339. audio
  33340. tool@
  33341. manager@
  33342. manuals@
  33343. marching@
  33344. meters@
  33345. moreisbetter@
  33346. macintosh
  33347. powerbook
  33348. qualified
  33349. socket
  33350. multiprecision@
  33351. multiprocessing
  33352. multitasking
  33353. multiprocessor
  33354. carbon@
  33355. networking@
  33356. objectsupportlib@
  33357. transport
  33358. appletalk
  33359. rawmode
  33360. nbplookup
  33361. otlookup
  33362. transport
  33363. streams
  33364. module
  33365. driver
  33366. asynchronous
  33367. opendoc@
  33368. opentransport
  33369. cache
  33370. display
  33371. dumparpcache@
  33372. ottraceroutesample@
  33373. output@
  33374. pan/tilt@
  33375. --set theItem to choose file -- uncomment to test in an AS editor
  33376.     tell application "Finder"
  33377.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:"
  33378.         activate
  33379.     end tell
  33380. on error errMsg number errNum
  33381.     --enter statements to perform when no records are found such as...
  33382.     display dialog "Sorry, the item you selected could not be found."
  33383.     return
  33384. end try
  33385. t be found."
  33386.     return
  33387. end try
  33388. e    No Changef)Sherlock
  33389. Find By Content
  33390. Extractor
  33391. Searchq
  33392. Dev.CD Jul 00 SDK1
  33393. All Packages
  33394. FinderDragPro
  33395. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  33396. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  33397. Nov 99V
  33398. 81494X
  33399. summary
  33400. minilauncher
  33401. launch
  33402. applications
  33403. summary
  33404. mountalias
  33405. control
  33406. panel
  33407. device
  33408. automatica
  33409. summary
  33410. mping
  33411. network
  33412. testing
  33413. protoco
  33414. summary
  33415. network
  33416. management
  33417. specifications
  33418. macintosh
  33419. summary
  33420. networkstream
  33421. stream
  33422. class
  33423. object
  33424. larly, summarizing a HTML document would show HTML Tags in the summary.
  33425. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  33426. turn just the text that a user would see viewing the document.  For the above example, 
  33427. This is a sample document.
  33428.  would be the only text that is indexed.   
  33429. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  33430.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  33431. PDF Text Extractor
  33432.  to index and summarize PDF files.  
  33433. e    No Changeq
  33434. Dev.CD Aug 00 TC Disk 1
  33435. All Packages
  33436. Modal TextEdit
  33437. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  33438. J@main.c
  33439. Modal TextEdit(PPC)
  33440. Modal TextEdit.mcp
  33441. modalTextEdit.rsrcOKDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Aug 00 TC Disk 2
  33442.  - Sample Code
  33443.  - Human Interface Toolbox
  33444.  - Modal TextEditV
  33445. 83289X
  33446. Aug 00^    TC Disk 2
  33447. e    No Change
  33448. --set theItem to choose file -- uncomment to test in an AS editor
  33449.     tell application "Finder"
  33450.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  33451.         activate
  33452.     end tell
  33453. on error errMsg number errNum
  33454.     --enter statements to perform when no records are found such as...
  33455.     display dialog "Sorry, the item you selected could not be found."
  33456.     return
  33457. end try
  33458. --set theItem to choose file -- uncomment to test in an AS editor
  33459.     tell application "Finder"
  33460.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMovies:"
  33461.         activate
  33462.     end tell
  33463. on error errMsg number errNum
  33464.     --enter statements to perform when no records are found such as...
  33465.     display dialog "Sorry, the item you selected could not be found."
  33466.     return
  33467. end try
  33468. gethelpstrings
  33469. getpppstatus
  33470. getsetoptions
  33471. gimedapalette
  33472. gimedapalette
  33473. sound
  33474. glossaries
  33475. glyphaiv
  33476. goodies
  33477. graphic
  33478. graphicimporter
  33479. graphics
  33480. grayishoutline
  33481. grayscale
  33482. graytext
  33483. gridwindowgrow
  33484. groupdrawing
  33485. guide
  33486. gworld
  33487. appendages
  33488. appendditl
  33489. appendix
  33490. appkit
  33491. appkit
  33492. reference
  33493. appleP
  33494. e    No Changef
  33495. Music movie
  33496. converterq
  33497. Dev.CD Aug 00 TC Disk 1
  33498. All Packages
  33499. MiniLauncher 1.3b5
  33500. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  33501. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  33502. Virtual User tools.imgK
  33503. Vol VIIL
  33504. Nov/Dec 92OJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  33505.  - Tool Chest
  33506.  - Testing & Debugging
  33507.  - Virtual User toolsV
  33508. 83288X
  33509. Aug 00^    TC Disk 1
  33510. e    No Change
  33511. lication Comm:FinderDragPro:"
  33512.         activate
  33513.     end tell
  33514. on error errMsg number errNum
  33515.     --enter statements to perform when no records are found such as...
  33516.     display dialog "Sorry, the item you selected could not be found."
  33517.     return
  33518. end try
  33519. All Packages
  33520. System 7 Tune-UpO
  33521. Dev.CD Sept 92
  33522. Dev.CD Aug 92P
  33523. Dev.CD Sept 92
  33524. Dev.CD Aug 9V
  33525. 83904X
  33526. Sept 9
  33527. q--set theItem to choose file -- uncomment to test in an AS editor
  33528.     tell application "Finder"
  33529.         open item "Dev.CD Sept 92
  33530. Dev.CD Aug 92"
  33531.         activate
  33532.     end tell
  33533. on error errMsg number errNum
  33534.     --enter statements to perform when no records are found such as...
  33535.     display dialog "Sorry, the item you selected could not be found."
  33536.     return
  33537. end try
  33538. All Packages
  33539. System 7 Tune-UpO
  33540. Dev.CD Sept 92
  33541. Dev.CD Aug 92P
  33542. Dev.CD Sept 92
  33543. Dev.CD Aug 9V
  33544. 83905X
  33545. Sept 9
  33546. q--set theItem to choose file -- uncomment to test in an AS editor
  33547.     tell application "Finder"
  33548.         open item "Dev.CD Sept 92
  33549. Dev.CD Aug 92"
  33550.         activate
  33551.     end tell
  33552. on error errMsg number errNum
  33553.     --enter statements to perform when no records are found such as...
  33554.     display dialog "Sorry, the item you selected could not be found."
  33555.     return
  33556. end try
  33557. e    No Changeq
  33558. Dev.CD Aug 00 TC Disk 2
  33559. All Packages
  33560. MIDIConverter
  33561. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  33562. J;MIDIConverter
  33563. MIDIConverter Readme
  33564. MIDIConverter Readme.txtK
  33565. Apr 95M*System 7 or later, QuickTime 1.5 or later.N
  33566. MIDI, Music movie, converterO;Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:PCDev.CD Aug 00 TC Disk 1
  33567.  - Tool Chest
  33568.  - QuickTime
  33569.  - MIDIConverterV
  33570. 83287X
  33571. Aug 00^    TC Disk 1
  33572. e    No Change
  33573. acking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  33574. Memory Management.imgK
  33575. Vol XIM)Runs only on post-7.0 System Macintoshes.OIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:V
  33576. 81496X
  33577. 1e    No Change
  33578. --set theItem to choose file -- uncomment to test in an AS editor
  33579.     tell application "Finder"
  33580.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:"
  33581.         activate
  33582.     end tell
  33583. on error errMsg number errNum
  33584.     --enter statements to perform when no records are found such as...
  33585.     display dialog "Sorry, the item you selected could not be found."
  33586.     return
  33587. end try
  33588.     return
  33589. end try
  33590. WPYDev.CD Aug 00 TC Disk 2
  33591.  - Sample Code
  33592.  - Interapplication Comm
  33593.  - TEXTtotypeIntlCoercionannot
  33594. capabilites
  33595. capabilities`
  33596. capability
  33597. capable
  33598. capacity
  33599. capitalize
  33600. capped
  33601. captureU
  33602. carbonlib1.0
  33603. cardP
  33604. card-with-bridge-chi
  33605. cardbus
  33606. cardsR
  33607. cards&drivers
  33608. care{
  33609. careful
  33610. carefully
  33611. carole
  33612. carries
  33613. cartwheels
  33614. cases
  33615. simpleplayermfcview
  33616. simpleplayersdi
  33617. simpleplayersdi
  33618. simpleplayersdi
  33619. simpleplayersdi
  33620. simpleplayersdi
  33621. simpleplayersdi
  33622. simpleplayersdi
  33623. simpleplayersdi
  33624. simpleplayersdi
  33625. simplepopupcdef
  33626. simplepopupcdef
  33627. simplepopupcdef
  33628. simplepopupcdef
  33629. simplepoputcdef
  33630. simplepoputcdef
  33631. simpleprefs
  33632. simpleprefs
  33633. simpleprefs
  33634. simpletext
  33635. simpletext
  33636. simpletext
  33637. simpletext
  33638. simpletext
  33639. simpletext
  33640. simpletext
  33641. software
  33642. license
  33643. software
  33644. license
  33645. sortpicts
  33646. sortpicts
  33647. sortpicts
  33648. sortpicts
  33649. sortpictsapp
  33650. sortpictsapp
  33651. sortpictsthreads
  33652. sortpictsthreads
  33653. sound
  33654. sound
  33655. sound
  33656. files
  33657. OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:PUDev.CD Aug 00 TC Disk 2
  33658.  - Sample Code
  33659.  - QuickTime
  33660.  - Basics
  33661.  - MFC SimplePlayer.winV
  33662. 83285X
  33663. Aug 00^    TC Disk 2
  33664. --set theItem to choose file -- uncomment to test in an AS editor
  33665.     tell application "Finder"
  33666.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:"
  33667.         activate
  33668.     end tell
  33669. on error errMsg number errNum
  33670.     --enter statements to perform when no records are found such as...
  33671.     display dialog "Sorry, the item you selected could not be found."
  33672.     return
  33673. end try
  33674. e    No Changeq
  33675. Dev.CD Aug 00 TC Disk 2
  33676. All Packages
  33677. MFCQTClassesI,Some sample Microsoft MFC QuickTime classes.J
  33678. CQuickTime.cpp
  33679. CQuickTime.hOFDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:PQDev.CD Aug 00 TC Disk 2
  33680.  - Sample Code
  33681.  - QuickTime
  33682.  - Basics
  33683.  - MFCQTClasses.winV
  33684. 83286X
  33685. Aug 00^    TC Disk 2
  33686. e    No Change
  33687. FindFamilies
  33688. 81498X
  33689. M[This is a software only package and is provided as a tool for use with VU 1.1.1 and VU 2.0.
  33690. findprinter
  33691. findserialports
  33692. findserialports
  33693. findserialports
  33694. findserialports
  33695. findsysfolder
  33696. findsysfolder
  33697. findsysfolder
  33698. findsysfolder
  33699. findtag
  33700. findtag
  33701. manual
  33702. findtag
  33703. manual
  33704. finished
  33705. finished
  33706. product
  33707. finland
  33708. finland
  33709. distributors/localiz
  33710. finnish
  33711. finnish
  33712. 1.1.3
  33713. first
  33714. fishtanks
  33715. fishtank
  33716. picts
  33717. fkeys
  33718. fkeys
  33719. clipboard
  33720. magican
  33721. flash
  33722. floattolong
  33723. floattolong
  33724. flookup
  33725. floppy
  33726. flowctlmacs
  33727. flowctlmacs
  33728. flowers
  33729. formatasdos
  33730. formatasdos
  33731. formatasdosdisk
  33732. formatasdosdisk
  33733. formatasdosdisk
  33734. formatincludes
  33735. simpleeditmfc
  33736. simpleeditmfc
  33737. simpleeditmfc
  33738. simpleeditmfc
  33739. simpleeditmfc
  33740. simpleeditmfcdoc
  33741. simpleeditmfcdoc
  33742. simpleeditmfcdoc
  33743. simpleeditmfcview
  33744. simpleeditmfcview
  33745. simpleeditmfcview
  33746. simpleeditsdi
  33747. simpleeditsdi
  33748. simpleeditsdi
  33749. simpleeditsdi
  33750. simpleeditsdi
  33751. simpleeditsdi
  33752. simpleeditsdi
  33753. simpleeditsdi
  33754. simpleinit
  33755. simpleinit
  33756. simpleinit
  33757. simpleinit
  33758. simpleplayermfc
  33759. simpleplayermfc
  33760. simpleplayermfc
  33761. simpleplayermfc
  33762. simpleplayermfc
  33763. simpleplayermfc
  33764. simpleplayermfc
  33765. simpleplayermfc
  33766. simpleplayermfcdoc
  33767. simpleplayermfcdoc
  33768. simpleplayermfcdoc
  33769. simpleplayermfcview
  33770. simpleplayermfcview
  33771. software
  33772. sound
  33773. sound
  33774. files
  33775. simpleeditmfc
  33776. simpleplayermfcview
  33777. simpletext
  33778. sample
  33779. small@
  33780. softvdig
  33781. sound
  33782. soundoutputdispatch@
  33783. speaking@
  33784. speech
  33785. recognition
  33786. manager
  33787. docs@
  33788. sprites@
  33789. sprocketmain@
  33790. staging@
  33791. stdafx@
  33792. structures@
  33793. switch
  33794. system
  33795. related
  33796. cnvt@
  33797. target@
  33798. technotes
  33799. start
  33800. here@
  33801. telephony@
  33802. tesample
  33803. tester@
  33804. testgestalt@
  33805. testlinked
  33806. testmagic@
  33807. tetomltesample@
  33808. textfile
  33809. think
  33810. pascal
  33811. files@
  33812. tiff@
  33813. toolbox
  33814. assistant
  33815. multiple
  33816. tools
  33817. goodies@
  33818. topics@
  33819. translaterotate
  33820. ts3events@
  33821. ts3testapi
  33822. tsmte@
  33823. type@
  33824. uglobals@
  33825. ndFamilies
  33826. All Packages
  33827. System Enabler 003 (LC III)OEDev.CD Apr 94
  33828. Dev.CD Jan 94
  33829. Dev.CD Oct 93
  33830. Dev.CD Jul 93
  33831. Dev.CD Apr 93PDDev.CD Apr 94
  33832. Dev.CD Jan 94
  33833. Dev.CD Oct 93
  33834. Dev.CD Jul 93
  33835. Dev.CD Apr 9V
  33836. 84023X
  33837. Apr 94
  33838. --set theItem to choose file -- uncomment to test in an AS editor
  33839.     tell application "Finder"
  33840.         open item "Dev.CD Apr 94
  33841. Dev.CD Jan 94
  33842. Dev.CD Oct 93
  33843. Dev.CD Jul 93
  33844. Dev.CD Apr 93"
  33845.         activate
  33846.     end tell
  33847. on error errMsg number errNum
  33848.     --enter statements to perform when no records are found such as...
  33849.     display dialog "Sorry, the item you selected could not be found."
  33850.     return
  33851. end try
  33852. All Packages
  33853. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  33854. Dev.CD Jan 94
  33855. Dev.CD Oct 93
  33856. Dev.CD Jul 93
  33857. Dev.CD Apr 93PDDev.CD Apr 94
  33858. Dev.CD Jan 94
  33859. Dev.CD Oct 93
  33860. Dev.CD Jul 93
  33861. Dev.CD Apr 9V
  33862. 84024X
  33863. Apr 94
  33864. --set theItem to choose file -- uncomment to test in an AS editor
  33865.     tell application "Finder"
  33866.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:txRatio PICT:"
  33867.         activate
  33868.     end tell
  33869. on error errMsg number errNum
  33870.     --enter statements to perform when no records are found such as...
  33871.     display dialog "Sorry, the item you selected could not be found."
  33872.     return
  33873. end try
  33874. MainFrm.cpp
  33875. MainFrm.h
  33876. mssccprj.scc
  33877. ReadMe.txt
  33878. resource.h
  33879. SimpleEditMFC.cpp
  33880. SimpleEditMFC.dsp
  33881. SimpleEditMFC.dsw
  33882. SimpleEditMFC.exe
  33883. SimpleEditMFC.h
  33884. SimpleEditMFC.mak
  33885. SimpleEditMFC.rc
  33886. SimpleEditMFCDoc.cpp
  33887. SimpleEditMFCDoc.h
  33888. SimpleEditMFCView.cpp
  33889. SimpleEditMFCView.h
  33890. StdAfx.cpp
  33891. StdAfx.h
  33892. OHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:PSDev.CD Aug 00 TC Disk 2
  33893.  - Sample Code
  33894.  - QuickTime
  33895.  - Basics
  33896.  - MFC SimpleEdit.winerialPorts.c
  33897. FindSerialPorts.mcpMMCommunications Toolbox (System 7 and higher, or separate install on System 6)NJCommunications Toolbox, serial ports, Communications Resource Manager, CRMOKDev.CD Aug 00 TC Disk 1:Sample Code:Communications Toolbox:FindSerialPorts:PSDev.CD Aug 00 TC Disk 1
  33898.  - Sample Code
  33899.  - Communications Toolbox
  33900.  - FindSerialPortsV
  33901. 81500X
  33902. Aug 00^    TC Disk 1
  33903. e    No Change
  33904. customer
  33905. million
  33906. windo
  33907. overview
  33908. development
  33909. together
  33910. takes
  33911. sample
  33912. illustrates
  33913. stand
  33914. alone
  33915. accessoriee
  33916. sample
  33917. illustrates
  33918. sethideonswitch
  33919. gethideo
  33920. sample
  33921. illustrates
  33922. color
  33923. icons
  33924. different
  33925. sample
  33926. illustrates
  33927. install
  33928. system
  33929. level
  33930. apple
  33931. sample
  33932. basic
  33933. implementation
  33934. sprite
  33935. sample
  33936. program
  33937. demonstrates
  33938. determine
  33939. sample
  33940. provides
  33941. interractive
  33942. demonstration
  33943. sample
  33944. shows
  33945. basic
  33946. implementations
  33947. drawsprocket
  33948. sample
  33949. shows
  33950. create
  33951. basic
  33952. controlstrip
  33953. module
  33954. sample
  33955. shows
  33956. commonly
  33957. sample
  33958. shows
  33959. cmchoose
  33960. cmgetconfig
  33961. sample
  33962. shows
  33963. quicktime
  33964. graphicimporter
  33965. sample
  33966. shows
  33967. write
  33968. fully
  33969. asynchronous
  33970. block
  33971. sample
  33972. shows
  33973. quicktime
  33974. faster
  33975. carbon
  33976. mib-clients
  33977. mib-documentation
  33978. mib-ii
  33979. mib-libraries
  33980. midiconverter
  33981. midiconverter
  33982. readme
  33983. midiconverter
  33984. readme
  33985. midiglue
  33986. mini-conference
  33987. minimaldeclrom
  33988. minimaldeclrom
  33989. misccode
  33990. misccode
  33991. misccode
  33992. missinglibraryroutin
  33993. missinglibraryroutin
  33994. rep-iso
  33995. hytime
  33996. standards
  33997. rep-iso/ccitt
  33998. standards
  33999. rep-mm
  34000. objects
  34001. mmodal
  34002. mmodal
  34003. mmodal
  34004. mmodal
  34005. mmouseinfo
  34006. mmouseinfo
  34007. modal
  34008. modal
  34009. textedit
  34010. modal
  34011. textedit
  34012. modaltextedit
  34013. modaltextedit
  34014. modeless
  34015. modeless
  34016. dialog
  34017. sample
  34018. modelessdialogsample
  34019. modelessdialogsample
  34020. modelessdialogsample
  34021. modified
  34022. modifymouseaccl
  34023. modifymouseaccl
  34024. modifymouseaccl
  34025. modifymouseaccl
  34026. 83284X
  34027. Aug 00^    TC Disk 2
  34028. --set theItem to choose file -- uncomment to test in an AS editor
  34029.     tell application "Finder"
  34030.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  34031.         activate
  34032.     end tell
  34033. on error errMsg number errNum
  34034.     --enter statements to perform when no records are found such as...
  34035.     display dialog "Sorry, the item you selected could not be found."
  34036.     return
  34037. end try
  34038. e    No Changeq
  34039. Dev.CD Aug 00 TC Disk 2
  34040. All Packages
  34041. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  34042. 3MainFrm.cpp
  34043. MainFrm.h
  34044. mssccprj.scc
  34045. ReadMe.txt
  34046. Resource.h
  34047. SimplePlayerMFC.cpp
  34048. SimplePlayerMFC.dsp
  34049. SimplePlayerMFC.dsw
  34050. SimplePlayerMFC.exe
  34051. SimplePlayerMFC.h
  34052. SimplePlayerMFC.mak
  34053. SimplePlayerMFC.rc
  34054. SimplePlayerMFCDoc.cpp
  34055. SimplePlayerMFCDoc.h
  34056. SimplePlayerMFCView.cpp
  34057. SimplePlayerMFCView.h
  34058. StdAfx.cpp
  34059. StdAfx.h
  34060. 83285X
  34061. 1e    No Change
  34062. All Packages
  34063. QuickDraw GXO#Dev.CD Aug 96 TC
  34064. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  34065. Dev.CD Jan 96 SDKV
  34066. 83584X
  34067. Aug 96
  34068. x--set theItem to choose file -- uncomment to test in an AS editor
  34069.     tell application "Finder"
  34070.         open item "Dev.CD Aug 96 TC
  34071. Dev.CD Jan 96 SDK1"
  34072.         activate
  34073.     end tell
  34074. on error errMsg number errNum
  34075.     --enter statements to perform when no records are found such as...
  34076.     display dialog "Sorry, the item you selected could not be found."
  34077.     return
  34078. end try
  34079. All Packages
  34080. QuickDraw GXO#Dev.CD Aug 96 TC
  34081. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  34082. Dev.CD Jan 96 SDKV
  34083. 83585X
  34084. Aug 96
  34085. microsoft
  34086. foundation
  34087. class
  34088. multi-documment
  34089. interfac
  34090. floppy
  34091. builder
  34092. builds
  34093. disks
  34094. conforming
  34095. killer
  34096. content
  34097. workbook
  34098. sponsored
  34099. apple
  34100. comput
  34101. language
  34102. analysis
  34103. architecture
  34104. provides
  34105. applications
  34106. laserwriter
  34107. 8.5.1
  34108. release
  34109. contains
  34110. utilities
  34111. navigation
  34112. services
  34113. suite
  34114. greatly
  34115. enhances
  34116. system
  34117. picker
  34118. replaces
  34119. system
  34120. picker
  34121. 1.0.1
  34122. otchecknetfornbpname
  34123. sample
  34124. demonstrates
  34125. panoramic
  34126. image
  34127. rotated
  34128. counterclockwise
  34129. primary
  34130. purpose
  34131. sample
  34132. developer
  34133. ew FMAT resources from a format string.
  34134.  lets you pick characters for format string from a palette.
  34135.  works with any script system.
  34136.  displays sample numbers to give you immediate feedback.
  34137. Issues:  Provided by Michael Hecht, SAS.
  34138. FMAT Editor.imgK
  34139. Jan 94M
  34140. ResEditN(number formatting, ResEdit, localization
  34141. getting/setting
  34142. getvinfo
  34143. gimedapalette
  34144. givenh
  34145. givesw
  34146. giving
  34147. glance
  34148. global\
  34149. global-aware
  34150. globally
  34151. globals
  34152. glossaries
  34153. glossary
  34154. glyphsv
  34155. mdiplayer
  34156. simpleedit
  34157. simpleplayer
  34158. mfcqtclasses
  34159. midiconverter
  34160. minilauncher
  34161. minilauncher
  34162. 1.3b5
  34163. modal
  34164. modal
  34165. textedit
  34166. modeless
  34167. modeless
  34168. dialog
  34169. sample
  34170. modern
  34171. modifymouseaccl
  34172. module
  34173. modules
  34174. monitor
  34175. moofwars
  34176. documentation
  34177. moreappleevents
  34178. morefiles
  34179. morefinderevents
  34180. moreisbetter
  34181. morenetworksetup
  34182. moreosl
  34183. mountalias
  34184. mountalias
  34185. mouse
  34186. mouseinfo
  34187. movablemodal
  34188. movie
  34189. moviebrowser
  34190. moviecallbacks
  34191. moviegworlds
  34192. movietoaiff
  34193. threaded
  34194. mpdelayuntiltest
  34195. mpfilecopy
  34196. mphelloworld
  34197. mphelloworld
  34198. pascal
  34199. mping
  34200. mping
  34201. mpintertasktime
  34202. mpperiodicaltest
  34203. script
  34204. 1.1.1
  34205. mpwtool
  34206. onescannerx
  34207. opp's
  34208. oracle
  34209. --set theItem to choose file -- uncomment to test in an AS editor
  34210.     tell application "Finder"
  34211.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:"
  34212.         activate
  34213.     end tell
  34214. on error errMsg number errNum
  34215.     --enter statements to perform when no records are found such as...
  34216.     display dialog "Sorry, the item you selected could not be found."
  34217.     return
  34218. end try
  34219. rting
  34220. resource[
  34221. This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector. The code calls SPBSetDeviceInfo() to initially set metering to off, then does a quick sampling of sound input using SPBGetDeviceInfo(). Metering is then turned on and sampling is repeated. This is an SIOW application and could be done more elegantly using a graphical representation for sound input levels. But you get the idea.
  34222. J(MeterTest(PPC)
  34223. MeterTest.c
  34224. MeterTest.mcpM
  34225. Sound Manager 3.2.1 or laterN
  34226. sound, record, MeterTestO4Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Aug 00 TC Disk 2
  34227.  - Sample Code
  34228.  - Sound
  34229.  - MeterTest
  34230. M`PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. Visual C++ 5.0 or later.
  34231. N$Windows, QuickTime, MFC, MDI, Playerer application.
  34232. The 'Folder Watcher FBA' application runs in the background with no user interface. This type of application is known as a 'Faceless Background Application' (FBA), a 'Background Only Application' (BOA), or a 'Daemon'. The 'Folder Watcher FBA' watches folders for changes, if there is a change it sends an Apple event to the 'FW Receiver' which not
  34233. Pifies the user through the Notification Manager and keeps a list of file/folder changes.
  34234. The 'Folder Watcher Script App' is supplied as a scripting alternative to writing an FBA. 'Folder Watcher Script App' is a AppleScript script application which notifies the 'FW Receiver' of changes by sending AppleScript subroutine Apple events.
  34235. JA Read Me
  34236. Folder Watcher FBA
  34237. Folder Watcher Script App
  34238. FW ReceiverK
  34239. Apr 96L
  34240. May 97M
  34241. System 7.1, AppleScript
  34242. qttimecode
  34243. timecode
  34244. track
  34245. movie
  34246. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:PRDev.CD Aug 00 TC Disk 2
  34247.  - Sample Code
  34248.  - QuickTime
  34249.  - Basics
  34250.  - MFC MDIPlayer.winV
  34251. 83283X
  34252. Aug 00^    TC Disk 2
  34253. --set theItem to choose file -- uncomment to test in an AS editor
  34254.     tell application "Finder"
  34255.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:"
  34256.         activate
  34257.     end tell
  34258. on error errMsg number errNum
  34259.     --enter statements to perform when no records are found such as...
  34260.     display dialog "Sorry, the item you selected could not be found."
  34261.     return
  34262. end try
  34263. e    No Changef Windows
  34264. QuickTime
  34265. Playerq
  34266. Dev.CD Aug 00 TC Disk 2
  34267. All Packages
  34268. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  34269. 83284X
  34270. 1e    No Change
  34271. overview
  34272. development
  34273. readme-fragment@
  34274. rsrc@
  34275. simpleeditmfc
  34276. umafailure
  34277. carbon
  34278. carbonlib@
  34279. getwindowdevice@
  34280. performance
  34281. hardware
  34282. powerpc
  34283. bandwidth
  34284. cache
  34285. rates
  34286. spinning@
  34287. toolkit@
  34288. package@
  34289. getnextfond@
  34290. rssc@
  34291. 83817X
  34292. Feb 99^
  34293. --set theItem to choose file -- uncomment to test in an AS editor
  34294.     tell application "Finder"
  34295.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  34296.         activate
  34297.     end tell
  34298. on error errMsg number errNum
  34299.     --enter statements to perform when no records are found such as...
  34300.     display dialog "Sorry, the item you selected could not be found."
  34301.     return
  34302. end try
  34303. e    No Changef
  34304. engine
  34305. Internet
  34306. Sherlockq
  34307. Dev.CD Feb 99 TC
  34308. All Packages
  34309. ShimmerMate 2.0.1
  34310. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  34311. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  34312. Issues: These libraries and tools are not supported Apple products.
  34313. Virtual User tools.imgK
  34314. Jan 93V
  34315. 83818X
  34316. 1e    No Change
  34317. quickdraw
  34318. quickdraw
  34319. windows
  34320. 1.5.2
  34321. menuscripter
  34322. menuscripter
  34323. menuscripter
  34324. menuscripter
  34325. menusstuff
  34326. menusstuff
  34327. menustuff
  34328. menustuff
  34329. menustuff
  34330. menutest
  34331. mergeitems
  34332. mergeitems
  34333. message
  34334. meta-content
  34335. meta-content
  34336. format
  34337. metertest
  34338. metertest
  34339. metertest
  34340. metertest
  34341. metrowerks
  34342. ppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".
  34343. JNFormatAsDos(PPC)
  34344. FormatAsDosDisk.c
  34345. FormatAsDosDisk.mcp
  34346. Read Me-FormatASDOSDiskM
  34347. PC ExchangeNNformat, FSM, foreign file system, floppy, disk, DOS, FAT, DIXZero, FormatAsDOSOKDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:PVDev.CD Aug 00 TC Disk 1
  34348.  - Sample Code
  34349.  - Devices and Hardware
  34350.  - Disks
  34351.  - FormatAsDOSV
  34352. 81505X
  34353. Aug 00^    TC Disk 1
  34354. e    No Change
  34355. 83282X
  34356. Aug 00^    TC Disk 2
  34357. --set theItem to choose file -- uncomment to test in an AS editor
  34358.     tell application "Finder"
  34359.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MeterTest:"
  34360.         activate
  34361.     end tell
  34362. on error errMsg number errNum
  34363.     --enter statements to perform when no records are found such as...
  34364.     display dialog "Sorry, the item you selected could not be found."
  34365.     return
  34366. end try
  34367. e    No Changef
  34368. sound
  34369. record
  34370. MeterTestq
  34371. Dev.CD Aug 00 TC Disk 2
  34372. All Packages
  34373. MFC MDIPlayerIXThe is a Microsoft Foundation Class, Multi-Documment Interface version of the QT Player.
  34374. *ChildFrm.cpp
  34375. ChildFrm.h
  34376. MainFrm.cpp
  34377. MainFrm.h
  34378. MFCMDIPlayer.cpp
  34379. MFCMDIPlayer.dsp
  34380. MFCMDIPlayer.dsw
  34381. MFCMDIPlayer.exe
  34382. MFCMDIPlayer.h
  34383. MFCMDIPlayer.mak
  34384. MFCMDIPlayer.rc
  34385. MFCMDIPlayerDoc.cpp
  34386. MFCMDIPlayerDoc.h
  34387. MFCMDIPlayerView.cpp
  34388. MFCMDIPlayerView.h
  34389. mssccprj.scc
  34390. ReadMe.txt
  34391. Resource.h
  34392. StdAfx.cpp
  34393. StdAfx.h
  34394. 83283X
  34395. 1e    No Change
  34396. purpose
  34397. menuscripter
  34398. sample
  34399. demonstrat
  34400. XZero
  34401. FormatAsDOSq
  34402. Dev.CD Aug 00 TC Disk 1
  34403. All Packages
  34404. Fragment Tool
  34405. "Fragment Tool" is a simple application designed to allow basic manipulation of code 
  34406. fragments. It allows you to combine or separate several code fragments, and view and 
  34407. edit various pieces of information associated with each code fragment. It demonstrates 
  34408. several Toolbox Managers and  several common, and some not so common, features of these 
  34409. Managers:
  34410.  Code Fragment Manager
  34411. -Loading and preparing a code fragment from the data fork of a file.
  34412. -Retrieving a list of exported symbols fr
  34413. 81506X
  34414. difficult
  34415. application
  34416. support
  34417. features
  34418. based
  34419. provided
  34420. develop
  34421. article
  34422. Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:FormatAsDOS:"
  34423.         activate
  34424.     end tell
  34425. on error errMsg number errNum
  34426.     --enter statements to perform when no records are found such as...
  34427.     display dialog "Sorry, the item you selected could not be found."
  34428.     return
  34429. end try
  34430. accomplished
  34431. accomplishing
  34432. according
  34433. according
  34434. inside
  34435. macintosh
  34436. macin
  34437. account/password
  34438. accumulate
  34439. accuracy
  34440. accurate
  34441. accurately
  34442. accurately
  34443. print
  34444. image
  34445. scanned
  34446. accurately
  34447. print
  34448. image
  34449. viewed
  34450. monitor
  34451. acgis
  34452. achieve
  34453. achieved
  34454. achieves
  34455. freddoc2
  34456. french
  34457. french
  34458. 1.1.3
  34459. fromS
  34460. fspcompat
  34461. fspcompat
  34462. fspcompat
  34463. fssetprinter
  34464. fssetprinter
  34465. fssetprinter
  34466. fullhpop
  34467. fullmove
  34468. fullmove
  34469. fulloffset
  34470. fulloffset
  34471. fullpath
  34472. fullpath
  34473. fullpath
  34474. fullremove
  34475. fullremove
  34476. fullrename
  34477. fullrename
  34478. fullreplace
  34479. fullreplace
  34480. fullreslist
  34481. fullreslist
  34482. fullsfpack
  34483. ?F    QuickTimeO
  34484. Dev.CD Jul 93P
  34485. Dev.CD Jul 9
  34486. fortune
  34487. foundation
  34488. fourier
  34489. fragment
  34490. frameY
  34491. framework^
  34492. framework
  34493. traffic
  34494. light
  34495. functionv
  34496. function
  34497. index
  34498. inside
  34499. functions
  34500. sprockets
  34501. sprite
  34502. blitter
  34503. drawsprocket
  34504. moofwars
  34505. games
  34506. gamma
  34507. gatewayT
  34508. gdevice
  34509. gdevicechanged
  34510. generator
  34511. tcpixel
  34512. getdevicelist
  34513. getdevicelist
  34514. getnextdevice
  34515. baseaddr
  34516. rowbytes
  34517. pixelsize
  34518. getenetaddrdirect
  34519. getgworld
  34520. gethideonswitch
  34521. getmouse
  34522. getnextdevice
  34523. getnextevent
  34524. getnextevent
  34525. waitnextevent
  34526. filter
  34527. helper
  34528. getnextfond
  34529. getpixbaseaddr
  34530. getpppstatus
  34531. getrectdevice
  34532. getrectdevicerect
  34533. getscrap
  34534. getsetoptions
  34535. getversion
  34536. e    No Changeq
  34537. Dev.CD Aug 00 TC Disk 1
  34538. All Packages
  34539. MenuScripter
  34540. The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  34541. MenuScripter 4.0 implements many of the of the techniques described in the develop articles - 'Programming for Flexibility: The Open Scripting ArB
  34542. chitecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then it is recommended that you read these articles.
  34543. Jan 96L
  34544. May 97V
  34545. 83281X
  34546. 1e    No Change
  34547. ? Example Scripts
  34548.  Read Me
  34549. Associated Documentation
  34550. CodeWarrior 8 Projects
  34551. MenuScripter
  34552. MenuScripter.68K.7
  34553. MenuScripter.68K.
  34554. MenuScripter.make
  34555. MenuScripter.PPC.7
  34556. MenuScripter.PPC.
  34557. Objects68K
  34558. ObjectsPPC
  34559. Resources
  34560. script changecreator
  34561. script datestring
  34562. script get/set selection
  34563. script shift
  34564. script topseeturvee
  34565. Sources
  34566. re's a gotcha with a native 
  34567. click loop procedure).
  34568. -Non standard text styles in lists.
  34569. -Dragable lists. (Okay, I've mentioned that already, but I couldn't decide wha
  34570. heading it under.)
  34571. -Using lists in document windows.
  34572.  Resource Manager
  34573. -Opening resource forks without loading all preloaded resources. This is particularly 
  34574. important when opening application resource forks that may contain preloaded 'CODE' resources.
  34575.  Dialog Manager
  34576. -Non standard text styles in a dialog, including popup menus and editable text items.
  34577. -Support a number of moveable modal dialogs in an application.
  34578. It also demonstrates:
  34579. -How to properly support the standard event loop
  34580. Jan 96L
  34581. May 97M
  34582. System 7.1, AppleScriptNXAppleEvents, AppleScript, scriptable text editor, AppleEvent Object Model, attachabilityOGDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MenuScripter:PODev.CD Aug 00 TC Disk 2
  34583.  - Sample Code
  34584.  - Interapplication Comm
  34585.  - MenuScripterV
  34586. 83281X
  34587. Aug 00^    TC Disk 2
  34588. --set theItem to choose file -- uncomment to test in an AS editor
  34589.     tell application "Finder"
  34590.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MenuScripter:"
  34591.         activate
  34592.     end tell
  34593. on error errMsg number errNum
  34594.     --enter statements to perform when no records are found such as...
  34595.     display dialog "Sorry, the item you selected could not be found."
  34596.     return
  34597. end try
  34598. e    No ChangefTAppleEvents
  34599. AppleScript
  34600. scriptable text editor
  34601. AppleEvent Object Model
  34602. attachabilityq
  34603. Dev.CD Aug 00 TC Disk 2
  34604. All Packages
  34605. F    MeterTest
  34606. 83282X
  34607. Windows.c
  34608. Jan 96L
  34609. May 97N
  34610. CFM, Code Fragment Manager
  34611. --set theItem to choose file -- uncomment to test in an AS editor
  34612.     tell application "Finder"
  34613.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  34614.         activate
  34615.     end tell
  34616. on error errMsg number errNum
  34617.     --enter statements to perform when no records are found such as...
  34618.     display dialog "Sorry, the item you selected could not be found."
  34619.     return
  34620. end try
  34621. 84238X
  34622. Sep 00^    RL Disk 2b
  34623. Revised
  34624. --set theItem to choose file -- uncomment to test in an AS editor
  34625.     tell application "Finder"
  34626.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:webobjects:"
  34627.         activate
  34628.     end tell
  34629. on error errMsg number errNum
  34630.     --enter statements to perform when no records are found such as...
  34631.     display dialog "Sorry, the item you selected could not be found."
  34632.     return
  34633. end try
  34634. Updatedf5WebObjects
  34635. WebObjects 4.5
  34636. Mac OS X Server
  34637. Web Objects
  34638. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  34639. Dev.CD Sep 00 RL Disk 2
  34640. OD!All Packages
  34641. Mac OS SDK Edition
  34642. Telephone Manager 3.0
  34643. b--set theItem to choose file -- uncomment to test in an AS editor
  34644.     tell application "Finder"
  34645.         open item "Dev.CD Oct 94"
  34646.         activate
  34647.     end tell
  34648. on error errMsg number errNum
  34649.     --enter statements to perform when no records are found such as...
  34650.     display dialog "Sorry, the item you selected could not be found."
  34651.     return
  34652. end try
  34653. firewire
  34654. firmware
  34655. firmworks
  34656. first\
  34657. first-person
  34658. firstly
  34659. fits{
  34660. five{
  34661. fixed
  34662. fixesW
  34663. fixing
  34664. fkey's
  34665. SetLED.c
  34666. SetLED.mcp
  34667. SetLED.PPCK
  34668. Jun 98M
  34669. ADB, Apple Extended KeyboardN
  34670. keyboard, ADB, LEDs, SetLEDODDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:PODev.CD Aug 00 TC Disk 1
  34671.  - Sample Code
  34672.  - Devices and Hardware
  34673.  - ADB
  34674.  - SetLEDV
  34675. 83809X
  34676. Aug 00^    TC Disk 1
  34677. --set theItem to choose file -- uncomment to test in an AS editor
  34678.     tell application "Finder"
  34679.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:"
  34680.         activate
  34681.     end tell
  34682. on error errMsg number errNum
  34683.     --enter statements to perform when no records are found such as...
  34684.     display dialog "Sorry, the item you selected could not be found."
  34685.     return
  34686. end try
  34687. e    No Changef
  34688. keyboard
  34689. SetLEDq
  34690. Dev.CD Aug 00 TC Disk 1
  34691. All Packages
  34692. SetPDiMCIGAn MPW tool to set the 'Printer Driver is MultiFinder Compatible' flag.J.SetPDiMC
  34693. SetPDiMC.make
  34694. SetPDiMC.p
  34695. SetPDiMC.p.oM
  34696. MPWO6Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:SetPDiMC:V
  34697. 83810X
  34698. 1e    No Change
  34699. All Packages
  34700. F    QuickTimeO
  34701. Dev.CD Jan 94
  34702. Dev.CD Oct 93P
  34703. Dev.CD Jan 94
  34704. Dev.CD Oct 9V
  34705. 83681X
  34706. Jan 94
  34707. p--set theItem to choose file -- uncomment to test in an AS editor
  34708.     tell application "Finder"
  34709.         open item "Dev.CD Jan 94
  34710. Dev.CD Oct 93"
  34711.         activate
  34712.     end tell
  34713. on error errMsg number errNum
  34714.     --enter statements to perform when no records are found such as...
  34715.     display dialog "Sorry, the item you selected could not be found."
  34716.     return
  34717. end try
  34718. All Packages
  34719. F    QuickTimeO
  34720. Dev.CD Jan 94P
  34721. Dev.CD Jan 9V
  34722. 83682X
  34723. Jan 94
  34724. b--set theItem to choose file -- uncomment to test in an AS editor
  34725.     tell application "Finder"
  34726.         open item "Dev.CD Jan 94"
  34727.         activate
  34728.     end tell
  34729. on error errMsg number errNum
  34730.     --enter statements to perform when no records are found such as...
  34731.     display dialog "Sorry, the item you selected could not be found."
  34732.     return
  34733. end try
  34734. All Packages
  34735. F    QuickTimeV
  34736. 83683X
  34737. Dev.CD Jun 97 SSV
  34738. 83561X
  34739. Jun 97
  34740. f--set theItem to choose file -- uncomment to test in an AS editor
  34741.     tell application "Finder"
  34742.         open item "Dev.CD Jun 97 SSW"
  34743.         activate
  34744.     end tell
  34745. on error errMsg number errNum
  34746.     --enter statements to perform when no records are found such as...
  34747.     display dialog "Sorry, the item you selected could not be found."
  34748.     return
  34749. end try
  34750. All Packages
  34751. QuickDraw 3DO
  34752. Dev.CD Jun 97 SSWP
  34753. Dev.CD Jun 97 SSV
  34754. 83562X
  34755. Jun 97
  34756. f--set theItem to choose file -- uncomment to test in an AS editor
  34757.     tell application "Finder"
  34758.         open item "Dev.CD Jun 97 SSW"
  34759.         activate
  34760.     end tell
  34761. on error errMsg number errNum
  34762.     --enter statements to perform when no records are found such as...
  34763.     display dialog "Sorry, the item you selected could not be found."
  34764.     return
  34765. end try
  34766. All Packages
  34767. QuickDraw 3DO
  34768. Dev.CD Jun 97 SSWP
  34769. Dev.CD Jun 97 SSV
  34770. 83563X
  34771. Jun 97
  34772. All Packages
  34773. QuickDraw 3DO
  34774. Dev.CD Jun 97 SSWP
  34775. Dev.CD Jun 97 SSV
  34776. 83564X
  34777. Jun 97
  34778. f--set theItem to choose file -- uncomment to test in an AS editor
  34779.     tell application "Finder"
  34780.         open item "Dev.CD Jun 97 SSW"
  34781.         activate
  34782.     end tell
  34783. on error errMsg number errNum
  34784.     --enter statements to perform when no records are found such as...
  34785.     display dialog "Sorry, the item you selected could not be found."
  34786.     return
  34787. end try
  34788. All Packages
  34789. QuickDraw 3DO
  34790. Dev.CD Jun 97 SSWP
  34791. Dev.CD Jun 97 SSV
  34792. 83565X
  34793. Jun 97
  34794. f--set theItem to choose file -- uncomment to test in an AS editor
  34795.     tell application "Finder"
  34796.         open item "Dev.CD Jun 97 SSW"
  34797.         activate
  34798.     end tell
  34799. on error errMsg number errNum
  34800.     --enter statements to perform when no records are found such as...
  34801.     display dialog "Sorry, the item you selected could not be found."
  34802.     return
  34803. end try
  34804. D!All Packages
  34805. Mac OS SDK Edition
  34806. QuickDraw 3D for Windows 1.5.2
  34807. --set theItem to choose file -- uncomment to test in an AS editor
  34808.     tell application "Finder"
  34809.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:"
  34810.         activate
  34811.     end tell
  34812. on error errMsg number errNum
  34813.     --enter statements to perform when no records are found such as...
  34814.     display dialog "Sorry, the item you selected could not be found."
  34815.     return
  34816. end try
  34817. e    No ChangefDSprockets
  34818. Games
  34819. DrawSprocket
  34820. InputSprocket
  34821. NetSprocket
  34822. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  34823. Dev.CD Jul 00 SDK1
  34824. All Packages
  34825. F    GDevVideoIPThe info includes the Base address, the rowBytes, and the depth of all monitors.J#GDevVideo(PPC)
  34826. GDevVideo.mcp
  34827. Gen.cpN;GetDeviceList, GetNextDevice, baseAddr, rowBytes, pixelSizeO:Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:GDevVideo:PBDev.CD Aug 00 TC Disk 1
  34828.  - Sample Code
  34829.  - Graphics 2D
  34830.  - GDevVideoV
  34831. 81508X
  34832. Aug 00^    TC Disk 1
  34833. e    No Change
  34834. sample
  34835. illustrates
  34836. create
  34837. application
  34838. sample
  34839. illustrates
  34840. install
  34841. system
  34842. level
  34843. apple
  34844. sample
  34845. illustrates
  34846. install
  34847. application
  34848. level
  34849. sample
  34850. illustrates
  34851. document
  34852. sample
  34853. illustrates
  34854. suspend
  34855. resume
  34856. applee
  34857. sample
  34858. includes
  34859. library
  34860. utility
  34861. routines
  34862. sample
  34863. includes
  34864. applications
  34865. illustrate
  34866. sample
  34867. includes
  34868. source
  34869. libraries
  34870. which
  34871. provide
  34872. sample
  34873. basic
  34874. implementation
  34875. sprite
  34876. sample
  34877. demonstration
  34878. soundsprocket
  34879. sample
  34880. quick
  34881. demonstration
  34882. implement
  34883. sample
  34884. quick
  34885. demonstration
  34886. implement
  34887. sample
  34888. simple
  34889. server
  34890. demonstrat
  34891. sample
  34892. designed
  34893. simple
  34894. drawsprocket
  34895. macapp
  34896. behaviors
  34897. ameSprocket SDKs
  34898. 84265X
  34899. Aug 00^    TC Disk 1
  34900. --set theItem to choose file -- uncomment to test in an AS editor
  34901.     tell application "Finder"
  34902.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TubeTest:"
  34903.         activate
  34904.     end tell
  34905. on error errMsg number errNum
  34906.     --enter statements to perform when no records are found such as...
  34907.     display dialog "Sorry, the item you selected could not be found."
  34908.     return
  34909. end try
  34910. e    No Changef:Palette
  34911. AnimatePalette
  34912. Palette2CTab
  34913. GetPalette
  34914. PmForeColorq
  34915. Dev.CD Aug 00 TC Disk 1
  34916. All Packages
  34917. TV-Man
  34918. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  34919. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  34920. Hardware tools.imgK
  34921. Vol XIV
  34922. 84266X
  34923. 1e    No Change
  34924. b--set theItem to choose file -- uncomment to test in an AS editor
  34925.     tell application "Finder"
  34926.         open item "Dev.CD Apr 94"
  34927.         activate
  34928.     end tell
  34929. on error errMsg number errNum
  34930.     --enter statements to perform when no records are found such as...
  34931.     display dialog "Sorry, the item you selected could not be found."
  34932.     return
  34933. end try
  34934. hspecification
  34935. fetterman
  34936. fewer
  34937. ficycle
  34938. fieldS
  34939. fields
  34940. file/folder
  34941. PRDev.CD Aug 00 TC Disk 1
  34942.  - Tool Chest
  34943.  - Testing & Debugging
  34944.  - Virtual User toolsTC Disk 1
  34945. All Packages
  34946. Gestalt Selectors List 4.3
  34947. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  34948. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  34949. Jk6th Anniversary
  34950. Gestalt Selectors List 4.3
  34951. Gestalt Submission Form
  34952. gestalt.html
  34953. GSL View (EasyView)
  34954. UpdatesK
  34955. May 95L
  34956. Dec 98M7Any word processor capable of reading a 400K text file.OKDev.CD Aug 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:V
  34957. 81509X
  34958. 1e    No Change
  34959. e    No Changeq
  34960. Dev.CD Aug 00 TC Disk 2
  34961. All Packages
  34962. Menu Defproc 1.0.3
  34963. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  34964. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  34965. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  34966. ChooseTkl.c
  34967. ChooseTkl.h
  34968. Concordia
  34969. Concordia Info
  34970. Concordia Info.txt
  34971. Concordia.c
  34972. Concordia.h
  34973. Concordia.make
  34974. Concordia.r
  34975. DrawTkl.c
  34976. DrawTkl.h
  34977. PopUpTkl.c
  34978. PopUpTkl.h
  34979. SizeTkl.c
  34980. SizeTkl.hK
  34981. Vol IIIL
  34982. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Aug 00 TC Disk 1
  34983.  - Tool Chest
  34984.  - Toolbox
  34985.  - Menu Defproc 1.0.3V
  34986. 83280X
  34987. Aug 00^    TC Disk 1
  34988. e    No Change
  34989. qttimecode
  34990. qttimecode
  34991. qttimecode
  34992. qttimecode
  34993. qttojavaimage
  34994. qttojavaimage
  34995. qtvector
  34996. qtvector
  34997. qtvectors
  34998. qtvectors
  34999. qtvectors
  35000. qtvectors
  35001. qtvectors
  35002. qtvectors
  35003. qtvectors
  35004. qtvectors
  35005. qtvectors
  35006. qtvectors
  35007. qtvideo
  35008. qtvideo
  35009. qtvideo
  35010. qtwiredsprites
  35011. qtwiredsprites
  35012. qtwiredsprites
  35013. qtwiredsprites
  35014. qtwiredsprites
  35015. qtwiredsprites
  35016. qtwiredsprites
  35017. qtwiredsprites
  35018. qtwiredsprites
  35019. qtwiredsprites
  35020. qtwiredsprites
  35021. qtzoo
  35022. cardbus
  35023. ibook
  35024. icons
  35025. identification
  35026. image
  35027. imaging
  35028. index
  35029. plist
  35030. information
  35031. information
  35032. property
  35033. infoscrap
  35034. input
  35035. inputsprocket
  35036. interaction
  35037. interleaving
  35038. --set theItem to choose file -- uncomment to test in an AS editor
  35039.     tell application "Finder"
  35040.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:"
  35041.         activate
  35042.     end tell
  35043. on error errMsg number errNum
  35044.     --enter statements to perform when no records are found such as...
  35045.     display dialog "Sorry, the item you selected could not be found."
  35046.     return
  35047. end try
  35048. notes@
  35049. optimization@
  35050. otbuffer@
  35051. override
  35052. quickdraw
  35053. table
  35054. resource@
  35055. overview@
  35056. pcmcia@
  35057. plist@
  35058. ppcbrowser@
  35059. print
  35060. printer@
  35061. proportional@
  35062. quickdraw@
  35063. quicktime
  35064. compress
  35065. decompress@
  35066. recordable@
  35067. rhapsody
  35068. pages@
  35069. signature@
  35070. speech
  35071. recognition@
  35072. stdbits@
  35073. tcp/ip
  35074. appletalk
  35075. reconfiguration
  35076. network
  35077. setup
  35078. ottcpwilldial@
  35079. tmon@
  35080. unix@
  35081. user@
  35082. video
  35083. device@
  35084. yellow
  35085. apis@
  35086. IvThis sample code illustrates how to use create shortcut movies. See the top of the file QTShortcut.c for more details.J4Building QT Samples
  35087. QTShortcut.c
  35088. QTShortcut.h
  35089. READMEOADev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:PLDev.CD Aug 00 TC Disk 2
  35090.  - Sample Code
  35091.  - QuickTime
  35092.  - Goodies
  35093.  - qtshortcutV
  35094. 83527X
  35095. Aug 00^    TC Disk 2
  35096. --set theItem to choose file -- uncomment to test in an AS editor
  35097.     tell application "Finder"
  35098.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:"
  35099.         activate
  35100.     end tell
  35101. on error errMsg number errNum
  35102.     --enter statements to perform when no records are found such as...
  35103.     display dialog "Sorry, the item you selected could not be found."
  35104.     return
  35105. end try
  35106. e    No Changeq
  35107. Dev.CD Aug 00 TC Disk 2
  35108. All Packages
  35109. QTShowEffect
  35110. 83528X
  35111. aximum
  35112. setcontrolminimum
  35113. setcontrolvalue
  35114. setentrycolor
  35115. sethideonswitch
  35116. setlinewidth
  35117. setpalette
  35118. setpt
  35119. setrect
  35120.  leaks.
  35121. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  35122. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  35123. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  35124. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  35125. t this Macintosh" dialog.
  35126. Virtual User tools.imgK
  35127. Jul 93L
  35128. Aug 94
  35129. Memory Monitor requires System Software 7.0 or greater, and Apple
  35130.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  35131. N(Testing, Memory, Virtual User, DebuggingOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:
  35132. 83278X
  35133. Aug 00^    TC Disk 1
  35134. --set theItem to choose file -- uncomment to test in an AS editor
  35135.     tell application "Finder"
  35136.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  35137.         activate
  35138.     end tell
  35139. on error errMsg number errNum
  35140.     --enter statements to perform when no records are found such as...
  35141.     display dialog "Sorry, the item you selected could not be found."
  35142.     return
  35143. end try
  35144. e    No Changef%Testing
  35145. Memory
  35146. Virtual User
  35147. Debuggingq
  35148. Dev.CD Aug 00 TC Disk 1
  35149. All Packages
  35150. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  35151. menu 'cicn' fun.c
  35152. Menu 'cicn' fun.mcp
  35153. Menu 'cicn' fun.rsrcOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Aug 00 TC Disk 2
  35154.  - Sample Code
  35155.  - Human Interface Toolbox
  35156.  - Menu 'cicn' funV
  35157. 83279X
  35158. Aug 00^    TC Disk 2
  35159. e    No Change
  35160. --set theItem to choose file -- uncomment to test in an AS editor
  35161.     tell application "Finder"
  35162.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:"
  35163.         activate
  35164.     end tell
  35165. on error errMsg number errNum
  35166.     --enter statements to perform when no records are found such as...
  35167.     display dialog "Sorry, the item you selected could not be found."
  35168.     return
  35169. end try
  35170. JoApplication.c
  35171. DrawCode.c
  35172. GetDragHilite.c
  35173. GetDragHiliteColor(PPC)
  35174. GetDragHiliteColor.mcp
  35175. GetDragHiliteColor.rsrcN
  35176. ShowDragHilite, Drag ManagerOODev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:GetDragHiliteColor:PWDev.CD Aug 00 TC Disk 2
  35177.  - Sample Code
  35178.  - Human Interface Toolbox
  35179.  - GetDragHiliteColorV
  35180. 81511X
  35181. Aug 00^    TC Disk 2
  35182. e    No Change
  35183. debug
  35184. sound
  35185. manager
  35186. 3.2.1
  35187. debugger
  35188. debugger
  35189. detection
  35190. debuggerpresence
  35191. debuggers
  35192. debugging
  35193. declaration
  35194. decompressors
  35195. delete
  35196. delsearch
  35197. demos
  35198. dependency
  35199. depth
  35200. design
  35201. designing
  35202. desktop
  35203. detection
  35204. detector
  35205. detectorsy
  35206. developerz
  35207. developer
  35208. documentation
  35209. developer
  35210. notes
  35211. developers
  35212. development
  35213. device
  35214. device
  35215. manager
  35216. devnotes
  35217. dialog
  35218. dialog
  35219. manager
  35220. dictation
  35221. dictionary
  35222. dictionary
  35223. manager
  35224. digitizing
  35225. dimmed
  35226. dimming
  35227. direct
  35228. direct
  35229. pixel
  35230. access
  35231. dirid
  35232. disabled
  35233. disassembler
  35234. disassembly
  35235. drivers
  35236. image
  35237. display
  35238. display
  35239. folder
  35240. display
  35241. ?TranslateRotate does two-dimensional translation and rotations in word-size coordinates, using fixed-point math.  Each routine is passed info for a transform matrix which tells the routine what to do with the fPoint argument.  Each routine then does its thing on its fPoint argument, returning the new fPoint position.
  35242. J:TranslateRotate(PPC)
  35243. TranslateRotate.mcp
  35244. TranslateRotate.pM
  35245. NoneN+Fixed Point, Rotation, Translation, 2D MathO@Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:PHDev.CD Aug 00 TC Disk 1
  35246.  - Sample Code
  35247.  - Graphics 2D
  35248.  - TranslateRotate
  35249. applies
  35250. apply
  35251. applying
  35252. approach
  35253. approaches
  35254. appropriate
  35255. appropriately
  35256. approved
  35257. approximate
  35258. approximately
  35259. appstogo
  35260. appwannabe
  35261. april{
  35262. arabe
  35263. arabic
  35264. arbitraryj
  35265. arcellana
  35266. f--set theItem to choose file -- uncomment to test in an AS editor
  35267.     tell application "Finder"
  35268.         open item "Dev.CD Jun 97 SSW"
  35269.         activate
  35270.     end tell
  35271. on error errMsg number errNum
  35272.     --enter statements to perform when no records are found such as...
  35273.     display dialog "Sorry, the item you selected could not be found."
  35274.     return
  35275. end try
  35276. about
  35277. about
  35278. 2.2.2
  35279. redistribution
  35280. OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  35281. Includes source code, and CodeWarrior Pro v3.0 IDE project file.
  35282. JdGetEnetAddrDirect(PPC)
  35283. GetEnetAddrDirect.c
  35284. GetEnetAddrDirect.ppc.mcp
  35285. Read Me 
  35286.  GetEnetAddrDirect.ppcK
  35287. Oct 98
  35288. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  35289. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  35290. OEDev.CD Aug 00 TC Disk 2:Sample Code:Networking:GetEnetAddrDirect.ppc:V
  35291. 81512X
  35292. 1e    No Change
  35293. e    No Changef2MemHell
  35294. Memory
  35295. stress
  35296. debug
  35297. debugging
  35298. testingq
  35299. Dev.CD Aug 00 TC Disk 1
  35300. All Packages
  35301. Memory Monitor
  35302. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  35303. 83278X
  35304. AppleTalk MIB (RFC 1243) alias
  35305. AppleTalk SW for SNMP alias
  35306. Mac System MIB alias
  35307. MacSNMP demo and test
  35308. MacSNMP Developer 1.0.2
  35309. MacSNMP Programmer
  35310. s Guide
  35311. MacSNMP Transport 1.0.2
  35312. Overview - SNMP Development
  35313. Overview - SNMP Development.txt
  35314. TCP/IP MIB-II (RFC 1213) alias
  35315. number
  35316. sample
  35317. rates
  35318. available
  35319. snippet
  35320. converts
  35321. resource
  35322. snippet
  35323. demonstrates
  35324. create
  35325. directory
  35326. snippet
  35327. demonstrates
  35328. determine
  35329. whether
  35330. snippet
  35331. demonstrates
  35332. standard
  35333. select
  35334. snippet
  35335. demonstrates
  35336. record
  35337. metering
  35338. through
  35339. snippet
  35340. demonstrates
  35341. check
  35342. existence
  35343. 83816X
  35344. Aug 00^    TC Disk 2
  35345. --set theItem to choose file -- uncomment to test in an AS editor
  35346.     tell application "Finder"
  35347.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ShadingWinds:"
  35348.         activate
  35349.     end tell
  35350. on error errMsg number errNum
  35351.     --enter statements to perform when no records are found such as...
  35352.     display dialog "Sorry, the item you selected could not be found."
  35353.     return
  35354. end try
  35355. e    No Changeq
  35356. Dev.CD Aug 00 TC Disk 2
  35357. D!All Packages
  35358. Tool Chest Edition
  35359. Sherlock Plug-ins
  35360. getting
  35361. getting
  35362. started
  35363. gettoolconfig
  35364. gettoolconfig
  35365. gettoolconfig
  35366. gettoolconfig
  35367. getvol
  35368. getvol
  35369. newformat
  35370. gif89a
  35371. gimedapalette
  35372. gimedapalette
  35373. gimedapalette&sound
  35374. gimedapalette&sound
  35375. gimedapalette&sound
  35376. gimedapalette&sound
  35377. global
  35378. global
  35379. globals
  35380. globals
  35381. globals
  35382. globals
  35383. p--set theItem to choose file -- uncomment to test in an AS editor
  35384.     tell application "Finder"
  35385.         open item "Dev.CD Jan 94
  35386. Dev.CD Oct 93"
  35387.         activate
  35388.     end tell
  35389. on error errMsg number errNum
  35390.     --enter statements to perform when no records are found such as...
  35391.     display dialog "Sorry, the item you selected could not be found."
  35392.     return
  35393. end try
  35394. member
  35395. memoryA
  35396. memory
  35397. stress
  35398. update
  35399. previous
  35400. version
  35401. memory-efficient
  35402. memory-intensive
  35403. memory/video
  35404. mensch
  35405. mentat
  35406. mention
  35407. menubar
  35408. menumanager
  35409. menusv
  35410. menuscripter
  35411. merchandised
  35412. merchandising
  35413. merely
  35414. message
  35415. messagepad{
  35416. messages{
  35417. messagewatcher
  35418. meta-content
  35419. metering
  35420. methodx
  35421. methodology
  35422. methods
  35423. metrowerks
  35424. directories
  35425. directs
  35426. direformat
  35427. dirid
  35428. dirty
  35429. disable
  35430. disable
  35431. mouse
  35432. keyboard
  35433. disable
  35434. speech
  35435. disabled^
  35436. disableeject
  35437. disables
  35438. disabling
  35439. disambiguator{
  35440. disassemble
  35441. disassembly
  35442. discW
  35443. discard
  35444. disclaimer
  35445. disclaimers
  35446. disclosure
  35447. disconnect
  35448. discourages
  35449. discover
  35450. discovered
  35451. discovering
  35452. discrete
  35453. discs
  35454. discuss
  35455. discussed
  35456. discusses
  35457. discussion
  35458. discussions
  35459. disinfectant
  35460. diskx
  35461. metrowerks
  35462. pascal
  35463. source
  35464. included
  35465. nd try
  35466. e    No Changef8balloon help
  35467. finder help strings
  35468. spinning cursors
  35469. acurq
  35470. Dev.CD Aug 00 TC Disk 1
  35471. All Packages
  35472. GetPPPStatusI
  35473. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  35474. Distinguishes between OT/PPP and ARA.J
  35475. AEHelpers.c
  35476. AEHelpers.h
  35477. FinderRegistry.h
  35478. GetPPPStatus Readme
  35479. GetPPPStatus(PPC)
  35480. GetPPPStatus.c
  35481. GetPPPStatus.mcp
  35482. MoreFinderEvents.c
  35483. MoreFinderEvents.h
  35484. OpenTptPPP.h
  35485. RAScriptingAdditions.h
  35486. TrapUtils.c
  35487. TrapUtils.hK
  35488. Apr 98V
  35489. 81514X
  35490. 1e    No Change
  35491. involving
  35492. iostreams
  35493. iotracer
  35494. ipclister
  35495. ipclistports
  35496. environments
  35497. enwall
  35498. eoaccess
  35499. eocontrol
  35500. eointerface
  35501. eomodeler
  35502. eomoption
  35503. eprom
  35504. equilibrium
  35505. equilibrium's
  35506. equivalent
  35507. erase
  35508. erases
  35509. erasing
  35510. errata
  35511. erratic
  35512. erroneous
  35513. error
  35514. r-handling
  35515. errors
  35516. esfahani
  35517. eskimo
  35518. espana
  35519. especially
  35520. essence
  35521. essential
  35522. essentially
  35523. essentials
  35524. establish
  35525. established
  35526. establishing
  35527. establishment
  35528. eternal
  35529. portrait{
  35530. portrect
  35531. ports
  35532. portuguese
  35533. posers
  35534. position
  35535. positioning
  35536. positions
  35537. possibilities
  35538. possibility
  35539. possiblee
  35540. possibly
  35541. post-install
  35542. postal
  35543. poster
  35544. posting
  35545. posts
  35546. postscript
  35547. postscripthandle
  35548. postscripthandledemo
  35549. potential
  35550. potentially
  35551. pottier
  35552. powemac{
  35553. Macintosh: Open Transport
  35554. Nov 97L
  35555. Jun 98V
  35556. 81515X
  35557. 1e    No Change
  35558. black-and-white
  35559. blackketter
  35560. blank
  35561. r ARA 3.0 or greater.N.OT/PPP, Open Transport, PPP, ARA, GetPPPStatus
  35562. f--set theItem to choose file -- uncomment to test in an AS editor
  35563.     tell application "Finder"
  35564.         open item "Dev.CD Jul 96 SSW"
  35565.         activate
  35566.     end tell
  35567. on error errMsg number errNum
  35568.     --enter statements to perform when no records are found such as...
  35569.     display dialog "Sorry, the item you selected could not be found."
  35570.     return
  35571. end try
  35572. programs{
  35573. progress
  35574. progress
  35575. authentication
  35576. progressbars
  35577. progressbars
  35578. source
  35579. sample
  35580. illustrating
  35581. progresswindoid
  35582. promotional
  35583. promotions
  35584. prompt
  35585. prompts^
  35586. proofreaders
  35587. propagates
  35588. proper
  35589. properly
  35590. properties
  35591. property
  35592. propertylist
  35593. proportional
  35594. PLDev.CD Aug 00 TC Disk 2
  35595.  - Sample Code
  35596.  - Overview
  35597.  - Sample (Traffic Light)V
  35598. 83776X
  35599. Aug 00^    TC Disk 2
  35600. --set theItem to choose file -- uncomment to test in an AS editor
  35601.     tell application "Finder"
  35602.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:Sample (Traffic Light):"
  35603.         activate
  35604.     end tell
  35605. on error errMsg number errNum
  35606.     --enter statements to perform when no records are found such as...
  35607.     display dialog "Sorry, the item you selected could not be found."
  35608.     return
  35609. end try
  35610. e    No Changef
  35611. Framework
  35612. Traffic Lightq
  35613. Dev.CD Aug 00 TC Disk 2
  35614. All Packages
  35615. SampleMakeEffectMovieI}This application takes the video tracks from zero, one, or two movies and creates a new movie with an effects track for them.V
  35616. 83777X
  35617. 1e    No Change
  35618. boxes
  35619. branch
  35620. brand{
  35621. brave
  35622. braving
  35623. brazilian
  35624. break
  35625. breakline
  35626. breakpoints
  35627. breaks
  35628. breakthroughs
  35629. breeze
  35630. brian
  35631. bridge
  35632. bridges
  35633. brief
  35634. brigham
  35635. brightness
  35636. bring
  35637. bring-up
  35638. bringing
  35639. brings
  35640. brink
  35641. british
  35642. broad
  35643. broadcast
  35644. broadcast-ready
  35645. brochure
  35646. broken
  35647. browse
  35648. browser
  35649. browsermaker
  35650. browsermaker
  35651. create
  35652. document
  35653. links
  35654. other
  35655. browsers
  35656. browsing
  35657. return
  35658. end try
  35659. e    No Changef@Open Transport
  35660. OTOptionManagment
  35661. option management
  35662. GetSetOptionsq
  35663. Dev.CD Aug 00 TC Disk 2
  35664. All Packages
  35665. GiMeDaPalette with Sound
  35666. 81516X
  35667. snippets
  35668. communications
  35669. toolbox
  35670. snippets
  35671. development
  35672. tools
  35673. languages
  35674. snippets
  35675. devices
  35676. snippets
  35677. files
  35678. snippets
  35679. hardware
  35680. snippets
  35681. interapplication
  35682. communication
  35683. snippets
  35684. memory
  35685. snippets
  35686. networking
  35687. snippets
  35688. utilities
  35689. snippets
  35690. printing
  35691. snippets
  35692. processes
  35693. snippets
  35694. quickdraw
  35695. snippets
  35696. quicktime
  35697. snippets
  35698. sound
  35699. snippets
  35700. testing
  35701. debugging
  35702. snippets
  35703. snippets
  35704. toolbox
  35705. development
  35706. softvdig
  35707. software
  35708. somobjects
  35709. somobjects
  35710. sound
  35711. sound
  35712. manager
  35713. sound
  35714. premixer
  35715. effect
  35716. soundapp
  35717. soundboard
  35718. soundconvert
  35719. soundconverter
  35720. soundlevel
  35721. soundmemrecord
  35722. soundrecord
  35723. soundsnippets
  35724. soundsprockettest
  35725. source
  35726. sourcebug
  35727. sourceobj
  35728. sources
  35729. spain
  35730. cific
  35731. spooler
  35732. sprocket
  35733. stack
  35734. --set theItem to choose file -- uncomment to test in an AS editor
  35735.     tell application "Finder"
  35736.         open item "Dev.CD Apr 94
  35737. Dev.CD Jan 94
  35738. Dev.CD Oct 93
  35739. Dev.CD Jul 93"
  35740.         activate
  35741.     end tell
  35742. on error errMsg number errNum
  35743.     --enter statements to perform when no records are found such as...
  35744.     display dialog "Sorry, the item you selected could not be found."
  35745.     return
  35746. end try
  35747. installer
  35748. instruction
  35749. instructional
  35750. instructions_
  35751. instrumentation
  35752. instrumented
  35753. insure
  35754. int'l
  35755. intact
  35756. integer
  35757. integral
  35758. integrate
  35759. integrated
  35760. integrates
  35761. integrating
  35762. integrating
  35763. computer-based
  35764. media
  35765. broadcast
  35766. environment
  35767. integration
  35768. integrator
  35769. Dev.CD Jan 94
  35770. Dev.CD Oct 93P
  35771. Dev.CD Jan 94
  35772. Dev.CD Oct 9V
  35773. 83683X
  35774. Jan 94
  35775. p--set theItem to choose file -- uncomment to test in an AS editor
  35776.     tell application "Finder"
  35777.         open item "Dev.CD Jan 94
  35778. Dev.CD Oct 93"
  35779.         activate
  35780.     end tell
  35781. on error errMsg number errNum
  35782.     --enter statements to perform when no records are found such as...
  35783.     display dialog "Sorry, the item you selected could not be found."
  35784.     return
  35785. end try
  35786. All Packages
  35787. F    QuickTimeO
  35788. Dev.CD Jan 94
  35789. Dev.CD Oct 93P
  35790. Dev.CD Jan 94
  35791. Dev.CD Oct 9V
  35792. 83684X
  35793. Jan 94
  35794. p--set theItem to choose file -- uncomment to test in an AS editor
  35795.     tell application "Finder"
  35796.         open item "Dev.CD Jan 94
  35797. Dev.CD Oct 93"
  35798.         activate
  35799.     end tell
  35800. on error errMsg number errNum
  35801.     --enter statements to perform when no records are found such as...
  35802.     display dialog "Sorry, the item you selected could not be found."
  35803.     return
  35804. end try
  35805. All Packages
  35806. F    QuickTimeV
  35807. 83685X
  35808. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  35809. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  35810. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  35811. ager.  This can involve scrambling the system heap or application heap.
  35812. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  35813. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  35814. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  35815. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  35816. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  35817. MegaMovies
  35818. Read Me
  35819. Read Me.txtK
  35820. Jul 92L
  35821. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  35822.  1.0 extensionO>Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:PFDev.CD Aug 00 TC Disk 1
  35823.  - Tool Chest
  35824.  - QuickTime
  35825.  - MegaMovies 1.6.2
  35826. readme-fragment
  35827. readme-fragment
  35828. readmefirst
  35829. readsector
  35830. readsector
  35831. msdos
  35832. readsector
  35833. msdos
  35834. readsectormsdos
  35835. readsectormsdos
  35836. receive
  35837. receive
  35838. script
  35839. receiver
  35840. receiver
  35841. receiver
  35842. rsrca
  35843. recievera
  35844. reciever
  35845. recipes
  35846. recognition
  35847. record
  35848. record
  35849. retrievepictinfo
  35850. record
  35851. retrievepictinfo
  35852. record
  35853. sound
  35854. record
  35855. sound
  35856. record
  35857. sound
  35858. record
  35859. sound
  35860. record
  35861. sound
  35862. record
  35863. recordit
  35864. recordit
  35865. recordretrievepictin
  35866. recordretrievepictin
  35867. chair
  35868. redants
  35869. redants
  35870. redants
  35871. redistribution
  35872. --set theItem to choose file -- uncomment to test in an AS editor
  35873.     tell application "Finder"
  35874.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:"
  35875.         activate
  35876.     end tell
  35877. on error errMsg number errNum
  35878.     --enter statements to perform when no records are found such as...
  35879.     display dialog "Sorry, the item you selected could not be found."
  35880.     return
  35881. end try
  35882. gxgraphics
  35883. 1.1.6
  35884. hairline
  35885. halftone
  35886. handler
  35887. handlers
  35888. handles
  35889. ndoff
  35890. handwriting
  35891. handy
  35892. handyman
  35893. hardware
  35894. hardware
  35895. address
  35896. hardware
  35897. developer
  35898. documentation
  35899. hardware
  35900. documentation
  35901. zones
  35902. heaps
  35903. hebrew
  35904. center
  35905. systems
  35906. helper
  35907. class
  35908. driver
  35909.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  35910. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  35911.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  35912. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  35913. 83806X
  35914. Aug 00^    TC Disk 1
  35915. --set theItem to choose file -- uncomment to test in an AS editor
  35916.     tell application "Finder"
  35917.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  35918.         activate
  35919.     end tell
  35920. on error errMsg number errNum
  35921.     --enter statements to perform when no records are found such as...
  35922.     display dialog "Sorry, the item you selected could not be found."
  35923.     return
  35924. end try
  35925. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  35926. Dev.CD Aug 00 TC Disk 1
  35927. All Packages
  35928. SetDeskCPatDemoI
  35929. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  35930. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  35931. MoveableModalDialog.c
  35932. MoveableModalDialog.h
  35933. SetDeskCPat(PPC)
  35934. SetDeskCPat.c
  35935. SetDeskCPat.mcp
  35936. SetDeskCPat.rsrc
  35937. SetDeskCPatDemo READ MEK
  35938. Aug 97O@Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:SetDeskCPatDemo:V
  35939. 83807X
  35940. 1e    No Change
  35941. 83276X
  35942. Aug 00^    TC Disk 1
  35943. --set theItem to choose file -- uncomment to test in an AS editor
  35944.     tell application "Finder"
  35945.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  35946.         activate
  35947.     end tell
  35948. on error errMsg number errNum
  35949.     --enter statements to perform when no records are found such as...
  35950.     display dialog "Sorry, the item you selected could not be found."
  35951.     return
  35952. end try
  35953. e    No Changeq
  35954. Dev.CD Aug 00 TC Disk 1
  35955. All Packages
  35956. MemHellIqMemory stress too.   Update to previous version.
  35957. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  35958. MemHell
  35959. MemHell 1.0a6 ReadMeK
  35960. Dec 93L
  35961. Dec 99M
  35962. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Aug 00 TC Disk 1
  35963.  - Tool Chest
  35964.  - Testing & Debugging
  35965.  - MemHellV
  35966. 83277X
  35967. Aug 00^    TC Disk 1
  35968. e    No Change
  35969. 81519X
  35970. Communications Toolbox
  35971. Contributed
  35972. Devices and Hardware
  35973. Files
  35974. Games
  35975. Graphics 2D
  35976. Graphics 3D
  35977. Help Systems
  35978. Human Interface Toolbox
  35979. Interapplication Comm
  35980. Memory
  35981. Networking
  35982. OS Utilities
  35983. Overview
  35984. Platforms and Tools
  35985. Printing
  35986. Processes
  35987. QuickTime
  35988. Runtime Architecture
  35989. Sound
  35990. library
  35991. musicp
  35992. music
  35993. soundp
  35994. music
  35995. browsermaker
  35996. helper
  35997. moviebrowser
  35998. mw68k
  35999. mw68k
  36000. browsermaker
  36001. mw68k
  36002. moviebrowser
  36003. mwprefix68k
  36004. mwprefix68k
  36005. mwprefixrez68k
  36006. mwprefixrez68k
  36007. mwprefixrezppc
  36008. mwprefixrezppc
  36009. mybuildmenu
  36010. mycomponent
  36011. mycomponent
  36012. mycomponent
  36013. mycomponent
  36014. mycomponentroutines
  36015. mycomponentroutines
  36016. mycomponentroutines
  36017. mydialog
  36018. mydialog
  36019. mydialog
  36020. namerevisioncurrent
  36021. native
  36022. native
  36023. navig
  36024. All Packages
  36025. MegaMovies 1.6.2
  36026. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  36027.  with other components of the System Software.
  36028. Features:
  36029. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  36030. Standard Movie Controllers:  The user
  36031. 83276X
  36032.     activate
  36033.     end tell
  36034. on error errMsg number errNum
  36035.     --enter statements to perform when no records are found such as...
  36036.     display dialog "Sorry, the item you selected could not be found."
  36037.     return
  36038. end try
  36039. e    No Changef
  36040. Gray Pattern
  36041. PenPixPat
  36042. PenPat
  36043. Dev.CD Aug 00 TC Disk 1
  36044. All Packages
  36045. GrayText
  36046. 81520X
  36047. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  36048. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  36049. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  36050. Palette Animation and Palette Anima
  36051. tion Gray:  These sample applications show how to animate the entries of a palette.
  36052. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  36053. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  36054. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  36055. component
  36056. compression
  36057. decompression
  36058. scomQ
  36059. component
  36060. compression
  36061. decompression
  36062. scomm
  36063. component
  36064. manager
  36065. compound
  36066. compress
  36067. compressed
  36068. compressionQ
  36069. compression
  36070. stdpic
  36071. stdbits
  36072. compressed
  36073. compsite
  36074. computer
  36075. computer
  36076. based
  36077. media
  36078. television
  36079. broadcast
  36080. graphics
  36081. conditional
  36082. conference
  36083. conferencing
  36084. configuration
  36085. connection
  36086. connectivity
  36087. consumer
  36088. container
  36089. content
  36090. context
  36091. grid (i.e. only allow a window to grow or shrink by 30 pixels).
  36092. You might think that using something like DragHook (see the Window Manager documentation) would be the best way to approach this, but the easiest way to do this is just to write a small MyGrowWIndow function and use that. 
  36093. Or, even better, just grab this one demonstrated here.
  36094. 81521X
  36095. 1e    No Change
  36096. --set theItem to choose file -- uncomment to test in an AS editor
  36097.     tell application "Finder"
  36098.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:"
  36099.         activate
  36100.     end tell
  36101. on error errMsg number errNum
  36102.     --enter statements to perform when no records are found such as...
  36103.     display dialog "Sorry, the item you selected could not be found."
  36104.     return
  36105. end try
  36106. ime for Java:GroupDrawing:PfDev.CD Aug 00 TC Disk 2
  36107.  - Sample Code
  36108.  - QuickTime
  36109.  -  All Java
  36110.  - QuickTime for Java
  36111.  - GroupDrawingV
  36112. 81522X
  36113. Aug 00^    TC Disk 2
  36114. e    No Change
  36115. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  36116. Features: 
  36117.  Round (to nearest),Truncate (toward zero),
  36118. Floor (toward -
  36119.  Optimized for 68040; functional with 68881/2
  36120.  Over 15X faster on Quadra, but 2.6X slower on the FX
  36121. FloatToLong.a
  36122. ReadMe
  36123. ReadMe.txtK
  36124. Apr 93O`Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Aug 00 TC Disk 1
  36125.  - Tool Chest
  36126.  - Development Kits
  36127.  - MPW Related
  36128.  - Maximizing Quadra FloatingPointt, sample codeO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  36129.  - Sample CodeV
  36130. 81523X
  36131. Aug 00^    TC Disk 2
  36132. e    No Change
  36133. e    No Changef
  36134. QuickTime
  36135. componentq
  36136. Dev.CD Aug 00 TC Disk 2
  36137. All Packages
  36138. F    MDIPlayerI
  36139. MDIPlayer is a sample application that demonstrates how to display QuickTime movies using the MDI (multiple document interface).
  36140. mdiplayer.c
  36141. mdiplayer.dsp
  36142. mdiplayer.dsw
  36143. MDIPlayer.exe
  36144. mdiplayer.ico
  36145. mdiplayer.mak
  36146. mdiplayer.rc
  36147. movie.ico
  36148. mssccprj.scc
  36149. README.txt
  36150. resource.hOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Aug 00 TC Disk 2
  36151.  - Sample Code
  36152.  - QuickTime
  36153.  - Basics
  36154.  - MDIPlayer.winV
  36155. 83275X
  36156. Aug 00^    TC Disk 2
  36157. --set theItem to choose file -- uncomment to test in an AS editor
  36158.     tell application "Finder"
  36159.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  36160.         activate
  36161.     end tell
  36162. on error errMsg number errNum
  36163.     --enter statements to perform when no records are found such as...
  36164.     display dialog "Sorry, the item you selected could not be found."
  36165.     return
  36166. end try
  36167. e    No Changeq
  36168. Dev.CD Aug 00 TC Disk 2
  36169. e    No Changeq
  36170. Dev.CD Aug 00 TC Disk 2
  36171. All Packages
  36172. QTMovieFromURL
  36173. hThis sample code illustrates how to use QuickTime's URL data handler to open a movie file specified by a URL. See the top of the file QTMovieFromURL.c for more details.
  36174. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  36175. J<Building QT Samples
  36176. QTMovieFromURL.c
  36177. QTMovieFromURL.h
  36178. READMEN
  36179. QuickTime, URL, HandlerOGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTMovieFromURL:PRDev.CD Aug 00 TC Disk 2
  36180.  - Sample Code
  36181.  - QuickTime
  36182.  - Streaming
  36183.  - QTMovieFromURLV
  36184. 83521X
  36185. Aug 00^    TC Disk 2
  36186. e    No Change
  36187. --set theItem to choose file -- uncomment to test in an AS editor
  36188.     tell application "Finder"
  36189.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  36190.         activate
  36191.     end tell
  36192. on error errMsg number errNum
  36193.     --enter statements to perform when no records are found such as...
  36194.     display dialog "Sorry, the item you selected could not be found."
  36195.     return
  36196. end try
  36197. Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  36198.  - Development Kits (Disc 2)
  36199.  - Quickdraw GX Init Update
  36200.  - GXGraphics 1.1.6 initV
  36201. 81524X
  36202. Apr 98^
  36203. 83273X
  36204. Aug 00^    TC Disk 1
  36205. --set theItem to choose file -- uncomment to test in an AS editor
  36206.     tell application "Finder"
  36207.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  36208.         activate
  36209.     end tell
  36210. on error errMsg number errNum
  36211.     --enter statements to perform when no records are found such as...
  36212.     display dialog "Sorry, the item you selected could not be found."
  36213.     return
  36214. end try
  36215. e    No Changeq
  36216. Dev.CD Aug 00 TC Disk 1
  36217. All Packages
  36218. MCComponentI
  36219. A sample QuickTime component.J
  36220. FadeScreen.c
  36221. FadeScreen.h
  36222. HideMenuBar.c
  36223. HideMenuBar.h
  36224. MCComponent(PPC)
  36225. MCComponent.mcp
  36226. MyComponent.c
  36227. MyComponent.h
  36228. MyComponent.rsrc
  36229. MyComponentRoutines.c
  36230. MyComponentRoutines.hM    QuickTimeN
  36231. QuickTime, componentOADev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:PLDev.CD Aug 00 TC Disk 2
  36232.  - Sample Code
  36233.  - QuickTime
  36234.  - Codecs
  36235.  - MCComponentV
  36236. 83274X
  36237. Aug 00^    TC Disk 2
  36238. e    No Change
  36239. vucollect
  36240. vumark
  36241. vumeter
  36242. w/mathlib
  36243. w/sound
  36244. w/sys
  36245. waiting
  36246. waitnextevent
  36247. waits
  36248. wake100
  36249. wake100
  36250. sample
  36251. which
  36252. reads
  36253. wakes
  36254. walk-through
  36255. walking
  36256. walks
  36257. walkthrough
  36258. wang's
  36259. wantl
  36260. wanted
  36261. wanting
  36262. wants
  36263. warming
  36264. warning
  36265. warnings
  36266. warns
  36267. warrior
  36268. cache
  36269. taller
  36270. instance
  36271. preexisting
  36272. prefer
  36273. preference
  36274. preferences
  36275. preferred
  36276. preflightgl
  36277. prefs
  36278. preliminary
  36279. preloaded
  36280. premastering
  36281. premier
  36282. premierey
  36283. preparation
  36284. prepare
  36285. prepared
  36286. preparememoryforio
  36287. preparing
  36288. preperation
  36289. s8guide
  36290. higuidelines
  36291. history
  36292. history
  36293. history
  36294. hooks
  36295. hooks
  36296. hooks
  36297. hooks
  36298. horiz
  36299. horiz
  36300. count
  36301. hosefile
  36302. hosefile
  36303. hoseirda
  36304. hoseirda
  36305. hoseirda
  36306. hoseirdalib
  36307. hosesample
  36308. hotbot
  36309. hotbot
  36310. aging`
  36311. import
  36312. important
  36313. importersp
  36314. importers
  36315. exportersp
  36316. fstubs
  36317. fstubs
  36318. fstubs
  36319. fullballoons
  36320. fullballoons
  36321. fulldrag
  36322. fulldrag
  36323. fullfind
  36324. fullfind
  36325. fullhpop
  36326. fullhpop
  36327. fullmove
  36328. fullmove
  36329. fulloffset
  36330. fulloffset
  36331. fullpath
  36332. fullpath
  36333. fullpath
  36334. fullremove
  36335. fullremove
  36336. fullrename
  36337. fullrename
  36338. fullreplace
  36339. fullreplace
  36340. fullreslist
  36341. fullreslist
  36342. fullscreen
  36343. fullsfpack
  36344. tionbook
  36345. introfoundationbook
  36346. writer
  36347. isimagewriter
  36348. isimagewriter
  36349. isimagewriter
  36350. isimagewriter
  36351. iso9660
  36352. iso9660
  36353. floppy
  36354. iso9660
  36355. floppy
  36356. iso9660
  36357. autotest
  36358. dialogtest
  36359. menutest
  36360. sample
  36361. sample
  36362. sample
  36363. ispautotest
  36364. ispautotest
  36365. ispcexchangeinstalle
  36366. editionP
  36367. spanish
  36368. 1.1.3
  36369. speaking
  36370. speaking
  36371. errors
  36372. speaking
  36373. specific
  36374. specification
  36375. specs
  36376. speech
  36377. speech
  36378. recognition
  36379. speech
  36380. recognition
  36381. processmgr
  36382. processorZ
  36383. processor-based{
  36384. processorsu
  36385. procs
  36386. prodos
  36387. produce
  36388. produced
  36389. producer
  36390. producer/consumer
  36391. produces
  36392. produces
  36393. module
  36394. producing
  36395. e Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  36396. Documents
  36397. Release Notes
  36398. ToolsK
  36399. May 95L
  36400. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  36401. GX Fonts, GX TypographyO<Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:GXifier 1.1:PDDev.CD Aug 00 TC Disk 1
  36402.  - Tool Chest
  36403.  - QuickDraw GX
  36404.  - GXifier 1.1V
  36405. 81525X
  36406. Aug 00^    TC Disk 1
  36407. e    No Change
  36408. Deletedq
  36409. Dev.CD Nov 99 TC
  36410. All Packages
  36411. MarqueeI_Marquee will build and display a marquee similar to the selection rectangle tool in MacPaint
  36412. . J/Marquee(PPC)
  36413. marquee.c
  36414. Marquee.mcp
  36415. Marquee.rsrcM
  36416. Color QuickDrawN
  36417. Marquee, selection toolO8Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:P@Dev.CD Aug 00 TC Disk 1
  36418.  - Sample Code
  36419.  - Graphics 2D
  36420.  - MarqueeV
  36421. 83272X
  36422. Aug 00^    TC Disk 1
  36423. --set theItem to choose file -- uncomment to test in an AS editor
  36424.     tell application "Finder"
  36425.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:"
  36426.         activate
  36427.     end tell
  36428. on error errMsg number errNum
  36429.     --enter statements to perform when no records are found such as...
  36430.     display dialog "Sorry, the item you selected could not be found."
  36431.     return
  36432. end try
  36433. e    No Changef
  36434. Marquee
  36435. selection toolq
  36436. Dev.CD Aug 00 TC Disk 1
  36437. All Packages
  36438. Maximizing Quadra FloatingPoint
  36439. 83273X
  36440. e    No Changef
  36441. AppleScript
  36442. Calling AppleScriptq
  36443. Dev.CD Aug 00 TC Disk 2
  36444. D!All Packages
  36445. Tool Chest Edition
  36446. Manalyzer 2.0d3
  36447. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  36448. Features: Filters incoming traffic by node, byte or network protocol.
  36449.       - Generates background traffic at any bandwidth.
  36450.       - Displays incoming data in several formats.
  36451.       - Decodes AppleTalk  packets up to the ATP level. 
  36452. JcManalyzer
  36453. Manalyzer Read Me
  36454. Manalyzer Read Me.txt
  36455. Manalyzer Relase Notes
  36456. Manalyzer Relase Notes.txtK
  36457. Vol VIIL
  36458. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  36459.  - Tool Chest
  36460.  - Networking
  36461.  - Manalyzer 2.0d3V
  36462. 83271X
  36463. Nov 99^
  36464. #ToolV
  36465. 81526X
  36466. Aug 00^    TC Disk 1
  36467. e    No Change
  36468. --set theItem to choose file -- uncomment to test in an AS editor
  36469.     tell application "Finder"
  36470.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  36471.         activate
  36472.     end tell
  36473. on error errMsg number errNum
  36474.     --enter statements to perform when no records are found such as...
  36475.     display dialog "Sorry, the item you selected could not be found."
  36476.     return
  36477. end try
  36478. J8Building QT Samples
  36479. QTMultiImage.c
  36480. QTMultiImage.h
  36481. READMEOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmultiimage:PNDev.CD Aug 00 TC Disk 2
  36482.  - Sample Code
  36483.  - QuickTime
  36484.  - Goodies
  36485.  - qtmultiimageV
  36486. 83522X
  36487. Aug 00^    TC Disk 2
  36488. --set theItem to choose file -- uncomment to test in an AS editor
  36489.     tell application "Finder"
  36490.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmultiimage:"
  36491.         activate
  36492.     end tell
  36493. on error errMsg number errNum
  36494.     --enter statements to perform when no records are found such as...
  36495.     display dialog "Sorry, the item you selected could not be found."
  36496.     return
  36497. end try
  36498. e    No Changeq
  36499. Dev.CD Aug 00 TC Disk 2
  36500. All Packages
  36501. QTMusic
  36502. 83523X
  36503. ibutes
  36504. window
  36505. class
  36506. window
  36507. classes
  36508. window
  36509. layers
  36510. window
  36511. manager
  36512. windows
  36513. wired
  36514. wombat
  36515. workstation
  36516. world
  36517. world
  36518. writerk
  36519. zeroscrap
  36520. zoomtowindowdevice
  36521. --set theItem to choose file -- uncomment to test in an AS editor
  36522.     tell application "Finder"
  36523.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  36524.         activate
  36525.     end tell
  36526. on error errMsg number errNum
  36527.     --enter statements to perform when no records are found such as...
  36528.     display dialog "Sorry, the item you selected could not be found."
  36529.     return
  36530. end try
  36531. JFBuilding QT Samples
  36532. common.c
  36533. common.h
  36534. globals.c
  36535. globals.h
  36536. hacktv.r
  36537. macN"QuickTime, Video, Digitizing, vDigO?Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:HackTV:PJDev.CD Aug 00 TC Disk 2
  36538.  - Sample Code
  36539.  - QuickTime
  36540.  - Capturing
  36541.  - HackTVV
  36542. 81527X
  36543. Aug 00^    TC Disk 2
  36544. e    No Change
  36545. 2.1.1
  36546. 2.1.2
  36547. 2.1.3
  36548. 2.2.2
  36549. 2.3.0
  36550. 2.4b6
  36551. 2.6.1
  36552. 2.6.5]
  36553. 24gcP
  36554. 3.0.1^
  36555. 3.0b10
  36556. 3.2.4
  36557. 3.7.1
  36558. 3/92d
  36559. 4.1.2
  36560. 5.0.7W
  36561. 5.3.2
  36562. 5thcolumn
  36563. 6.0.3
  36564. 6.0.4
  36565. 6.0.5
  36566. 6.1b9
  36567. OQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:P\Dev.CD Aug 00 TC Disk 2
  36568.  - Sample Code
  36569.  - QuickTime
  36570.  - Streaming
  36571.  - QTSPacketizerReassemblerV
  36572. 83531X
  36573. Aug 00^    TC Disk 2
  36574. --set theItem to choose file -- uncomment to test in an AS editor
  36575.     tell application "Finder"
  36576.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:"
  36577.         activate
  36578.     end tell
  36579. on error errMsg number errNum
  36580.     --enter statements to perform when no records are found such as...
  36581.     display dialog "Sorry, the item you selected could not be found."
  36582.     return
  36583. end try
  36584. e    No Changef.QuickTime
  36585. Packetizer
  36586. Reassembler
  36587. Component
  36588. Dev.CD Aug 00 TC Disk 2
  36589. All Packages
  36590. F    QTSprites
  36591. 83532X
  36592. gestalt
  36593. gestalt
  36594. gestaltnativecputype
  36595. gestaltprocessortype
  36596. gestalt
  36597. gestaltvmattr
  36598. gestalt
  36599. quickdraw
  36600. gestaltquickdrawvers
  36601. gestaltquickdrawfeat
  36602. gestalt
  36603. selector
  36604. codes
  36605. gestalt
  36606. manager
  36607. machine
  36608. identificatio
  36609. gestaltnativecputype
  36610. gestaltprocessortype
  36611. gestaltquickdrawfeat
  36612. gestaltquickdrawvers
  36613. gestaltvmattr
  36614. getcontrolmaximum
  36615. getcontrolminimum
  36616. getcontrolvalue
  36617. getcpixel
  36618. getctable
  36619. getctable
  36620. newpalette
  36621. setpalette
  36622. palette
  36623. animation
  36624. animatepal
  36625. getcwmgrport
  36626. getcwmgrport
  36627. getdevicelist
  36628. getnextdevice
  36629. copybits
  36630. openpictur
  36631. orldpixmap
  36632. gethideonswitch
  36633. getmaindevice
  36634. getmouse
  36635. getnextdevice
  36636. getnextevent
  36637. getnextevent
  36638. waitnextevent
  36639. filter
  36640. helper
  36641. getnextfond
  36642. getnextprocess
  36643. getpixbaseaddr
  36644. getpixrowbytes
  36645. tsetoptions
  36646. getversion
  36647. e    No Changeq
  36648. Dev.CD Aug 00 TC Disk 1
  36649. All Packages
  36650. MakeStartupAliasToMe
  36651. This small application illustrating how to launch an AppleScript
  36652. and send a list of files to it for processing.  This a simple way
  36653. for your application to access the powerful high level facilities
  36654. provided by AppleScript.
  36655. Includes an example of how you could include a 'Scripts' subfolder
  36656. inside of a Mac OS 9 package and then call the scripts in that
  36657. subfolder from inside of your application.
  36658. CWDefines.h
  36659. debugf.c
  36660. debugf.h
  36661. MakeFile
  36662. MakeStartupAliasToMe
  36663. MakeStartupAliasToMe.c
  36664. MakeStartupAliasToMe.prj
  36665. MakeStartupAliasToMe.r
  36666. MakeStartupAliasToMe.rsrc
  36667. PackageExample
  36668. ReadMe
  36669. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Aug 00 TC Disk 2
  36670.  - Sample Code
  36671.  - Interapplication Comm
  36672.  - MakeStartupAliasToMeV
  36673. 83270X
  36674. Aug 00^    TC Disk 2
  36675. e    No Change
  36676. finder
  36677. handy
  36678. little
  36679. application
  36680. workers
  36681. justifiable
  36682. justification
  36683. justify
  36684. kaealwaysinteracta
  36685. kaecaninteracta
  36686. kaeneverinteracta
  36687. kaleida{
  36688. kanji
  36689. karma
  36690. kazim
  36691. kbytes
  36692. kcapapp
  36693. kchrs
  36694. kcodecformat
  36695. keeping
  36696. keeps
  36697. keith
  36698. keith's
  36699.  drag it around with the mouse.
  36700. - scrolling using the keyboard.
  36701. Other interesting techniques illustrated include:
  36702. - Setting the cu
  36703. .rsor and handling mouse moved events for various regions of the screen,
  36704. - Optimizing drawing performance by limiting drawing operations to those ones that will have a visual effect on the screen (This can dramatically improve the speed of drawing during scrolling operations).
  36705. It's just plain handy!!!
  36706. 81529X
  36707. 1e    No Change
  36708. simple
  36709. sample
  36710. program
  36711. demonstrates
  36712. application
  36713. measure
  36714. intertask
  36715. signaling
  36716. application
  36717. test/demo
  36718. mt/mp
  36719. mpdelayuntil
  36720. application
  36721. test/demo
  36722. mt/mp
  36723. timers
  36724. example
  36725. image
  36726. compression
  36727. codec
  36728. handle
  36729. example
  36730. writing
  36731. codecs
  36732. example
  36733. using
  36734. quicktimes
  36735. firewire
  36736. video
  36737. output
  36738. update
  36739. appearance
  36740. 1.0.3
  36741. manager
  36742. manager
  36743. original
  36744. version
  36745. gimedapalette
  36746. chang
  36747. drawsprocket
  36748. which
  36749. provides
  36750. support
  36751. inputsprocket
  36752. which
  36753. provides
  36754. support
  36755. displays
  36756. small
  36757. icons
  36758. package
  36759. contains
  36760. documentation
  36761. sample
  36762. package
  36763. contains
  36764. drive
  36765. setup
  36766. v1.7.2
  36767. program
  36768. macappclassmeth
  36769. macapplication
  36770. macapplication
  36771. macapplication
  36772. macapplication
  36773. macappprogguide
  36774. demonstrates
  36775. programmatically
  36776. background
  36777. demonstrates
  36778. switch
  36779. private
  36780. stack
  36781. correctly
  36782. fNGetDeviceList
  36783. GDeviceChanged
  36784. GetNextDevice
  36785. GetMainDevice
  36786. NewPalette
  36787. SetPaletteq
  36788. Dev.CD Aug 00 TC Disk 1
  36789. All Packages
  36790. MakeMake 2.0d38
  36791. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  36792. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  36793. Makemake
  36794. Makemake manualK
  36795. Vol IIIL
  36796. Aug 92OPDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:P[Dev.CD Aug 00 TC Disk 1
  36797.  - Tool Chest
  36798.  - Development Kits
  36799.  - MPW Related
  36800.  - MakeMake 2.0d38V
  36801. 83269X
  36802. Aug 00^    TC Disk 1
  36803. e    No Change
  36804. mber errNum
  36805.     --enter statements to perform when no records are found such as...
  36806.     display dialog "Sorry, the item you selected could not be found."
  36807.     return
  36808. end try
  36809. e    No ChangefPCarbon
  36810. Scrolling
  36811. Scroll
  36812. Scrollbars
  36813. Handy
  36814. Handyman
  36815. proportional
  36816. mouse moved.
  36817. This is a very boring app which just forces QuickDraw to update the ITable of
  36818. all the monitors.  The Resolution will end up at 5 bits.  The ITable will change
  36819. when you select start from the file menu.J;MakeITable(PPC)
  36820. MakeITable.c
  36821. MakeITable.mcp
  36822. MakeITable.rsrcM
  36823. System 6 or laterNSGetDeviceList, GDeviceChanged, GetNextDevice, GetMainDevice, NewPalette, SetPaletteO;Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:PCDev.CD Aug 00 TC Disk 1
  36824.  - Sample Code
  36825.  - Graphics 2D
  36826.  - MakeITableV
  36827. 83268X
  36828. Aug 00^    TC Disk 1
  36829. --set theItem to choose file -- uncomment to test in an AS editor
  36830.     tell application "Finder"
  36831.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:"
  36832.         activate
  36833.     end tell
  36834. on error errMsg number errNum
  36835.     --enter statements to perform when no records are found such as...
  36836.     display dialog "Sorry, the item you selected could not be found."
  36837.     return
  36838. end try
  36839. e    No Change
  36840. performance
  36841. static
  36842. libraries
  36843. 68ksimpletext
  36844. 68ksimpletext
  36845. anniversary
  36846. 7.0fo
  36847. 7.0fo
  36848. makeN
  36849. 7.0fo
  36850. 7.0fo
  36851. rsrcN
  36852. 7.0fo
  36853. 7.1.3
  36854. 7.5.5
  36855. apple
  36856. grayscale
  36857. appearance
  36858. 7editO
  36859. 7edit
  36860. 7edit
  36861. 7edit
  36862. 7edit
  36863. 7edit
  36864. readmeP
  36865. 8.5.1
  36866. scrap
  36867. parsing
  36868. scrap
  36869. parsing
  36870. scrap
  36871. scrapbook
  36872. scrapbook
  36873. scrapcolor
  36874. scrapcolor
  36875. scrapcolor
  36876. library
  36877. scrapcolordemo
  36878. scrapxcmds
  36879. scrapxcmds
  36880. capable
  36881. capacity
  36882. capitalize
  36883. capped
  36884. captureU
  36885. carbon
  36886. carbon
  36887. 1.0.4
  36888. provides
  36889. files
  36890. needed
  36891. begin
  36892. carbon
  36893. developer
  36894. documentation
  36895. carbon
  36896. developer
  36897. preview
  36898. documentation
  36899. carbonlib
  36900. carbonlib1.0
  36901. carbonplus
  36902. cardP
  36903. card-with-bridge-chi
  36904. cardbus
  36905. cardsR
  36906. cards&drivers
  36907. care{
  36908. careful
  36909. carefully
  36910. carole
  36911. carries
  36912. carry
  36913. cartwheels
  36914. Dev.CD Jul 93
  36915. Dev.CD Apr 9V
  36916. 83704X
  36917. Jul 93
  36918. p--set theItem to choose file -- uncomment to test in an AS editor
  36919.     tell application "Finder"
  36920.         open item "Dev.CD Jul 93
  36921. Dev.CD Apr 93"
  36922.         activate
  36923.     end tell
  36924. on error errMsg number errNum
  36925.     --enter statements to perform when no records are found such as...
  36926.     display dialog "Sorry, the item you selected could not be found."
  36927.     return
  36928. end try
  36929. All Packages
  36930. F    QuickTimeO
  36931. Dev.CD Jul 93
  36932. Dev.CD Apr 93P
  36933. Dev.CD Jul 93
  36934. Dev.CD Apr 9V
  36935. 83705X
  36936. Jul 93
  36937. p--set theItem to choose file -- uncomment to test in an AS editor
  36938.     tell application "Finder"
  36939.         open item "Dev.CD Jul 93
  36940. Dev.CD Apr 93"
  36941.         activate
  36942.     end tell
  36943. on error errMsg number errNum
  36944.     --enter statements to perform when no records are found such as...
  36945.     display dialog "Sorry, the item you selected could not be found."
  36946.     return
  36947. end try
  36948. All Packages
  36949. F    QuickTimeO
  36950. Dev.CD Jul 93
  36951. Dev.CD Apr 93V
  36952. 83706X
  36953. mousedrag
  36954. mouseinfo
  36955. mouseresponders
  36956. movable
  36957. movablemodal
  36958. move{
  36959. moveable
  36960. moveablemodal
  36961. moveablemodal
  36962. source
  36963. sample
  36964. illustrating
  36965. moved
  36966. movement
  36967. moves
  36968. movewindow
  36969. movieY
  36970. objectsupportlib
  36971. screent
  36972. offscreen
  36973. offscreen
  36974. gworld
  36975. opaque
  36976. opaque
  36977. types
  36978. transport
  36979. opentransport
  36980. optimization
  36981. optimizing
  36982. option
  36983. option
  36984. management
  36985. ordered
  36986. ordered
  36987. collection
  36988. ot/ppp
  36989. otoptionmanagment
  36990. output
  36991. override
  36992. makeicon
  36993. makeicon
  36994. makeicon
  36995. output
  36996. makeicon
  36997. makeicon
  36998. makeitable
  36999. makeitable
  37000. makeitable
  37001. makeitable
  37002. makeitable
  37003. makemake
  37004. makemake
  37005. manual
  37006. makeout
  37007. makestartupaliastome
  37008. makestartupaliastome
  37009. makestartupaliastome
  37010. makestartupaliastome
  37011. makestartupaliastome
  37012. makethefolder
  37013. making
  37014. making
  37015. malph
  37016. malph
  37017. mamake
  37018. management
  37019. rCard 2.0v2 bugs with System 7.0
  37020. HC Stack Localization Navig.imgK
  37021. Vol VIIM
  37022. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OPDev.CD Aug 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:V
  37023. 81532X
  37024. 1e    No Change
  37025. identification
  37026. image
  37027. compression
  37028. images
  37029. imagewriter
  37030. imaging
  37031. implementation
  37032. implementing
  37033. import
  37034. importer
  37035. inactive
  37036. index
  37037. index2color
  37038. indian
  37039. indication
  37040. plist
  37041. information
  37042. information
  37043. property
  37044. infoscrap
  37045. inline
  37046. inline
  37047. input
  37048. input
  37049. inputsprocket
  37050. inquiry
  37051. inside
  37052. inside
  37053. carbon
  37054. fontsync
  37055. reference
  37056. inside
  37057. carbon
  37058. implementing
  37059. security
  37060. features
  37061. using
  37062. keychain
  37063. inside
  37064. carbon
  37065. plug-in
  37066. services
  37067. inside
  37068. carbon
  37069. utility
  37070. services
  37071. inside
  37072. inside
  37073. system
  37074. overview
  37075. installer
  37076. instance
  37077. instance
  37078. variables
  37079. instructions
  37080. instrumentation
  37081. instruments
  37082. interaction
  37083. interactive
  37084. interactive
  37085. media
  37086. solutions
  37087. interface
  37088. interfaces
  37089. interleaving
  37090. e    No ChangefTperformance
  37091. hardware
  37092. PowerPC,bandwidth
  37093. 'cache miss rates'
  37094. 'performance counters'q
  37095. Dev.CD Aug 00 TC Disk 1
  37096. All Packages
  37097. 5thColumn
  37098. Summary: 5thColumn
  37099.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  37100. Features: 5thColumn
  37101.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  37102. VU3.0.1d3.smiK
  37103. Vol IVL
  37104. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Aug 00 TC Disk 1
  37105.  - Tool Chest
  37106.  - Testing & Debugging
  37107.  - Virtual User 3.0.1d3V
  37108. 82754X
  37109. Aug 00^    TC Disk 1
  37110. e    No Change
  37111. IconUtil.c
  37112. IconUtil.h
  37113. InitMac.c
  37114. InitMac.h
  37115. MakeIcon(PPC)
  37116. MakeIcon.c
  37117. MakeIcon.mcp
  37118. MakeIcon.output
  37119. MakeIcon.rsrc
  37120. MiscCode.c
  37121. MiscCode.h
  37122. OldBitMap.c
  37123. OldBitMap.h
  37124. TN120_Gworld.cM
  37125. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:PADev.CD Aug 00 TC Disk 1
  37126.  - Sample Code
  37127.  - Graphics 2D
  37128.  - MakeIconV
  37129. 83267X
  37130. Aug 00^    TC Disk 1
  37131. --set theItem to choose file -- uncomment to test in an AS editor
  37132.     tell application "Finder"
  37133.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:"
  37134.         activate
  37135.     end tell
  37136. on error errMsg number errNum
  37137.     --enter statements to perform when no records are found such as...
  37138.     display dialog "Sorry, the item you selected could not be found."
  37139.     return
  37140. end try
  37141. e    No Changef5Icon
  37142. MakeIcon
  37143. SICNq
  37144. Dev.CD Aug 00 TC Disk 1
  37145. All Packages
  37146. MakeITableV
  37147. 83268X
  37148. e    No Changeq
  37149. Dev.CD Aug 00 TC Disk 2
  37150. All Packages
  37151. VideoFrameToGWorld
  37152. This easy to follow example shows how a single frame from a video track can be drawn into a GWorld. The procedure shows how a GWorld can contain the frame pixels ready for custom manipulation by the application developer. A simple rotate is also performed for each subsequent frame to show how a transformation can be performed before drawing to the GWorld. Pressing the mouse button will advance the movie to the next frame.
  37153. J}GetFile.c
  37154. Read Me
  37155. VideoFrameToGWorld
  37156. VideoFrameToGWorld.c
  37157. VideoFrameToGWorld.h
  37158. VideoFrameToGWorld.mcp
  37159. VideoFrameToGWorld.rsrcMoCodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, Universal Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  37160. Video Frame, GWorldOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:VideoFrameToGWorld:PSDev.CD Aug 00 TC Disk 2
  37161.  - Sample Code
  37162.  - QuickTime
  37163.  - Basics
  37164.  - VideoFrameToGWorldV
  37165. 84290X
  37166. Aug 00^    TC Disk 2
  37167. e    No Change
  37168. error-handling
  37169. errors
  37170. esfahani
  37171. eskimo
  37172. espana
  37173. especially
  37174. essence
  37175. essential
  37176. essentially
  37177. essentials
  37178. establish
  37179. established
  37180. establishing
  37181. establishment
  37182. eternal
  37183. simple
  37184. sample
  37185. which
  37186. demonstrates
  37187. controls@
  37188. simple
  37189. example
  37190. obtain
  37191. mouse
  37192. location
  37193. using
  37194. ability@
  37195. abort@
  37196. about
  37197. above@
  37198. acceleration@
  37199. accomplished@
  37200. adapted@
  37201. addeffectsegment@
  37202. addvractions@
  37203. addvractions
  37204. sample
  37205. application
  37206. illustrates
  37207. agent@
  37208. agents@
  37209. aligned@
  37210. all-in-one@
  37211. all-new@
  37212. threads
  37213. thumbnail
  37214. thumbnail
  37215. copybits
  37216. print
  37217. tilisten
  37218. timecode
  37219. timeout
  37220. timing
  37221. timings
  37222. tokenR
  37223. tokenize
  37224. tokenizer
  37225. tokenizer
  37226. fcode
  37227. tokentalkR
  37228. virtual
  37229. external
  37230. toolboxe
  37231. toolbox
  37232. assistant
  37233. quickview
  37234. qtmovie
  37235. qtmoviefromurl
  37236. qtmusic
  37237. N3QuickTime, Effects, Video, Track, Slideshow, Imagesy 97 TC
  37238. Dev.CD May 96 TCP Dev.CD May 97 TC
  37239. Dev.CD May 96 TV
  37240. 81534X
  37241. May 97
  37242. v--set theItem to choose file -- uncomment to test in an AS editor
  37243.     tell application "Finder"
  37244.         open item "Dev.CD May 97 TC
  37245. Dev.CD May 96 TC"
  37246.         activate
  37247.     end tell
  37248. on error errMsg number errNum
  37249.     --enter statements to perform when no records are found such as...
  37250.     display dialog "Sorry, the item you selected could not be found."
  37251.     return
  37252. end try
  37253. All Packages
  37254. Hebrew Language KitO2Dev.CD May 97 TC
  37255. Dev.CD Nov 96 TC
  37256. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  37257. Dev.CD Nov 96 TC
  37258. Dev.CD Aug 96 TV
  37259. 81535X
  37260. May 97
  37261. stills
  37262. stitching
  37263. stopn
  37264. stopped
  37265. stopping
  37266. stopxpp
  37267. storage
  37268. store
  37269. storedf
  37270. stores
  37271. storing
  37272. story{
  37273. stragegy{
  37274. straightforward
  37275. strassmann
  37276. strategic{
  37277. strategies
  37278. strategy{
  37279. stream
  37280. streamed
  37281. streamedit
  37282. streaming
  37283. streamlined
  37284. streamnop
  37285. streamnop
  37286. sample
  37287. streams
  37288. module
  37289. designed
  37290. streams
  37291. All Packages
  37292. MakeEffectSlideShow
  37293. This application takes the video tracks from two or more movies, asks the user to select a 2-source effect, and makes a slide show movie which uses the effect to switch from one video track to the next. 
  37294. Short video tracks are scaled up to a minimum length, and we can import all sorts of graphical image formats as movies, so you can use this to generate a slide show movie from still images -- or even a collection of stills and movies.
  37295. 68k or PowerPC (or newer) machines running System 8.B
  37296. 5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  37297. Application Files
  37298. Building QT Samples
  37299. Common Files
  37300. MakeEffectShow 68k.mcp
  37301. MakeEffectShow PPC.mcp
  37302. MakeEffectShow Win.mcp
  37303. MakeEffectSlideShow 68k
  37304. MakeEffectSlideShow PPC
  37305. MakeEffectSlideShow.c
  37306. MakeEffectSlideShow.exe
  37307. MakeEffectSlideShow.h
  37308. MakeEffectSlideShow.mak
  37309. README
  37310. 83266X
  37311. 1e    No Change
  37312. OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:PUDev.CD Aug 00 TC Disk 2
  37313.  - Sample Code
  37314.  - QuickTime
  37315.  - Effects
  37316.  - MakeEffectSlideShowV
  37317. 83266X
  37318. Aug 00^    TC Disk 2
  37319. --set theItem to choose file -- uncomment to test in an AS editor
  37320.     tell application "Finder"
  37321.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:"
  37322.         activate
  37323.     end tell
  37324. on error errMsg number errNum
  37325.     --enter statements to perform when no records are found such as...
  37326.     display dialog "Sorry, the item you selected could not be found."
  37327.     return
  37328. end try
  37329. e    No Changef.QuickTime
  37330. Effects
  37331. Video
  37332. Track
  37333. Slideshow
  37334. Imagesq
  37335. Dev.CD Aug 00 TC Disk 2
  37336. All Packages
  37337. MakeIconI[This program shows how to take any size pixmap and scale it down to any size or depth icon.V
  37338. 83267X
  37339. 1e    No Change
  37340. after
  37341. wombat
  37342. getmouse
  37343. mouseevent
  37344. jdirect
  37345. native
  37346. mouse
  37347. location
  37348. jbindery
  37349. jdirect
  37350. jdirect
  37351. speach
  37352. manager
  37353. jmanager
  37354. joystick
  37355. kernel
  37356. keyboardV
  37357. keyboard
  37358. setled
  37359. keyboard
  37360. keychain
  37361. keychain
  37362. password
  37363. storage
  37364. passphrase
  37365. password
  37366. keychain
  37367. access
  37368. cryptography
  37369. signing
  37370. keymap
  37371. keysv
  37372. kiosk
  37373. knowspict
  37374. korean
  37375. label
  37376. label
  37377. labels
  37378. labels
  37379. language
  37380. language
  37381. analysis
  37382. language
  37383. analysis
  37384. architecture
  37385. japanese
  37386. 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:V
  37387. 81537X
  37388. 1e    No Change
  37389. JxDemo of Mail Suite Dict. 1.0
  37390. Mail Suite (1.0)
  37391. Mail Suite Dictionary ('aete')
  37392. MailFoo
  37393. MailSuite.h
  37394. ReadMe - Mail Suite 1.0K
  37395. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Sep 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Sep 00 RL Disk 1
  37396.  - Technical Documentation
  37397.  - Apple Event Registry & Suites
  37398.  - Apple Event Registry
  37399.  - Mail Suite 1.0V
  37400. 83265X
  37401. Sep 00^    RL Disk 1
  37402. --set theItem to choose file -- uncomment to test in an AS editor
  37403.     tell application "Finder"
  37404.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  37405.         activate
  37406.     end tell
  37407. on error errMsg number errNum
  37408.     --enter statements to perform when no records are found such as...
  37409.     display dialog "Sorry, the item you selected could not be found."
  37410.     return
  37411. end try
  37412. e    No Changef)Mail Suite
  37413. Apple Events
  37414. AppleScript
  37415. emailq
  37416. Dev.CD Sep 00 RL Disk 1
  37417. speech
  37418. recognition
  37419. spell
  37420. spellswell
  37421. spinning
  37422. spinning
  37423. cursors
  37424. splice
  37425. spooler
  37426. sprite
  37427. spriteworld
  37428. sprocket
  37429. sprockets
  37430. srccopy
  37431. srcxor
  37432. stack
  37433. stacks
  37434. standard
  37435. standard
  37436. standard
  37437. standardfile
  37438. choose
  37439. folder
  37440. standardfile
  37441. standards
  37442. standards
  37443. based
  37444. starmax
  37445. state
  37446. statements
  37447. status
  37448. framework
  37449. objec
  37450. summary
  37451. programmer's
  37452. guide
  37453. apple
  37454. scanners
  37455. second
  37456. summary
  37457. beta-level
  37458. tools
  37459. creating
  37460. summary
  37461. quickdraw
  37462. print
  37463. spooler
  37464. patch
  37465. fixes
  37466. problem
  37467. summary
  37468. scanner
  37469. development
  37470. contains
  37471. documentation
  37472. summary
  37473. snarfer
  37474. application
  37475. directs
  37476. whatever
  37477. summary
  37478. stopxpp
  37479. attempts
  37480. close
  37481. summary
  37482. system
  37483. 7.5.5
  37484. update
  37485. system
  37486. software
  37487. document
  37488. discusses
  37489. apple's
  37490. creating@
  37491. summary
  37492. folder
  37493. contains
  37494. complete
  37495. information
  37496. develop@
  37497. summary
  37498. folder
  37499. contains
  37500. following
  37501. localized
  37502. version@
  37503. summary
  37504. folder
  37505. contains
  37506. tools
  37507. useful
  37508. develo@
  37509. summary
  37510. which
  37511. plays
  37512. sounds
  37513. validator
  37514. utility
  37515. testing
  37516. sierra/i@
  37517. supporting@
  37518. symptom@
  37519. system's@
  37520. tablet@
  37521. technically@
  37522. technology@
  37523. testarbitraryallocat@
  37524. that@
  37525. apple@
  37526. command
  37527. equivalent
  37528. macro
  37529. microsoft
  37530. foundation
  37531. class
  37532. multi-documment
  37533. interfac@
  37534. purpose
  37535. menuscripter
  37536. sample
  37537. demonstrat@
  37538. release
  37539. apple's
  37540. brings
  37541. increased
  37542. functionali@
  37543. thee@
  37544. there
  37545. small
  37546. cosmetic
  37547. system
  37548. can't
  37549. even@
  37550. this@
  37551. provides
  37552. quick
  37553. example
  37554. change
  37555. palette
  37556. fdputilities
  37557. fdputilities
  37558. fdputilities
  37559. feature
  37560. feature
  37561. files
  37562. features
  37563. feedback
  37564. developer
  37565. synchronization
  37566. guide
  37567. system
  37568. manager
  37569. filecopy
  37570. filecopy
  37571. filehelpers
  37572. filehelpers
  37573. filehelpers
  37574. fileisopen
  37575. fileisopen
  37576. filelogging
  37577. filelogging
  37578. filelogging
  37579. filemaker
  37580. filemaker
  37581. files
  37582. filesharingon
  37583. filesharingon
  37584. filing
  37585. magicoracle
  37586. mail~
  37587. suite
  37588. suite
  37589. dictionary
  37590. mailfoo
  37591. mailsuite
  37592. mailsuite
  37593. mainframe
  37594. mainframe
  37595. mainframebeaninfo
  37596. mainframebeaninfo
  37597. mainfrm
  37598. mainfrm
  37599. mainfrm
  37600. mainfunctions
  37601. mainfunctions
  37602. mainfunctions
  37603. makeN
  37604. makefile
  37605. makefilealias
  37606. makefilehelp
  37607. makefiles
  37608. makeicon
  37609. 83264X
  37610. Aug 00^    TC Disk 2
  37611. --set theItem to choose file -- uncomment to test in an AS editor
  37612.     tell application "Finder"
  37613.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:"
  37614.         activate
  37615.     end tell
  37616. on error errMsg number errNum
  37617.     --enter statements to perform when no records are found such as...
  37618.     display dialog "Sorry, the item you selected could not be found."
  37619.     return
  37620. end try
  37621. e    No ChangefDJava
  37622. AppleScript
  37623. Scripting
  37624. AppleScript for Java
  37625. Magic Oracle
  37626. fortuneq
  37627. Dev.CD Aug 00 TC Disk 2
  37628. All Packages
  37629. Mail Suite 1.0
  37630. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  37631. Nov 96V
  37632. 83265X
  37633. 1e    No Change
  37634.  TC Disk 2
  37635.  - Sample Code
  37636.  - Human Interface Toolbox
  37637.  - HideMenuBarV
  37638. 81539X
  37639. Aug 00e    No Change
  37640. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  37641. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:P>Dev.CD Aug 00 TC Disk 2
  37642.  - Sample Code
  37643.  - Java
  37644.  - Magic Oraclellow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  37645. fying source code.
  37646.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  37647. This example demonstrates how to script your Java Application using
  37648. AppleScript. Functionality mimics the old black billiard ball that you
  37649. asked a fortune and then shook vigorously in order to receive a cryptic
  37650. reply.
  37651. To submit your question to the "Magic Oracle", type your yes or no
  37652. question in the text field and click the "Ask Oracle" button, press
  37653. return or enter, or grab the ball with your mouse and shake it around
  37654. the screen.
  37655. This sample demonstrates:
  37656.  Adding basic scriptability sB
  37657. upport to your Java application
  37658.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  37659.  How to script your java application using the Scriptable Text Editor
  37660. BufferedDrawer.java
  37661. BufferedImage.java
  37662. Fortune.java
  37663. images
  37664. Magic Oracle
  37665. Magic Oracle readme
  37666. Magic Oracle.
  37667. Magic Script
  37668. MagicOracle.jar
  37669. MainFrame.java
  37670. MainFrameBeanInfo.java
  37671. resources
  37672. Util.javaO6Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:
  37673. |N+QuickTime, Hint, Streaming, Tracks, HintingV
  37674. putawayvolumes
  37675. qdesign
  37676. spooler
  37677. patch
  37678. 1.0.2
  37679. qdmediahandler
  37680. qdmediamaker
  37681. internals
  37682. qdesign
  37683. decomp
  37684. qt3dtween
  37685. qtaddeffectseg
  37686. qtcreatemovie
  37687. qteffects
  37688. efinition
  37689. definitions
  37690. definitive
  37691. defproc
  37692. defprocs
  37693. degrees
  37694. degrees/seconds
  37695. delay
  37696. delayed
  37697. delaying
  37698. delays{
  37699. delegate
  37700. deleteB
  37701. deleted
  37702. deletedirectory
  37703. deleteemptydir
  37704. deleting
  37705. delivery
  37706. delivered
  37707. delivers
  37708. delivery
  37709. delta{
  37710. demanding
  37711. demands
  37712. --set theItem to choose file -- uncomment to test in an AS editor
  37713.     tell application "Finder"
  37714.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:"
  37715.         activate
  37716.     end tell
  37717. on error errMsg number errNum
  37718.     --enter statements to perform when no records are found such as...
  37719.     display dialog "Sorry, the item you selected could not be found."
  37720.     return
  37721. end try
  37722. detailed
  37723. developer
  37724. documentation
  37725. detailing
  37726. detailsR
  37727. developb
  37728. x--set theItem to choose file -- uncomment to test in an AS editor
  37729.     tell application "Finder"
  37730.         open item "Dev.CD Aug 96 TC
  37731. Dev.CD Jan 96 SDK1"
  37732.         activate
  37733.     end tell
  37734. on error errMsg number errNum
  37735.     --enter statements to perform when no records are found such as...
  37736.     display dialog "Sorry, the item you selected could not be found."
  37737.     return
  37738. end try
  37739. J@MacTCP+ Tool
  37740. README for MacTCP+ Tool
  37741. README for MacTCP+ Tool.txtK
  37742. Mar 92M
  37743. MacTCP 1.1, System 7, Mac+OBDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Aug 00 TC Disk 1
  37744.  - Tool Chest
  37745.  - Networking
  37746.  - MacTCP
  37747.  - MacTCP+ ToolV
  37748. 83263X
  37749. Aug 00^    TC Disk 1
  37750. --set theItem to choose file -- uncomment to test in an AS editor
  37751.     tell application "Finder"
  37752.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  37753.         activate
  37754.     end tell
  37755. on error errMsg number errNum
  37756.     --enter statements to perform when no records are found such as...
  37757.     display dialog "Sorry, the item you selected could not be found."
  37758.     return
  37759. end try
  37760. e    No Changeq
  37761. Dev.CD Aug 00 TC Disk 1
  37762. All Packages
  37763. Magic Oracle
  37764. 83264X
  37765. HierMenus.mcp
  37766. HierMenus.p
  37767. HierMenus.rsrcN
  37768. hierarchical, menusOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:HierMenus:V
  37769. 81540X
  37770. 1e    No Change
  37771. ~P[Dev.CD Aug 00 TC Disk 1
  37772.  - Tool Chest
  37773.  - Networking
  37774.  - MacTCP
  37775.  - MacTCP Token Ring MTU ToolV
  37776. 83262X
  37777. Aug 00^    TC Disk 1
  37778. --set theItem to choose file -- uncomment to test in an AS editor
  37779.     tell application "Finder"
  37780.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  37781.         activate
  37782.     end tell
  37783. on error errMsg number errNum
  37784.     --enter statements to perform when no records are found such as...
  37785.     display dialog "Sorry, the item you selected could not be found."
  37786.     return
  37787. end try
  37788. e    No Changeq
  37789. Dev.CD Aug 00 TC Disk 1
  37790. All Packages
  37791. MacTCP+ Tool 1.0
  37792. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  37793. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  37794. Mar 92V
  37795. 83263X
  37796. 1e    No Change
  37797. All Packages
  37798. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  37799. Dev.CD Jan 94
  37800. Dev.CD Oct 93
  37801. Dev.CD Jul 93P6Dev.CD Apr 94
  37802. Dev.CD Jan 94
  37803. Dev.CD Oct 93
  37804. Dev.CD Jul 9V
  37805. 84168X
  37806. Apr 94
  37807. --set theItem to choose file -- uncomment to test in an AS editor
  37808.     tell application "Finder"
  37809.         open item "Dev.CD Apr 94
  37810. Dev.CD Jan 94
  37811. Dev.CD Oct 93
  37812. Dev.CD Jul 93"
  37813.         activate
  37814.     end tell
  37815. on error errMsg number errNum
  37816.     --enter statements to perform when no records are found such as...
  37817.     display dialog "Sorry, the item you selected could not be found."
  37818.     return
  37819. end try
  37820. All Packages
  37821. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37822. Dev.CD Jan 94
  37823. Dev.CD Oct 93
  37824. Dev.CD Jul 93
  37825. Dev.CD Apr 93PDDev.CD Apr 94
  37826. Dev.CD Jan 94
  37827. Dev.CD Oct 93
  37828. Dev.CD Jul 93
  37829. Dev.CD Apr 9V
  37830. 84169X
  37831. Apr 94
  37832. Application Files
  37833. Building QT Samples
  37834. Common Files
  37835. QTTimeCode 68k
  37836. QTTimeCode 68k.mcp
  37837. QTTimeCode PPC
  37838. QTTimeCode PPC.mcp
  37839. QTTimeCode Win.mcp
  37840. QTTimeCode.c
  37841. QTTimeCode.exe
  37842. QTTimeCode.h
  37843. QTTimeCode.mak
  37844. QTTimeCode.r
  37845. READMEM
  37846. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  37847. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Aug 00 TC Disk 2
  37848.  - Sample Code
  37849.  - QuickTime
  37850.  - TimeCodes
  37851.  - QTTimeCodeV
  37852. 83539X
  37853. Aug 00^    TC Disk 2
  37854. e    No Change
  37855. plist
  37856. information
  37857. information
  37858. property
  37859. infoscrap
  37860. inline
  37861. inline
  37862. input
  37863. input
  37864. inputsprocket
  37865. installer
  37866. instance
  37867. instance
  37868. variables
  37869. instrumentation
  37870. interaction
  37871. interactive
  37872. interactive
  37873. media
  37874. solutions
  37875. interface
  37876. interleaving
  37877. all-in-one
  37878. 00^    TC Disk 1
  37879. --set theItem to choose file -- uncomment to test in an AS editor
  37880.     tell application "Finder"
  37881.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  37882.         activate
  37883.     end tell
  37884. on error errMsg number errNum
  37885.     --enter statements to perform when no records are found such as...
  37886.     display dialog "Sorry, the item you selected could not be found."
  37887.     return
  37888. end try
  37889. e    No Changeq
  37890. Dev.CD Aug 00 TC Disk 1
  37891. D!All Packages
  37892. Tool Chest Edition
  37893. HotSauce (Project X)
  37894. xcmds
  37895. xcmds&xfcns
  37896. xcoff
  37897. xfcnn
  37898. xfcns
  37899. xthings
  37900. shell
  37901. sample
  37902. 1.3.6
  37903. first
  37904. headers
  37905. xtnow
  37906. xtnow
  37907. yahoo
  37908. yahoo
  37909. yellowboxandjava
  37910. zaptcp
  37911. zaptcp
  37912. zoneranger
  37913. zoneranger
  37914. revision
  37915. history
  37916. zoomed
  37917. zoomrecter
  37918. zoomrecter
  37919. zoomrecter
  37920. zoomrecter
  37921. plug-in's
  37922. witha
  37923. ies distributed with HITEC contain routines that apply to targets running System 7.0 only.  
  37924. Virtual User tools.imgK
  37925. Jan 92OJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  37926.  - Tool Chest
  37927.  - Testing & Debugging
  37928.  - Virtual User tools
  37929. searchprocs
  37930. searchprocs
  37931. color
  37932. security
  37933. security
  37934. sedit
  37935. sedit
  37936. 1.0b3
  37937. seedcfill
  37938. selectors
  37939. tSauce (Project X):"
  37940.         activate
  37941.     end tell
  37942. on error errMsg number errNum
  37943.     --enter statements to perform when no records are found such as...
  37944.     display dialog "Sorry, the item you selected could not be found."
  37945.     return
  37946. end try
  37947. Deletedq
  37948. Dev.CD Nov 99 TC
  37949. All Packages
  37950. How to Detect a CD
  37951. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  37952. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  37953. JRidentifyCD.
  37954. main.c
  37955. Makefile
  37956. Not used in this example
  37957. ReadMe
  37958. WhereCDs.c
  37959. WhereCDs.hK
  37960. Dec 95N CD-ROM, SCSI, Device Manager, CD
  37961. current
  37962. release
  37963. mactcp
  37964. v2.0.6
  37965. mactcp
  37966. admin
  37967. v2.0.6
  37968. currently\
  37969. cursive
  37970. cursor
  37971. cursordevice
  37972. cursordevicemanager
  37973. cursordevices
  37974. cursordevicesetaccel
  37975. cursors
  37976. curve
  37977. curves
  37978. customl
  37979. customchoose
  37980. customenabler
  37981. customer
  37982. customer's
  37983. customers{
  37984. customget
  37985. customgetfile
  37986. Project X Large 68K:
  37987. Project X Large PPC:
  37988. Project X Quick Start Guide
  37989. ProjectXPlugIn68K
  37990. ProjectXPlugIn68KNFPU
  37991. ProjectXPlugInPPC
  37992. Standalone App Quick StartK
  37993. Nov 96
  37994. madeU
  37995. madness
  37996. magazine
  37997. magazines
  37998. magic
  37999. magician
  38000. magnitude
  38001. mail-order
  38002. mailfoo
  38003. mailing
  38004. mailings
  38005. maintainingV
  38006. maintains
  38007. maintenance
  38008. major_
  38009. makeO
  38010. interfaces
  38011. interleaving
  38012. databases
  38013. datafork
  38014. datagram
  38015. datahandlertype
  38016. datedialog
  38017. dates
  38018. datething
  38019. daubechies
  38020. david
  38021. davidson
  38022. day-to-day
  38023. daylight
  38024. daystar
  38025. dboxproc
  38026. dcmdi
  38027. dcmdsc
  38028. de-allocated
  38029. de-blessing
  38030. de-hilited
  38031. deactivated
  38032. dead-key
  38033. dealer
  38034. dealing
  38035. deals
  38036. deanna
  38037. macapp
  38038. users
  38039. deatherage
  38040. debabelizer
  38041. french
  38042. freqforeverchange
  38043. frequency
  38044. frequently
  38045. fresh
  38046. friend
  38047. friendly
  38048. friends
  38049. from_
  38050. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  38051. NOTE:  Developers should do all new development with Open Transport where possible.
  38052. 2.0.6 Files:
  38053. MacTCP - Read Me First
  38054. MacTCP 2.x Docs:
  38055. MacTCP Developer Tools:
  38056. TCP/IP Administration.image
  38057. TCP/IP Connection.imageK
  38058. Apr 96N
  38059. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  38060.  - Development Kits (Disc 1)
  38061.  - MacTCPm when no records are found such as...
  38062.     display dialog "Sorry, the item you selected could not be found."
  38063.     return
  38064. end try
  38065. e    No Changef
  38066. CD-ROM
  38067. Device Manager
  38068. Dev.CD Aug 00 TC Disk 1
  38069. All Packages
  38070. HowToHideYourApp
  38071. 81544X
  38072. f:Power Manager
  38073. sleep queue
  38074. SetWakeupTimer
  38075. PowerBook
  38076. Wake100q
  38077. Dev.CD Aug 00 TC Disk 1
  38078. All Packages
  38079. WASTE
  38080. This document describes WASTE, a WorldScript
  38081. -Aware Styled Text Engine for the Macintosh which can be used as the basis for simple to moderately complex applications dealing with styled text. WASTE has been designed from the very beginning to be compatible with TextEdit and TextEdit-based applications, although not everything you can do with TextEdit can be done with WASTE and vice versa.
  38082. WASTE is essentially freeware, so you can use it in your programs (no matter whether freeware, sharew
  38083. Care or commercial) at no cost, but there are a couple of restrictions:
  38084. - You must add a credit line to your program
  38085. s about box and/or manual.
  38086. - I am entitled to a fully registered complimentary copy of the final product.
  38087. For the complete story, please read the Distribution & Licensing section of the WASTE Documentation.
  38088. Dec 95L
  38089. Feb 98V
  38090. 84310X
  38091. 1e    No Change
  38092. N"printer, driver, multifinder, flagO6Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:SetPDiMC:P>Dev.CD Aug 00 TC Disk 2
  38093.  - Sample Code
  38094.  - Printing
  38095.  - SetPDiMCV
  38096. 83810X
  38097. Aug 00^    TC Disk 2
  38098. --set theItem to choose file -- uncomment to test in an AS editor
  38099.     tell application "Finder"
  38100.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:SetPDiMC:"
  38101.         activate
  38102.     end tell
  38103. on error errMsg number errNum
  38104.     --enter statements to perform when no records are found such as...
  38105.     display dialog "Sorry, the item you selected could not be found."
  38106.     return
  38107. end try
  38108. e    No Changef
  38109. printer
  38110. driver
  38111. multifinder
  38112. flagq
  38113. Dev.CD Aug 00 TC Disk 2
  38114. All Packages
  38115. SettingUpStdFileI
  38116. This snippet demonstrates how to make Standard File select an initial file.  In this example, the System file will be selected.  The sample works under both System 6 and System 7.J=SettingUpStdFile(PPC)
  38117. SettingUpStdFile.c
  38118. SettingUpStdFile.mcpM
  38119. noneN
  38120. Standard File, default folder
  38121. 83261X
  38122. Apr 98^
  38123. --set theItem to choose file -- uncomment to test in an AS editor
  38124.     tell application "Finder"
  38125.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  38126.         activate
  38127.     end tell
  38128. on error errMsg number errNum
  38129.     --enter statements to perform when no records are found such as...
  38130.     display dialog "Sorry, the item you selected could not be found."
  38131.     return
  38132. end try
  38133. e    No Changef
  38134. MacTCP
  38135. TCP/IPq
  38136. Dev.CD Apr 98 SDK1
  38137. All Packages
  38138. MacTCP Token Ring MTU ToolI
  38139. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  38140. MTU Tool
  38141. Read me
  38142. Read me.txtK
  38143. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOPDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:V
  38144. 83262X
  38145. 1e    No Change
  38146. Summary:  This package contains:
  38147.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  38148.  TCP/IP Connection for Macintosh (v2.0.4)
  38149.  TCP/IP Administration for Macintosh (v2.0.4)
  38150. This folder also includes:
  38151.  MacTCP 2.0.6 Release Notes
  38152.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  38153.  MacTCP development tools and documentation
  38154. IMPORTANT NOTES
  38155.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  38156. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  38157.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  38158. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  38159. th System 7.5.
  38160. AppleTalk
  38161. MacSNMP - Read Me First
  38162. MacSNMP demo and test:
  38163. MacSNMP Dev Docs:
  38164. MacSNMP Update 1.1.1:
  38165. MacTCP
  38166. SNMP Transports Dev Kit:K
  38167. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  38168.  - Development Kits (Disc 1)
  38169.  - MacSNMP   --enter statements to perform when no records are found such as...
  38170.     display dialog "Sorry, the item you selected could not be found."
  38171.     return
  38172. end try
  38173. e    No Changef'HTML
  38174. HTMLRenderingLib
  38175. Packages
  38176. Mac OS 9q
  38177. Dev.CD Aug 00 TC Disk 2
  38178. All Packages
  38179. Http Server
  38180. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  38181. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  38182. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  38183. Mar 96
  38184. |MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  38185. O CDN#TCP/IP, networking, standards basedHTML rendering engine capable of displaying HTML files.
  38186. - shows how to draw HTML in a window using the HTMLRenderingLib,
  38187. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  38188. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  38189. - shows h
  38190. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  38191. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  38192. Dec 99
  38193. you'll
  38194. Interface Toolbox:HTMLSample:PODev.CD Aug 00 TC Disk 2
  38195.  - Sample Code
  38196.  - Human Interface Toolbox
  38197.  - HTMLSample
  38198. |OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  38199.  - Development Kits (Disc 1)
  38200.  - MacTCP
  38201.  - MacTCP Developer ToolsV
  38202. 83260X
  38203. Apr 98^
  38204. --set theItem to choose file -- uncomment to test in an AS editor
  38205.     tell application "Finder"
  38206.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  38207.         activate
  38208.     end tell
  38209. on error errMsg number errNum
  38210.     --enter statements to perform when no records are found such as...
  38211.     display dialog "Sorry, the item you selected could not be found."
  38212.     return
  38213. end try
  38214. e    No Changef!TCP/IP
  38215. networking
  38216. standards basedq
  38217. Dev.CD Apr 98 SDK1
  38218. }D!All Packages
  38219. Mac OS SDK Edition
  38220. MacTCP SDK 2.0.6
  38221. --set theItem to choose file -- uncomment to test in an AS editor
  38222.     tell application "Finder"
  38223.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  38224.         activate
  38225.     end tell
  38226. on error errMsg number errNum
  38227.     --enter statements to perform when no records are found such as...
  38228.     display dialog "Sorry, the item you selected could not be found."
  38229.     return
  38230. end try
  38231. lippings
  38232. cliptopict
  38233. cliptopict
  38234. clutbuilder
  38235. clutbuilder
  38236. clutbuilder
  38237. cluts
  38238. codev
  38239. editor
  38240. resedit
  38241. editor
  38242. notes
  38243. samples
  38244. functional
  38245. functionality[
  38246. functionsB
  38247. functions/methods
  38248. fundamental
  38249. fundamentally
  38250. fundamentals
  38251. further
  38252. future{
  38253. futures
  38254. g3/266
  38255. g3/26620th
  38256. gadgets{
  38257. gaining{
  38258. gains
  38259. games{
  38260. gamesprockets
  38261. gamma
  38262. gammas
  38263. garbage
  38264. Dev.CD Jul 93
  38265. Dev.CD Apr 9V
  38266. 83702X
  38267. Jul 93
  38268. p--set theItem to choose file -- uncomment to test in an AS editor
  38269.     tell application "Finder"
  38270.         open item "Dev.CD Jul 93
  38271. Dev.CD Apr 93"
  38272.         activate
  38273.     end tell
  38274. on error errMsg number errNum
  38275.     --enter statements to perform when no records are found such as...
  38276.     display dialog "Sorry, the item you selected could not be found."
  38277.     return
  38278. end try
  38279. All Packages
  38280. F    QuickTimeO
  38281. Dev.CD Jul 93
  38282. Dev.CD Apr 93P
  38283. Dev.CD Jul 93
  38284. Dev.CD Apr 9V
  38285. 83703X
  38286. Jul 93
  38287. p--set theItem to choose file -- uncomment to test in an AS editor
  38288.     tell application "Finder"
  38289.         open item "Dev.CD Jul 93
  38290. Dev.CD Apr 93"
  38291.         activate
  38292.     end tell
  38293. on error errMsg number errNum
  38294.     --enter statements to perform when no records are found such as...
  38295.     display dialog "Sorry, the item you selected could not be found."
  38296.     return
  38297. end try
  38298. All Packages
  38299. F    QuickTimeO
  38300. Dev.CD Jul 93
  38301. Dev.CD Apr 93V
  38302. 83704X
  38303. 83259X
  38304. Apr 98^
  38305. --set theItem to choose file -- uncomment to test in an AS editor
  38306.     tell application "Finder"
  38307.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  38308.         activate
  38309.     end tell
  38310. on error errMsg number errNum
  38311.     --enter statements to perform when no records are found such as...
  38312.     display dialog "Sorry, the item you selected could not be found."
  38313.     return
  38314. end try
  38315. e    No Changeq
  38316. Dev.CD Apr 98 SDK1
  38317. |D!All Packages
  38318. Mac OS SDK Edition
  38319. MacTCP Developer Tools
  38320. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  38321. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  38322. J]802 LAP:
  38323. HyperCard MacTCP Toolkit 1.0:
  38324. MacTCP LAP Tech Note
  38325. Universal Interfaces:
  38326. ZapTCP 1.1:K
  38327. Aug 93nge
  38328. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  38329. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  38330. In order to install a working SNMP client on your Macintosh, you n
  38331. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  38332. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  38333. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  38334. e    No Changef+SCSI
  38335. SCSI Manager
  38336. asynchronous
  38337. SCSI DriveIDq
  38338. Dev.CD Aug 00 TC Disk 1
  38339. All Packages
  38340. SCSI Driver Example
  38341. SCSI Driver Example is a sample disk driver that supports the asynchronous SCSI Manager (SCSI Manager 4.3). It is written in MPW C with a small amount of assembler interface "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  38342. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  38343. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  38344. 83792X
  38345. macsbug
  38346. resourcesc
  38347. macsbugapp
  38348. macsnmp
  38349. macsnmp
  38350. macsnmp
  38351. macsnmp
  38352. developer
  38353. 1.0.2
  38354. macsnmp
  38355. programmer's
  38356. guide
  38357. macsnmp
  38358. first
  38359. macsnmp
  38360. transport
  38361. 1.0.2
  38362. macsnmp
  38363. update
  38364. 1.1.1
  38365. mactcp
  38366. mactcp
  38367. mactcp
  38368. developer
  38369. tools
  38370. mactcp
  38371. mactcp
  38372. first
  38373. mactcp
  38374. mactype
  38375. mactype
  38376. datasheet
  38377. white
  38378. paper
  38379. mag'n
  38380. magic
  38381. magic
  38382. oracle
  38383. magic
  38384. oracle
  38385. readme
  38386. magic
  38387. script
  38388. magic
  38389. magic
  38390. utility
  38391. magican
  38392. magician
  38393. magicoracle
  38394. makefile
  38395. makefilealias
  38396. makefilehelp
  38397. makeout
  38398. makethefolder
  38399. making
  38400. making
  38401. mamake
  38402. management
  38403. Building SprocketInvaders
  38404. Resources
  38405. Source
  38406. Sprites
  38407. SprocketInavders_PPC
  38408. SprocketInvaders.CW2.prj
  38409. SprocketInvaders.CW5.prj
  38410. SprocketInvaders_PPCK
  38411. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  38412. O;Dev.CD Aug 00 TC Disk 1:Sample Code:Games:SprocketInvaders:PCDev.CD Aug 00 TC Disk 1
  38413.  - Sample Code
  38414.  - Games
  38415.  - SprocketInvadersV
  38416. 83883X
  38417. Aug 00^    TC Disk 1
  38418. --set theItem to choose file -- uncomment to test in an AS editor
  38419.     tell application "Finder"
  38420.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Games:SprocketInvaders:"
  38421.         activate
  38422.     end tell
  38423. on error errMsg number errNum
  38424.     --enter statements to perform when no records are found such as...
  38425.     display dialog "Sorry, the item you selected could not be found."
  38426.     return
  38427. end try
  38428. e    No Change
  38429. translat
  38430. iotracer
  38431. iotracer
  38432. iotracer
  38433. analyzer
  38434. gatewayT
  38435. ipclistcode
  38436. ipclistcode
  38437. ipclistcode
  38438. ipclister
  38439. ipclister
  38440. ipclister
  38441. ipclister
  38442. ipclister
  38443. ischeckedout
  38444. isdate
  38445. isdate
  38446. isfinderlocked
  38447. isfinderlocked
  38448. isimagewriter
  38449. isimagewriter
  38450. isimagewriter
  38451. isimagewriter
  38452. isimagewriter
  38453. iso9660
  38454. iso9660
  38455. floppy
  38456. iso9660
  38457. floppy
  38458. iso9660
  38459. autotest
  38460. dialogtest
  38461. menutest
  38462. sample
  38463. sample
  38464. sample
  38465. ispautotest
  38466. ispautotest
  38467. ispcexchangeinstalle
  38468. ispcexchangeinstalle
  38469. japanese@
  38470. survival
  38471. guide
  38472. kcapapp
  38473. laserwriter@
  38474. launchwithdoc2
  38475. library@
  38476. lite@
  38477. locator@
  38478. macappclassmeth@
  38479. macbinary@
  38480. maccalendar@
  38481. macgamma
  38482. macsbug
  38483. resources@
  38484. magicoracle
  38485. makeicon
  38486. manager@
  38487. mdefproc@
  38488. me-formatasdosdisk@
  38489. menuscripter
  38490. metrowerks
  38491. build
  38492. script@
  38493. mgmt@
  38494. mlte@
  38495. module@
  38496. monitor@
  38497. mountprojector@
  38498. movieproc@
  38499. movietoaiff
  38500. rsrc@
  38501. goodies@
  38502. mssccprj@
  38503. multimedia@
  38504. mungedeamon
  38505. mw68k@
  38506. mydeviceloop@
  38507. mydialog@
  38508. newgworld
  38509. norway@
  38510. obsolete&unsupported@
  38511. opengl
  38512. drawsprocket
  38513. optimized@
  38514. interaction
  38515. sample@
  38516. readme
  38517. dcmd@
  38518. resources@
  38519. interface
  38520. interfaces
  38521. interleaving
  38522. international
  38523. international
  38524. glossaries
  38525. internationalization
  38526. internet
  38527. interrupt
  38528. interrupt
  38529. debugging
  38530. introduction
  38531. invert
  38532. investment
  38533. iostreams
  38534. hen no records are found such as...
  38535.     display dialog "Sorry, the item you selected could not be found."
  38536.     return
  38537. end try
  38538. e    No Changef
  38539. HyperCard
  38540. updateq
  38541. Dev.CD Sep 00 RL Disk 1
  38542. All Packages
  38543. HyperCard Instance Variables
  38544. 81550X
  38545. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  38546. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  38547. tter examined for consistency).
  38548. Building dcmds
  38549. Emulator Update Extension
  38550. into Debugger Prefs file
  38551. into MacsBug Preferences folder
  38552. into System folder
  38553. MacsBug 6.6 Read Me
  38554. MacsBugAppK
  38555. Apr 94L
  38556. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsOUDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:P`Dev.CD Aug 00 TC Disk 1
  38557.  - Tool Chest
  38558.  - Testing & Debugging
  38559.  - Debuggers & dcmds
  38560.  - MacsBug 6.6
  38561. 83258X
  38562. Aug 00^    TC Disk 1
  38563. --set theItem to choose file -- uncomment to test in an AS editor
  38564.     tell application "Finder"
  38565.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  38566.         activate
  38567.     end tell
  38568. on error errMsg number errNum
  38569.     --enter statements to perform when no records are found such as...
  38570.     display dialog "Sorry, the item you selected could not be found."
  38571.     return
  38572. end try
  38573. e    No Changef(MacsBug
  38574. debugger
  38575. debugging
  38576. assembly
  38577. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  38578. Dev.CD Aug 00 TC Disk 1
  38579. {D!All Packages
  38580. Mac OS SDK Edition
  38581. MacSNMP
  38582. mpw-related
  38583. toolkit
  38584. mrj's
  38585. mrj-dev
  38586. mrjclasses
  38587. mrjlib
  38588. mrjtoolkit
  38589. mrplus
  38590. mrplus
  38591. performance
  38592. analysis
  38593. powerpc
  38594. applicatio
  38595. ms-dev
  38596. ms-dos
  38597. msdev
  38598. msdos
  38599. mt/mp
  38600. muchi
  38601. mueller
  38602. mulitple
  38603. multi-digit
  38604. multi-documment
  38605. multi-frame
  38606. multi-homing
  38607. multi-interface
  38608. multi-platform
  38609. multibuffering
  38610. rance
  38611. 1.0.3
  38612. original
  38613. version
  38614. gimedapalette
  38615. chang
  38616. drawsprocket
  38617. which
  38618. provides
  38619. support
  38620. inputsprocket
  38621. which
  38622. provides
  38623. support
  38624. package
  38625. contains
  38626. drive
  38627. setup
  38628. v1.7.2
  38629. program
  38630. }e    No Changeq
  38631. Dev.CD Aug 00 TC Disk 1
  38632. All Packages
  38633. Sad Mac Error Codes 1.1I:Summary: This document explains the Sad Mac Error codes.  J
  38634. Hardware tools.imgK
  38635. Vol IIIL
  38636. Jan 93OFDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:PNDev.CD Aug 00 TC Disk 1
  38637.  - Tool Chest
  38638.  - Testing & Debugging
  38639.  - Hardware toolsV
  38640. 83774X
  38641. Aug 00^    TC Disk 1
  38642. --set theItem to choose file -- uncomment to test in an AS editor
  38643.     tell application "Finder"
  38644.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  38645.         activate
  38646.     end tell
  38647. on error errMsg number errNum
  38648.     --enter statements to perform when no records are found such as...
  38649.     display dialog "Sorry, the item you selected could not be found."
  38650.     return
  38651. end try
  38652. e    No Changeq
  38653. Dev.CD Aug 00 TC Disk 1
  38654. All Packages
  38655. Sample Code
  38656. 83775X
  38657. postscript
  38658. sample@
  38659. handbook@
  38660. display@
  38661. iivx@
  38662. interaction@
  38663. java@
  38664. interchange
  38665. format@
  38666. keycodes@
  38667. language
  38668. analysis
  38669. ldef@
  38670. macapp
  38671. developer
  38672. survey@
  38673. macro@
  38674. mdiplayer@
  38675. mpwtool
  38676. network
  38677. stream@
  38678. option@
  38679. pdlog
  38680. expand@
  38681. yOTDev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Sep 00 RL Disk 1
  38682.  - Technical Documentation
  38683.  - Human Interface
  38684.  - MacOS8DocumentationV
  38685. 83257X
  38686. Sep 00^    RL Disk 1
  38687. --set theItem to choose file -- uncomment to test in an AS editor
  38688.     tell application "Finder"
  38689.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  38690.         activate
  38691.     end tell
  38692. on error errMsg number errNum
  38693.     --enter statements to perform when no records are found such as...
  38694.     display dialog "Sorry, the item you selected could not be found."
  38695.     return
  38696. end try
  38697. e    No Changef#Mac OS 8
  38698. Human Interface Guidelinesq
  38699. Dev.CD Sep 00 RL Disk 1
  38700. All Packages
  38701. MacsBug 6.6
  38702. 83258X
  38703. layouts
  38704. lclick
  38705. ldefproc0
  38706. leading
  38707. th a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  38708. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  38709. J)Instance Variable text
  38710. Instance VariablesK
  38711. Jun 93M
  38712. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateOcDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PnDev.CD Aug 00 TC Disk 1
  38713.  - Tool Chest
  38714.  - Development Kits
  38715.  - HyperCard Related
  38716.  - HyperCard Instance Variables
  38717. e    No Changef(QuickTime
  38718. Object
  38719. Movie
  38720. Convert
  38721. Linearq
  38722. Dev.CD Aug 00 TC Disk 2
  38723. All Packages
  38724. VRMakePano
  38725. VRMakePano is a simple application that converts a panoramic image into a QuickTime VR panoramic movie.
  38726. The panoramic image must be rotated 90 counterclockwise from its normal orientation, so that the image is taller than it is wide. The QuickTime VR movie created by VRMakePano is either a version 2.0 QTVR movie or a version 1.0 QTVR movie; you select the version using the Test menu.
  38727. Application Files
  38728. Building QT Samples
  38729. Common Files
  38730. README
  38731. VRMakePano 68k
  38732. VRMakePano 68k.mcp
  38733. VRMakePano PPC
  38734. VRMakePano PPC.mcp
  38735. VRMakePano Win.mcp
  38736. VRMakePano.c
  38737. VRMakePano.exe
  38738. VRMakePano.h
  38739. VRMakePano.makM
  38740. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OFDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakePano:V
  38741. 84301X
  38742. 1e    No Change
  38743. vision
  38744. visit
  38745. visited
  38746. visrgn
  38747. visualZ
  38748. visual-only
  38749. visualization
  38750. visually
  38751. vital
  38752. vmsify
  38753. vmsify
  38754. sample
  38755. streams
  38756. module
  38757. actually
  38758. somethi
  38759. vmsify's
  38760. vocabulary
  38761. voice
  38762. voltages
  38763. volume
  38764. volumemount
  38765. volumes`
  38766. wang's
  38767. wantl
  38768. wanted
  38769. wanting
  38770. wants
  38771. warming
  38772. warning
  38773. warnings
  38774. warns
  38775. warrior
  38776. com/acrobat_
  38777. com/acrobat/register_
  38778. com/bin/bugrpt
  38779. com/bugreporter
  38780. com/cftype
  38781. com/colorsync
  38782. com/dev/swtechpubs/d
  38783. com/java
  38784. com/mkt/maclogo
  38785. com/mkt/swl
  38786. com/mrj
  38787. com/quicktime
  38788. com/quicktime/develo
  38789. com/sherlock/plugind
  38790. com/store
  38791. com/technotes/tn/tn1
  38792. com/techpubs
  38793. com/techpubs/mac/ppc
  38794. com/tools
  38795. are, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  38796. J=Addresses
  38797. Audio Help
  38798. HyperCard Player
  38799. What is HyperCard?K
  38800. Feb 92L
  38801. Jul 98N
  38802. HyperCard Player, stacksOHDev.CD Sep 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Sep 00 RL Disk 1
  38803.  - Utilities
  38804.  - HyperCard Player
  38805.  - HyperCard Player 2.4
  38806. nd DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  38807. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  38808. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  38809. Descriptions of the operation of the major functions and the structures can be found in the SetupGL.h header file.
  38810. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  38811. Note: Some of the access paths will have to reset to point to the location of the OpenGL S
  38812. Builds a Windows menu for your application.
  38813. These three files go in your ".r" and your override of TApplication. At first I thought that creating lists, walking the Window Manager list and so forth every time through DoSetupMenus() would take way too much time. The fact is that it doesn
  38814. t. The only serious problem with this technique is that it
  38815. makes use of the rather obscure fact that MacApp puts a reference to the parent TWindow in the refCon field of each Window Manager window. I don
  38816. " consider the fact that it walks the Window Manager window list a problem since that list is documentedin Inside Mac. 
  38817. The biggest advantage of this technique is that it requires no additional support from the TWindows or from the TApplication. Once you put it in you can forget about it.
  38818. J;Windows Menu Doc
  38819. WindowsMenu.cp
  38820. WindowsMenu.h
  38821. WindowsMenu.rM
  38822. MacAppOLDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:estmagic@
  38823. topics@
  38824. type@
  38825. All Packages
  38826. F    QuickTimeO
  38827. Dev.CD Jan 96 SSWP
  38828. Dev.CD Jan 96 SSV
  38829. 83654X
  38830. Jan 96
  38831. f--set theItem to choose file -- uncomment to test in an AS editor
  38832.     tell application "Finder"
  38833.         open item "Dev.CD Jan 96 SSW"
  38834.         activate
  38835.     end tell
  38836. on error errMsg number errNum
  38837.     --enter statements to perform when no records are found such as...
  38838.     display dialog "Sorry, the item you selected could not be found."
  38839.     return
  38840. end try
  38841. All Packages
  38842. F    QuickTimeO
  38843. Dev.CD Jan 96 SSWP
  38844. Dev.CD Jan 96 SSV
  38845. 83655X
  38846. Jan 96
  38847. f--set theItem to choose file -- uncomment to test in an AS editor
  38848.     tell application "Finder"
  38849.         open item "Dev.CD Jan 96 SSW"
  38850.         activate
  38851.     end tell
  38852. on error errMsg number errNum
  38853.     --enter statements to perform when no records are found such as...
  38854.     display dialog "Sorry, the item you selected could not be found."
  38855.     return
  38856. end try
  38857. All Packages
  38858. F    QuickTimeO
  38859. Dev.CD Jan 96 SSWP
  38860. Dev.CD Jan 96 SSV
  38861. 83656X
  38862. 83256X
  38863. Apr 98^
  38864. --set theItem to choose file -- uncomment to test in an AS editor
  38865.     tell application "Finder"
  38866.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  38867.         activate
  38868.     end tell
  38869. on error errMsg number errNum
  38870.     --enter statements to perform when no records are found such as...
  38871.     display dialog "Sorry, the item you selected could not be found."
  38872.     return
  38873. end try
  38874. e    No ChangefGODBC
  38875. MacODBC
  38876. Database
  38877. Connectivity
  38878. Drivers
  38879. Network
  38880. Middleware
  38881. Visigenicq
  38882. Dev.CD Apr 98 SDK1
  38883. All Packages
  38884. MacOS8Documentation
  38885. Mac OS 8 Human Interface Guidelines
  38886. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  38887. MacOS8 HIGuidelines.pdf
  38888. READMEK
  38889. Oct 97N$Mac OS 8, Human Interface Guidelines:V
  38890. 81553X
  38891. 1e    No Change
  38892. software
  38893. system
  38894. system
  38895. software
  38896. edition
  38897. toolP
  38898. chest
  38899. editionP
  38900. HyperCard Video Toolkit 2.0.img
  38901. Ideas Toolkit 1.0.img
  38902. Prototyping Toolkit 2.0.imgK
  38903. May 95M
  38904. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.OYDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  38905. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  38906. Features:
  38907.  Cross-platform remote database access
  38908.  Wide range of third party drivers
  38909.  All major relational databases covered
  38910.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  38911. PleaB3se report bugs and problems to kodom@visigenic.com.
  38912. J\Documentation:
  38913. ODBC Install.image
  38914. ODBC Sample Bins.image
  38915. ODBC Tools.image
  38916. Readme - InstallerK
  38917. Sep 93L
  38918. Sep 96M
  38919. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  38920.  - Development Kits (Disc 1)
  38921.  - MacODBC
  38922. showallmountedvolume
  38923. showallmountedvolume
  38924. showballoon
  38925. showballoon
  38926. showballoon
  38927. showballoon
  38928. showballoon
  38929. showdialogboxes
  38930. showdialogboxes
  38931. showhidefolder
  38932. showhidefolder
  38933. showicon7
  38934. showicon7
  38935. showinitf
  38936. showinit
  38937. showiniticon
  38938. showiniticon
  38939. showiniticon
  38940. showmovie
  38941. showmovie
  38942. showmovie
  38943. showregisteredscside
  38944. showregisteredscside
  38945. showscsideviceident
  38946. showscsideviceident
  38947. showsystemvolumeid
  38948. showsystemvolumeid
  38949. shrinktobw
  38950. shrinktobw
  38951. shtml
  38952. sighyper
  38953. signaturetoappc
  38954. signaturetoapp
  38955. signaturetoapp
  38956. simple
  38957. simpleapp
  38958. simpleapp
  38959. sound
  38960. simpledownload
  38961. simpledownload
  38962. 247226
  38963. simpledownload
  38964. 248426
  38965. simpleeditmfc
  38966. simpleeditmfc
  38967. simpleeditmfc
  38968. osahelpers
  38969. QuickDraw GXO
  38970. Dev.CD Apr 95P
  38971. Dev.CD Apr 9W
  38972. topleft
  38973. tpicture
  38974. traceroute
  38975. trackZ
  38976. tracker
  38977. tracks
  38978. traditional
  38979. traffic
  38980. transferprovider
  38981. transferring
  38982. transform
  38983. transitions
  38984. translation
  38985. translation
  38986. macintosh
  38987. translator
  38988. translator
  38989. transparent
  38990. transport
  38991. traversing
  38992. triggered
  38993. tsmte
  38994. ttextgridview
  38995. ttextlistview
  38996. tunes
  38997. tutorial
  38998. tween
  38999. txratio
  39000. txratio
  39001. types
  39002. typography
  39003. ufailure
  39004. ufailure
  39005. exception
  39006. handler
  39007. ufailure
  39008. ultraslimfast
  39009. unicode
  39010. unicode
  39011. imaging
  39012. bi-directional
  39013. rotation
  39014. double-byt
  39015. f--set theItem to choose file -- uncomment to test in an AS editor
  39016.     tell application "Finder"
  39017.         open item "Dev.CD Jun 97 SSW"
  39018.         activate
  39019.     end tell
  39020. on error errMsg number errNum
  39021.     --enter statements to perform when no records are found such as...
  39022.     display dialog "Sorry, the item you selected could not be found."
  39023.     return
  39024. end try
  39025. database
  39026. database
  39027. dcmdi
  39028. debug
  39029. debug
  39030. sound
  39031. manager
  39032. 3.2.1
  39033. debugger
  39034. debugger
  39035. macsbug
  39036. debugger
  39037. detection
  39038. debuggerpresence
  39039. debuggerpresence
  39040. debugging
  39041. decompress
  39042. decompressionQ
  39043. decompressors
  39044. delete
  39045. delsearch
  39046. dependency
  39047. depth
  39048. design
  39049. designing
  39050. desktop
  39051. detection
  39052. detectory
  39053. detector
  39054. contextual
  39055. apple
  39056. detectors
  39057. detectorsy
  39058. developerz
  39059. Dev.CD Jan 94
  39060. Dev.CD Oct 93P
  39061. Dev.CD Jan 94
  39062. Dev.CD Oct 9V
  39063. 83685X
  39064. Jan 94
  39065. p--set theItem to choose file -- uncomment to test in an AS editor
  39066.     tell application "Finder"
  39067.         open item "Dev.CD Jan 94
  39068. Dev.CD Oct 93"
  39069.         activate
  39070.     end tell
  39071. on error errMsg number errNum
  39072.     --enter statements to perform when no records are found such as...
  39073.     display dialog "Sorry, the item you selected could not be found."
  39074.     return
  39075. end try
  39076. All Packages
  39077. F    QuickTimeO
  39078. Dev.CD Jan 94
  39079. Dev.CD Oct 93P
  39080. Dev.CD Jan 94
  39081. Dev.CD Oct 9V
  39082. 83686X
  39083. Jan 94
  39084. p--set theItem to choose file -- uncomment to test in an AS editor
  39085.     tell application "Finder"
  39086.         open item "Dev.CD Jan 94
  39087. Dev.CD Oct 93"
  39088.         activate
  39089.     end tell
  39090. on error errMsg number errNum
  39091.     --enter statements to perform when no records are found such as...
  39092.     display dialog "Sorry, the item you selected could not be found."
  39093.     return
  39094. end try
  39095. All Packages
  39096. F    QuickTimeV
  39097. 83687X
  39098. after
  39099. module
  39100. process
  39101. manager@
  39102. aiff@
  39103. aliases@
  39104. allocators@
  39105. apple
  39106. events
  39107. spell
  39108. grammar
  39109. writeswell
  39110. spellswell
  39111. working@
  39112. appleevent
  39113. interaction
  39114. aeinteractwithuser@
  39115. applescript
  39116. apple
  39117. events
  39118. recordable
  39119. scriptable
  39120. script@
  39121. applesearch@
  39122. arrangement@
  39123. authentication@
  39124. bitblitz@
  39125. bits@
  39126. capture@
  39127. picker
  39128. palette@
  39129. component
  39130. compression
  39131. decompression
  39132. scom@
  39133. contextual@
  39134. copybits
  39135. palette
  39136. setpalette
  39137. newpalette@
  39138. counters@
  39139. current@
  39140. cursors@
  39141. debugger
  39142. macsbug
  39143. debugger
  39144. detection
  39145. debuggerpresence@
  39146. developer
  39147. documentation
  39148. publications
  39149. technical
  39150. document@
  39151. disk@
  39152. docs@
  39153. dram@
  39154. driver@
  39155. drivergestalt@
  39156. environment@
  39157. synchronization
  39158. backup
  39159. assistant
  39160. folder
  39161. duplicatio@
  39162. formatasdos@
  39163. gestalt@
  39164. getpppstatus@
  39165. movieproc
  39166. movieproc
  39167. movieproc
  39168. moviesp
  39169. movieshop
  39170. moviestuff
  39171. moviestuff
  39172. moviestuff
  39173. movietoaiff
  39174. movietoaiff
  39175. movietoaiff
  39176. movietoaiff
  39177. empty
  39178. engine
  39179. empty
  39180. engine
  39181. emptyengine
  39182. emptyengine
  39183. emptyengine
  39184. prefix
  39185. emulator
  39186. emulator
  39187. release
  39188. notes
  39189. emulator
  39190. update
  39191. extension
  39192. enableeomsample
  39193. enableeomsample
  39194. enableipreuseaddrsam
  39195. enableipreuseaddrsam
  39196. enabler
  39197. enablersample
  39198. enablersample
  39199. enablersample
  39200. enablersmpl
  39201. enablersmpl
  39202. enablersmpl
  39203. enablersmpl
  39204. enableselfsendsample
  39205. enableselfsendsample
  39206. encoding
  39207. encodings
  39208. enetdrvrsmpl
  39209. enetdrvrsmpl
  39210. enetdrvrsmpl
  39211. enetdrvrsrc
  39212. enetdrvrsrc
  39213. englishterminology
  39214. englishterminology
  39215. rsrcd
  39216. enhanced
  39217. enhanced
  39218. survival
  39219. guide
  39220. ct-009-4433
  39221. ct-009-4433
  39222. install
  39223. ct-009-4434
  39224. ct-009-4434
  39225. install
  39226. ct-009-4435
  39227. ct-009-4435
  39228. install
  39229. ct-009-4436
  39230. ct-009-4436
  39231. ct-009-4437
  39232. ct-009-4437
  39233.         activate
  39234.     end tell
  39235. on error errMsg number errNum
  39236.     --enter statements to perform when no records are found such as...
  39237.     display dialog "Sorry, the item you selected could not be found."
  39238.     return
  39239. end try
  39240. e    No Changef*icon
  39241. cache
  39242. optimization
  39243. performance
  39244. searchq
  39245. Dev.CD Aug 00 TC Disk 2
  39246. All Packages
  39247. Icon DisplayIdDemonstartion of manual drawing from icon resources to an offscreen buffer, then onscreen blitting. JqIconDisplay(PPC)
  39248. IconDisplay.c
  39249. IconDisplay.mcp
  39250. IconDisplay.rsrc
  39251. IconMenus.c
  39252. IconMenus.h
  39253. IconWindow.c
  39254. IconWindow.hM
  39255. Color QuickDrawN^NewGWorld, UpdateGWorld, DisposeGWorld, GetPixBaseAddr, CopyBits, GetDeviceList, GetNextDeviceO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Icon Display:V
  39256. 81556X
  39257. 1e    No Change
  39258. technotes
  39259. start
  39260. techpubsfeedback
  39261. techpubsfeedback
  39262. techpubsfind
  39263. techpubsfind
  39264. techqa
  39265. techqa
  39266. shtml
  39267. tecommon
  39268. tecommon
  39269. tedocument
  39270. tedocument
  39271. tedocument
  39272. tedocument
  39273. telecom
  39274. telephone
  39275. telephone
  39276. manager
  39277. e call. There's nothing stopping you from calling Get1Resource or anything else which might produce a handle to a member of an icon suite.
  39278. There's also some jiggery-pokerB6y having to do with my distaste for purgeable handles.
  39279. JRicon cache demo.mcp
  39280. icon cache demo.rsrc
  39281. icon cache.c
  39282. iconCacheDemo(PPC)
  39283. Too SuiteM
  39284. System 7N.icon, cache, optimization, performance, searchOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:icon cache demo:PTDev.CD Aug 00 TC Disk 2
  39285.  - Sample Code
  39286.  - Human Interface Toolbox
  39287.  - icon cache demo
  39288. --set theItem to choose file -- uncomment to test in an AS editor
  39289.     tell application "Finder"
  39290.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:"
  39291.         activate
  39292.     end tell
  39293. on error errMsg number errNum
  39294.     --enter statements to perform when no records are found such as...
  39295.     display dialog "Sorry, the item you selected could not be found."
  39296.     return
  39297. end try
  39298. --even
  39299. document-launching
  39300. document/file/applic
  39301. documentationn
  39302. documentation
  39303. topics
  39304. include
  39305. w^    TC Disk 2
  39306. --set theItem to choose file -- uncomment to test in an AS editor
  39307.     tell application "Finder"
  39308.         open item "Dev.CD Aug 00 TC Disk 2:What's New?:Technical Documentation:Macintosh Technotes and Q&As:"
  39309.         activate
  39310.     end tell
  39311. on error errMsg number errNum
  39312.     --enter statements to perform when no records are found such as...
  39313.     display dialog "Sorry, the item you selected could not be found."
  39314.     return
  39315. end try
  39316. e    No Changef
  39317. Technote Q&Ao.http://developer.apple.com/techpubs/index.htmlq
  39318. Dev.CD Aug 00 TC Disk 2
  39319. xD!All Packages
  39320. Mac OS SDK Edition
  39321. MacODBC 2.1.2 GM
  39322.     eviceq
  39323. Dev.CD Aug 00 TC Disk 1
  39324. All Packages
  39325. F    Icon playI
  39326. Snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  39327. This shows: how to use the sys 7.0 popup and how to plot Icons from Icon families.J7Icon Play(PPC)
  39328. Icon Play.mcp
  39329. Icon Play.rsrc
  39330. PlotIcons.cM
  39331. System 7N
  39332. popup, icon utilities
  39333. --set theItem to choose file -- uncomment to test in an AS editor
  39334.     tell application "Finder"
  39335.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRMakeObject:"
  39336.         activate
  39337.     end tell
  39338. on error errMsg number errNum
  39339.     --enter statements to perform when no records are found such as...
  39340.     display dialog "Sorry, the item you selected could not be found."
  39341.     return
  39342. end try
  39343. indian
  39344. language
  39345. indian
  39346. language
  39347. inline
  39348. inline
  39349. input
  39350. textedit
  39351. input
  39352. inputsprocket
  39353. inputsprocket
  39354. inputsprocketpptest
  39355. inputsprockettest
  39356. inquiry
  39357. inside
  39358. inside
  39359. inside
  39360. movie
  39361. inside
  39362. macintosh
  39363. quickdraw
  39364. install
  39365. installed
  39366. installer
  39367. installer
  39368. 1.2.3
  39369. instance
  39370. instrumentation
  39371. instrumentation
  39372. 1.0.6
  39373. int'l
  39374. int'l
  39375. developer
  39376. contacts
  39377. on-line
  39378. on-line-service
  39379. on-screen
  39380. on/off
  39381.  - Sample Code
  39382.  - Human Interface Toolbox
  39383.  - Icon PlayV
  39384. 81557X
  39385. Aug 00^    TC Disk 2
  39386. --set theItem to choose file -- uncomment to test in an AS editor
  39387.     tell application "Finder"
  39388.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Icon Play:"
  39389.         activate
  39390.     end tell
  39391. on error errMsg number errNum
  39392.     --enter statements to perform when no records are found such as...
  39393.     display dialog "Sorry, the item you selected could not be found."
  39394.     return
  39395. end try
  39396. e    No Changef
  39397. popup
  39398. icon utilitiesq
  39399. Dev.CD Aug 00 TC Disk 2
  39400. All Packages
  39401. IconDimmingI
  39402. In System 7, selected non-open files are shown as dimmed icons on the desktop.  This snippet shows two different ways to achieve the same results in an application.J?IconDimming(PPC)
  39403. IconDimming.c
  39404. IconDimming.mcp
  39405. IconDimming.rsrcM
  39406. System 7.0 or later
  39407. ware.
  39408. SetupGL also has some unique features:
  39409. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  39410. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  39411. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  39412. - SetupGL provides the function BuildGLFromWindow a
  39413. 83254X
  39414. Dec 99^
  39415. --set theItem to choose file -- uncomment to test in an AS editor
  39416.     tell application "Finder"
  39417.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  39418.         activate
  39419.     end tell
  39420. on error errMsg number errNum
  39421.     --enter statements to perform when no records are found such as...
  39422.     display dialog "Sorry, the item you selected could not be found."
  39423.     return
  39424. end try
  39425. Deletedq
  39426. Dev.CD Dec 99 RL
  39427. All Packages
  39428. Macintosh Technotes and Q&As
  39429.     A2Updates the Technote and Q&As up to June 20, 2000.
  39430. J?Q & As Start Here!
  39431. style.css
  39432. technotes
  39433. Technotes Start Here!K
  39434. Jan 00L
  39435. Aug 00M
  39436. web browserN
  39437. Technote Q&AOYDev.CD Aug 00 TC Disk 2:What's New?:Technical Documentation:Macintosh Technotes and Q&As:PaDev.CD Aug 00 TC Disk 2
  39438.  - What's New?
  39439.  - Technical Documentation
  39440.  - Macintosh Technotes and Q&AsV
  39441. 83255X
  39442. Aug 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  39443. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  39444. J)Open Me With Web Browser
  39445. techqa.shtmlK
  39446. Sep 95L
  39447. Dec 96M
  39448. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  39449.  - Technical Documentation
  39450.  - Macintosh Technical Q&As
  39451. price
  39452. prices{
  39453. primarily
  39454. primary
  39455. primer
  39456. primitive
  39457. primitivesu
  39458. principles
  39459. print_
  39460. print
  39461. clipped
  39462. offscreen
  39463. takes
  39464. string
  39465. turns
  39466. print
  39467. multipage
  39468. takes
  39469. larger
  39470. print2
  39471. printable
  39472. printdialogmagic
  39473. printed
  39474. printenv
  39475. printer
  39476. printer-specific
  39477. printers{
  39478.  ictbSample.r shows how you can do one by hand.
  39479. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  39480. 81560X
  39481. 1e    No Change
  39482. macintosh
  39483. powerbook
  39484. qualified
  39485. socket
  39486. compilers
  39487. assemblers
  39488. linkers
  39489. tools
  39490. debuggers
  39491. performance
  39492. version
  39493. numbers
  39494. remove
  39495. version
  39496. numbers
  39497. applescript
  39498. toolkit
  39499. jdirect
  39500. appleevent
  39501. receive
  39502. redistribution
  39503. msdos
  39504. multi-player
  39505. multi-processing
  39506. multi-processing
  39507. pascal
  39508. multicast
  39509. multifinder
  39510. multihoming
  39511. multilingual
  39512. multilingual
  39513. editor
  39514. multimedia
  39515. multiplay
  39516. multiple
  39517. essing
  39518. thrice
  39519. thrive
  39520. throughS
  39521. throughout
  39522. 1.0.0d3
  39523. 1.0.1y
  39524. 1.0.2y
  39525. 1.0.3v
  39526. 1.0.4
  39527. 1.0.6
  39528. 1.0.8
  39529. 1.0a5
  39530. 1.0b1
  39531. 1.0b2
  39532. 1.0d1
  39533. 1.0d8
  39534. 1.1.1
  39535. 1.1.2
  39536. 1.1.3
  39537.  Cancel button, use the standard filter, and bring another dialog or alert up on top of that dialog, you need to add a little extra code in your own filter to handle that situation.
  39538. The code is included here, look in the filterIt function included in stdFilterHacking.c.
  39539. JSstdFilterHacking(PPC)
  39540. stdFilterHacking.c
  39541. stdFilterHacking.mcp
  39542. stdFilterHacking.rsrcOMDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:stdFilterHacking:PUDev.CD Aug 00 TC Disk 2
  39543.  - Sample Code
  39544.  - Human Interface Toolbox
  39545.  - stdFilterHacking
  39546. software
  39547. development
  39548. development
  39549. transpo
  39550. solaris
  39551. soleu
  39552. solid
  39553. Dev.CD Jul 93
  39554. Dev.CD Apr 9V
  39555. 83700X
  39556. Jul 93
  39557. p--set theItem to choose file -- uncomment to test in an AS editor
  39558.     tell application "Finder"
  39559.         open item "Dev.CD Jul 93
  39560. Dev.CD Apr 93"
  39561.         activate
  39562.     end tell
  39563. on error errMsg number errNum
  39564.     --enter statements to perform when no records are found such as...
  39565.     display dialog "Sorry, the item you selected could not be found."
  39566.     return
  39567. end try
  39568. All Packages
  39569. F    QuickTimeO
  39570. Dev.CD Jul 93
  39571. Dev.CD Apr 93P
  39572. Dev.CD Jul 93
  39573. Dev.CD Apr 9V
  39574. 83701X
  39575. Jul 93
  39576. p--set theItem to choose file -- uncomment to test in an AS editor
  39577.     tell application "Finder"
  39578.         open item "Dev.CD Jul 93
  39579. Dev.CD Apr 93"
  39580.         activate
  39581.     end tell
  39582. on error errMsg number errNum
  39583.     --enter statements to perform when no records are found such as...
  39584.     display dialog "Sorry, the item you selected could not be found."
  39585.     return
  39586. end try
  39587. All Packages
  39588. F    QuickTimeO
  39589. Dev.CD Jul 93
  39590. Dev.CD Apr 93V
  39591. 83702X
  39592. uD!All Packages
  39593. Tool Chest Edition
  39594. Macintosh PowerBook Qualified
  39595. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  39596. The Kit includes:
  39597. Guide to Macintosh PowerBook Qualified Program
  39598. Program Technical Specifications
  39599. Program Pre-testing Guidelines
  39600. Legal Documentation for licensing and program participation
  39601. e Toolbox:ictbSample:"
  39602.         activate
  39603.     end tell
  39604. on error errMsg number errNum
  39605.     --enter statements to perform when no records are found such as...
  39606.     display dialog "Sorry, the item you selected could not be found."
  39607.     return
  39608. end try
  39609. e    No Changef
  39610. Dialog Managerq
  39611. Dev.CD Aug 00 TC Disk 2
  39612. All Packages
  39613. ImageCompositingV
  39614. 81561X
  39615. soundconverter
  39616. simple
  39617. application
  39618. shows
  39619. soundinputsample
  39620. soundlevel
  39621. soundmanager
  39622. sounds
  39623. soundsnippets
  39624. soundsnippets
  39625. defines
  39626. functions
  39627. perform
  39628. common
  39629. soundsprocket
  39630. soundunit
  39631. sourceO
  39632. they're{
  39633. thing{
  39634. things
  39635. think
  39636. third
  39637. third-party
  39638. All Packages
  39639. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  39640. Dev.CD Jan 94
  39641. Dev.CD Oct 93
  39642. Dev.CD Jul 93
  39643. Dev.CD Apr 93PDDev.CD Apr 94
  39644. Dev.CD Jan 94
  39645. Dev.CD Oct 93
  39646. Dev.CD Jul 93
  39647. Dev.CD Apr 9V
  39648. 84162X
  39649. Apr 94
  39650. --set theItem to choose file -- uncomment to test in an AS editor
  39651.     tell application "Finder"
  39652.         open item "Dev.CD Apr 94
  39653. Dev.CD Jan 94
  39654. Dev.CD Oct 93
  39655. Dev.CD Jul 93
  39656. Dev.CD Apr 93"
  39657.         activate
  39658.     end tell
  39659. on error errMsg number errNum
  39660.     --enter statements to perform when no records are found such as...
  39661.     display dialog "Sorry, the item you selected could not be found."
  39662.     return
  39663. end try
  39664. All Packages
  39665. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  39666. Dev.CD Jan 94
  39667. Dev.CD Oct 93
  39668. Dev.CD Jul 93
  39669. Dev.CD Apr 93PDDev.CD Apr 94
  39670. Dev.CD Jan 94
  39671. Dev.CD Oct 93
  39672. Dev.CD Jul 93
  39673. Dev.CD Apr 9V
  39674. 84163X
  39675. Apr 94
  39676. uJ0Guide_To_MPQ.pdf
  39677. MPQ Read Me
  39678. MPQ_Program_Kit.pdfK
  39679. Nov 95M
  39680. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  39681.  - Programs & Marketing
  39682.  - Macintosh PowerBook Qualified- Sun Compliant Java Runtime Environment 1.1
  39683.     - QuickTime 3 
  39684.     - QTJava.zip
  39685.     - QTJava media samples
  39686. - Mac OS:
  39687.     - System 8 or later
  39688.     - Macintosh Runtime for Java (MRJ) 2.1
  39689. - Windows 95, 98, or NT::
  39690.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39691. QuickTime, Java, MRJO\Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageCompositing:PjDev.CD Aug 00 TC Disk 2
  39692.  - Sample Code
  39693.  - QuickTime
  39694.  -  All Java
  39695.  - QuickTime for Java
  39696.  - ImageCompositingV
  39697. 81561X
  39698. Aug 00^    TC Disk 2
  39699. e    No Change
  39700. developer
  39701. provides
  39702. technical
  39703. information
  39704. about
  39705. development
  39706. information
  39707. image
  39708. contains
  39709. debug
  39710. version
  39711. 2.5.2
  39712. which
  39713. image
  39714. contains
  39715. golden
  39716. master
  39717. pre-release
  39718. versi
  39719. document
  39720. describes
  39721. waste
  39722. worldscript
  39723. aware
  39724. styled
  39725. document
  39726. lists
  39727. selectors
  39728. known
  39729. creator
  39730. document
  39731. provides
  39732. preliminary
  39733. information
  39734. about
  39735. macintosh
  39736. application
  39737. contains
  39738. examp
  39739. follow
  39740. example
  39741. shows
  39742. single
  39743. frame
  39744. example
  39745. demonstrates
  39746. script
  39747. applicatio
  39748. example
  39749. simpletext
  39750. 1.4d16
  39751. source
  39752. example
  39753. shows
  39754. additional
  39755. frame
  39756. example
  39757. shows
  39758. items
  39759. print
  39760. dialogs
  39761. lustrating
  39762. folder
  39763. contains
  39764. apple
  39765. source
  39766. 83253X
  39767. May 98^
  39768. --set theItem to choose file -- uncomment to test in an AS editor
  39769.     tell application "Finder"
  39770.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  39771.         activate
  39772.     end tell
  39773. on error errMsg number errNum
  39774.     --enter statements to perform when no records are found such as...
  39775.     display dialog "Sorry, the item you selected could not be found."
  39776.     return
  39777. end try
  39778. e    No ChangefBMPQ
  39779. Macintosh
  39780. PowerBook
  39781. Qualified
  39782. PC Card
  39783. Card and Socket Servicesq
  39784. Dev.CD May 98 TC
  39785. vD(All Packages
  39786. Reference Library Edition
  39787. Macintosh Technical Q&As
  39788. 83812X
  39789. Aug 00^    TC Disk 1
  39790. --set theItem to choose file -- uncomment to test in an AS editor
  39791.     tell application "Finder"
  39792.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:SetupGL:"
  39793.         activate
  39794.     end tell
  39795. on error errMsg number errNum
  39796.     --enter statements to perform when no records are found such as...
  39797.     display dialog "Sorry, the item you selected could not be found."
  39798.     return
  39799. end try
  39800. e    No Changef"OpenGL
  39801. full screen
  39802. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  39803. Dev.CD Aug 00 TC Disk 1
  39804. All Packages
  39805. SetWindBackColorI
  39806. Demonstrates how to programmatically set the background color of a window without flicker if the Appearance Manager is not running.
  39807. JVSetWindBackColor READ ME
  39808. SetWindBackColor(PPC)
  39809. SetWindBackColor.c
  39810. SetWindBackColor.mcpK
  39811. Aug 97N
  39812. background, color, WDEF, windowOMDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SetWindBackColor:V
  39813. 83813X
  39814. 1e    No Change
  39815. process
  39816. /JDK from Sun Microsystems, Inc. recommended
  39817. QuickTime, Java, MRJOZDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageProducing:PhDev.CD Aug 00 TC Disk 2
  39818.  - Sample Code
  39819.  - QuickTime
  39820.  -  All Java
  39821.  - QuickTime for Java
  39822.  - ImageProducingV
  39823. 81563X
  39824. Aug 00^    TC Disk 2
  39825. e    No Change
  39826. tPODev.CD Aug 97 TC
  39827.  - What's New?
  39828.  - Developer Notes
  39829.  - Macintosh PowerBook 2400cV
  39830. 83252X
  39831. Aug 97^
  39832. --set theItem to choose file -- uncomment to test in an AS editor
  39833.     tell application "Finder"
  39834.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  39835.         activate
  39836.     end tell
  39837. on error errMsg number errNum
  39838.     --enter statements to perform when no records are found such as...
  39839.     display dialog "Sorry, the item you selected could not be found."
  39840.     return
  39841. end try
  39842. e    No Changeq
  39843. Dev.CD Aug 97 TC
  39844. Macintosh PowerBook Qualified
  39845. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  39846. The Kit includes:
  39847. Guide to Macintosh PowerBook Qualified Program
  39848. Program Technical Specifications
  39849. Program Pre-testing Guidelines
  39850. Legal Documentation for licensing and program participation
  39851. cipation
  39852. Nov 95
  39853. summary
  39854. appletalk's
  39855. printer
  39856. access
  39857. protocol
  39858. session
  39859. summary
  39860. 2.0.1
  39861. release
  39862. summary
  39863. atrapper
  39864. application
  39865. records
  39866. a-trap
  39867. calls
  39868. summary
  39869. audit
  39870. small
  39871. library
  39872. functions
  39873. provide
  39874. summary
  39875. backlight
  39876. control
  39877. control
  39878. panel
  39879. powerbooks
  39880. me use Electric Image format files. 
  39881. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  39882. Building QT Samples
  39883. EI_FormatIncludes
  39884. EI_GraphicsImport
  39885. EI_GraphicsImporter68k
  39886. EI_ImageDecompressor
  39887. EI_ImageDecompressor68k
  39888. EI_ImageDecompressorPPC
  39889. EI_MovieImport
  39890. EI_MovieImport68k
  39891. ImportExample.mcp
  39892. ImportExample68k
  39893. ImportExamplePPC
  39894. ImportExampleTest.c
  39895. ProjectIncludes
  39896. Read Me
  39897. Utilities
  39898. ORDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterMac:V
  39899. 81564X
  39900. 1e    No Change
  39901. printers/print
  39902. to choose file -- uncomment to test in an AS editor
  39903.     tell application "Finder"
  39904.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageProducing:"
  39905.         activate
  39906.     end tell
  39907. on error errMsg number errNum
  39908.     --enter statements to perform when no records are found such as...
  39909.     display dialog "Sorry, the item you selected could not be found."
  39910.     return
  39911. end try
  39912. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  39913. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  39914. JTPAP Client - Read Me First
  39915. PAP Client Interface
  39916. PAP.a.o
  39917. PAP.h
  39918. PAP.p
  39919. PAPWorkStation.oK
  39920. Apr 96L
  39921. Oct 96N
  39922. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  39923.  - Development Kits (Disc 1)
  39924.  - Macintosh PAP Client Interface
  39925. Image
  39926. Graphics
  39927. Decompressors
  39928. Dev.CD Aug 00 TC Disk 2
  39929. All Packages
  39930. ImportExportV
  39931. 81565X
  39932. - Common
  39933.     - Sun Compliant Java Runtime Environment 1.1
  39934.     - QuickTime 3 
  39935.     - QTJava.zip
  39936.     - QTJava media samples
  39937. - Mac OS:
  39938.     - System 8 or later
  39939.     - Macintosh Runtime for Java (MRJ) 2.1
  39940. - Windows 95, 98, or NT::
  39941.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39942. QuickTime, Java, MRJowgrow
  39943. gridwindowgrow
  39944. groupdrawing
  39945. groupdrawing
  39946. growtogrid
  39947. growtogrid
  39948. easyview
  39949. 83251X
  39950. Apr 98^
  39951. --set theItem to choose file -- uncomment to test in an AS editor
  39952.     tell application "Finder"
  39953.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  39954.         activate
  39955.     end tell
  39956. on error errMsg number errNum
  39957.     --enter statements to perform when no records are found such as...
  39958.     display dialog "Sorry, the item you selected could not be found."
  39959.     return
  39960. end try
  39961. e    No Changef
  39962. Print
  39963. AppleTalk
  39964. Dev.CD Apr 98 SDK1
  39965. tD!All Packages
  39966. Tool Chest Edition
  39967. Macintosh PowerBook 2400c
  39968. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  39969. Macintosh PowerBook 2400cK
  39970. Aug 97M
  39971. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  39972. rMMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  39973.  - Development Kits (Disc 1)
  39974.  - Macintosh Easy Openother allows you to export data from a QuickTime movie into various file types.
  39975. JlImportExportMovie
  39976. ImportExportMovie Read Me
  39977. ImportExportMovie 
  39978. ImportExportMovie 
  39979. .rsrc
  39980. ImportExportMovie.cM    QuickTimeN
  39981. QuickTime, import, exportOXDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImportExportMovie:PcDev.CD Aug 00 TC Disk 2
  39982.  - Sample Code
  39983.  - QuickTime
  39984.  - Importers and Exporters
  39985.  - ImportExportMovieV
  39986. 81566X
  39987. Aug 00^    TC Disk 2
  39988. e    No Change
  39989. macro
  39990. macros/templates
  39991. macsbug
  39992. macsbug
  39993. macsnmp
  39994. mactcp
  39995. mactcp
  39996. developer
  39997. tools
  39998. mactcp
  39999. 2.0.6
  40000. mactcp
  40001. token
  40002. mactcp
  40003. mactv
  40004. magic
  40005. magic
  40006. oracle
  40007. magician
  40008. suite
  40009. makeeffectslideshow
  40010. makeicon
  40011. makeitable
  40012. makemake
  40013. makemake
  40014. 2.0d38
  40015. makestartupaliastome
  40016. management
  40017. manager
  40018. manalyzer
  40019. manalyzer
  40020. 2.0d3
  40021. market
  40022. marquee
  40023. maximizing
  40024. maximizing
  40025. quadra
  40026. floatingpoint
  40027. mccomponent
  40028. mdiplayer
  40029. media
  40030. megamovies
  40031. megamovies
  40032. 1.6.2
  40033. memhell
  40034. memory
  40035. memory
  40036. monitor
  40037. defproc
  40038. 1.0.3
  40039. menuscripter
  40040. metertest
  40041. onescannerx
  40042. opp's
  40043. oracle
  40044. 83250X
  40045. Apr 98^
  40046. --set theItem to choose file -- uncomment to test in an AS editor
  40047.     tell application "Finder"
  40048.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  40049.         activate
  40050.     end tell
  40051. on error errMsg number errNum
  40052.     --enter statements to perform when no records are found such as...
  40053.     display dialog "Sorry, the item you selected could not be found."
  40054.     return
  40055. end try
  40056. e    No Changef*Translation
  40057. Macintosh Easy Open
  40058. Translatorq
  40059. Dev.CD Apr 98 SDK1
  40060. sD!All Packages
  40061. Mac OS SDK Edition
  40062. Macintosh PAP Client Interface
  40063.     n an AS editor
  40064.     tell application "Finder"
  40065.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  40066.         activate
  40067.     end tell
  40068. on error errMsg number errNum
  40069.     --enter statements to perform when no records are found such as...
  40070.     display dialog "Sorry, the item you selected could not be found."
  40071.     return
  40072. end try
  40073. e    No Change
  40074. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  40075.  savvy applications as well as translation systems which actually perform translation.
  40076. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  40077. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  40078. Issues:  Please contact Apple Licensing for redistribution information.
  40079. Claris XTND Files:
  40080. Document Converter
  40081. Documentation:
  40082. Macintosh Easy Open
  40083. Macintosh Easy Open Reference
  40084. Open Me
  40085. Read Me First
  40086. Translation Extensions:K
  40087. Jul 93L
  40088. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:
  40089. p--set theItem to choose file -- uncomment to test in an AS editor
  40090.     tell application "Finder"
  40091.         open item "Dev.CD Apr 94
  40092. Dev.CD Jan 94"
  40093.         activate
  40094.     end tell
  40095. on error errMsg number errNum
  40096.     --enter statements to perform when no records are found such as...
  40097.     display dialog "Sorry, the item you selected could not be found."
  40098.     return
  40099. end try
  40100. system
  40101. mpw's
  40102. mpw-related
  40103. mrj's
  40104. mrj-dev
  40105. mrjclasses
  40106. mrjlib
  40107. mrjtoolkit
  40108. mrplus
  40109. mrplus
  40110. performance
  40111. analysis
  40112. powerpc
  40113. applicatio
  40114. ms-dos
  40115. msdev
  40116. mt/mp
  40117. muchi
  40118. mueller
  40119. mulitple
  40120. multi-digit
  40121. multi-documment
  40122. multi-homing
  40123. multi-interface
  40124. multi-platform
  40125. multibuffering
  40126. MyQuickTakeApp 1.0.1TC7 
  40127. MyQuickTakeApp 1.0.2 
  40128. QuickTake - Read Me First
  40129. QuickTake Documentation:
  40130. QuickTake Marketing Items :
  40131. QuickTake/Macintosh  SDK.image
  40132. QuickTake/Windows SDK:
  40133. System Folder Items:
  40134. Windows System Files:
  40135. quicktime
  40136. media
  40137. quicktime
  40138. tutorial
  40139. qtzoo
  40140. quicktime
  40141. quicktime
  40142. windows
  40143. quicktime
  40144. compress
  40145. decompress
  40146. quicktime
  40147. summary
  40148. objects
  40149. hypercard
  40150. allowed
  40151. variabl
  40152. summary
  40153. opendoc
  40154. industry
  40155. standard
  40156. architecture
  40157. summary
  40158. opendoc
  40159. j-1.1
  40160. localized
  40161. version
  40162. opendoc
  40163. summary
  40164. control
  40165. strip
  40166. sample
  40167. project
  40168. summary
  40169. manager
  40170. comprehensive
  40171. developm
  40172. summary
  40173. pccts
  40174. purdue
  40175. compiler-constructio
  40176. summary
  40177. pippin
  40178. multimedia
  40179. internet
  40180. playback
  40181. summary
  40182. popupfuncs
  40183. productivity
  40184. developers
  40185. summary
  40186. portlist
  40187. extension
  40188. helps
  40189. summary
  40190. powertracer
  40191. system
  40192. atrap
  40193. powerpc
  40194. function
  40195. summary
  40196. programmer's
  40197. small
  40198. allows
  40199. summary
  40200. projectdrag
  40201. drag-and-drop
  40202. source
  40203. control
  40204. summary
  40205. resedit
  40206. apple's
  40207. standard
  40208. direct-manipulation
  40209. international
  40210. glossaries
  40211. contains
  40212. translat
  40213. summary
  40214. appleevents
  40215. probably
  40216. don't
  40217. e    No Change
  40218. qOCDev.CD Jul 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Jul 00 SDK1
  40219.  - Development Kits
  40220.  - Mac OS
  40221.  - Macintosh Drag and Dropose file -- uncomment to test in an AS editor
  40222.     tell application "Finder"
  40223.         open item "Dev.CD May 97 TC"
  40224.         activate
  40225.     end tell
  40226. on error errMsg number errNum
  40227.     --enter statements to perform when no records are found such as...
  40228.     display dialog "Sorry, the item you selected could not be found."
  40229.     return
  40230. end try
  40231. D!All Packages
  40232. Tool Chest Edition
  40233. Indian Language Kit 1.0
  40234. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  40235. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  40236.  windows and providing file information for those files.  Applications 
  40237. can also find out where data was dropped in the Finder 
  40238.  for example, that it was dropped into the Trash.
  40239. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  40240. fix the problem.
  40241. Clipping Extension
  40242. Clippings
  40243. Demo Applications
  40244. Documentation
  40245. Dragging Enabler
  40246. DragLib
  40247. Finder 7.1.3
  40248. Interfaces&Libraries
  40249. Macintosh Drag and Drop
  40250. Read Me FirstK
  40251. Nov 93L
  40252. Aug 94
  40253. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  40254. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  40255. s Kit.  Note that Finde
  40256. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  40257. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  40258. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  40259. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  40260. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  40261. Issues:
  40262. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  40263. 24 GC video card.  With this card and the 8
  40264. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  40265. s display.  Remove the 8
  40266. 24 GC control panel to 
  40267. system
  40268. --set theItem to choose file -- uncomment to test in an AS editor
  40269.     tell application "Finder"
  40270.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  40271.         activate
  40272.     end tell
  40273. on error errMsg number errNum
  40274.     --enter statements to perform when no records are found such as...
  40275.     display dialog "Sorry, the item you selected could not be found."
  40276.     return
  40277. end try
  40278. ber errNum
  40279.     --enter statements to perform when no records are found such as...
  40280.     display dialog "Sorry, the item you selected could not be found."
  40281.     return
  40282. end try
  40283. e    No ChangefDText Services Manager
  40284. Text Services with TextEdit
  40285. TSMTE
  40286. Inline Inputq
  40287. Dev.CD Aug 00 TC Disk 2
  40288. D!All Packages
  40289. Mac OS SDK Edition
  40290. InputSprocket SDKI
  40291. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  40292. 83249X
  40293. Jul 00^
  40294. --set theItem to choose file -- uncomment to test in an AS editor
  40295.     tell application "Finder"
  40296.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  40297.         activate
  40298.     end tell
  40299. on error errMsg number errNum
  40300.     --enter statements to perform when no records are found such as...
  40301.     display dialog "Sorry, the item you selected could not be found."
  40302.     return
  40303. end try
  40304. e    No Changeq
  40305. Dev.CD Jul 00 SDK1
  40306. rD!All Packages
  40307. Mac OS SDK Edition
  40308. Macintosh Easy Open 1.1.1
  40309. pe    No Changeq
  40310. Dev.CD Sep 00 RL Disk 1
  40311. qD!All Packages
  40312. Mac OS SDK Edition
  40313. Macintosh Drag and Drop v1.1.1
  40314. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  40315. Macintosh Drag and Drop implements the new Drag Manager toolbn item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:InputSprocket_SDK:"
  40316.         activate
  40317.     end tell
  40318. on error errMsg number errNum
  40319.     --enter statements to perform when no records are found such as...
  40320.     display dialog "Sorry, the item you selected could not be found."
  40321.     return
  40322. end try
  40323. e    No Changeo
  40324. http://developer.apple.com/sdk
  40325. macgamma
  40326. macgamma
  40327. macguide
  40328. macguide
  40329. machack
  40330. machineloc
  40331. machineloc
  40332. macincludes
  40333. macincludes
  40334. macincludes
  40335. macintosh
  40336. macintosh
  40337. cd-rom
  40338. setup
  40339. 5.3.2
  40340. macintosh
  40341. macintosh
  40342. macintosh
  40343. reference
  40344. macintosh
  40345. powerbook
  40346. 2400c
  40347. macmain
  40348. macmain
  40349. macos8
  40350. macos8
  40351. higuidelines
  40352. macos8and9
  40353. macos8and9
  40354. alias
  40355. macos8documentation
  40356. macosandjava
  40357. macosx
  40358. macosx
  40359. macosx
  40360. alias
  40361. macosxdevtools
  40362. macprefixl
  40363. macprefix
  40364. macprefixrez68k
  40365. macprefixrez68k
  40366. macprefixrezppc
  40367. macprefixrezppc
  40368. macsbugc
  40369. macsbug
  40370. macsbug
  40371. macsbug
  40372. debugging
  40373. guide
  40374. making
  40375. mamake
  40376. management
  40377. Dev.CD Jul 96 SSWP
  40378. Dev.CD Jul 96 SSV
  40379. 83964X
  40380. Jul 96
  40381. f--set theItem to choose file -- uncomment to test in an AS editor
  40382.     tell application "Finder"
  40383.         open item "Dev.CD Jul 96 SSW"
  40384.         activate
  40385.     end tell
  40386. on error errMsg number errNum
  40387.     --enter statements to perform when no records are found such as...
  40388.     display dialog "Sorry, the item you selected could not be found."
  40389.     return
  40390. end try
  40391. All Packages
  40392. System 7.5 Update 2.0O
  40393. Dev.CD Jul 96 SSWP
  40394. Dev.CD Jul 96 SSV
  40395. 83965X
  40396. Jul 96
  40397. f--set theItem to choose file -- uncomment to test in an AS editor
  40398.     tell application "Finder"
  40399.         open item "Dev.CD Jul 96 SSW"
  40400.         activate
  40401.     end tell
  40402. on error errMsg number errNum
  40403.     --enter statements to perform when no records are found such as...
  40404.     display dialog "Sorry, the item you selected could not be found."
  40405.     return
  40406. end try
  40407. All Packages
  40408. System 7.5 Update 2.0O
  40409. Dev.CD Jul 96 SSWP
  40410. Dev.CD Jul 96 SSV
  40411. 83966X
  40412. Jul 96
  40413. P(Dev.CD Jul 95
  40414. Dev.CD Apr 95
  40415. Dev.CD Jan 9V
  40416. 83600X
  40417. Jul 95
  40418. ~--set theItem to choose file -- uncomment to test in an AS editor
  40419.     tell application "Finder"
  40420.         open item "Dev.CD Jul 95
  40421. Dev.CD Apr 95
  40422. Dev.CD Jan 95"
  40423.         activate
  40424.     end tell
  40425. on error errMsg number errNum
  40426.     --enter statements to perform when no records are found such as...
  40427.     display dialog "Sorry, the item you selected could not be found."
  40428.     return
  40429. end try
  40430. All Packages
  40431. QuickDraw GXO
  40432. Dev.CD Apr 95P
  40433. Dev.CD Apr 9V
  40434. 83601X
  40435. Apr 95
  40436. b--set theItem to choose file -- uncomment to test in an AS editor
  40437.     tell application "Finder"
  40438.         open item "Dev.CD Apr 95"
  40439.         activate
  40440.     end tell
  40441. on error errMsg number errNum
  40442.     --enter statements to perform when no records are found such as...
  40443.     display dialog "Sorry, the item you selected could not be found."
  40444.     return
  40445. end try
  40446. All Packages
  40447. QuickDraw GXO
  40448. Dev.CD Apr 95P
  40449. Dev.CD Apr 9V
  40450. 83602X
  40451. Apr 95
  40452. sing MacGamma.
  40453. RestoreSystemGamms (...)  must be called before exiting to restore original gamma.
  40454. DisposeSystemGammas (...) can then be used to dispose of the system gammas.
  40455. Suspend and Resume:
  40456. RestoreSystemGamms (...); DisposeSystemGammas (...); should also be called prior to suspend.
  40457. GetSystemGammas (...) should be called when resuming.  This architecture prevents users from unknowingly saving display settings with your modified gammas.
  40458. JPMacGamma Read Me
  40459. MacGamma Test
  40460. MacGamma.cpp
  40461. MacGamma.h
  40462. MacGamma.mcp
  40463. Test Main.cpM
  40464. Color QuickDrawO9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:PADev.CD Aug 00 TC Disk 1
  40465.  - Sample Code
  40466.  - Graphics 2D
  40467.  - MacGamma
  40468. InputSprocketSimpleTest.cp
  40469. InputSprocketSimpleTest.r
  40470. InputSprocketSimpleTest.rsrc
  40471. InputSprocketTest.CW2.prj
  40472. InputSprocketTest.CW5.prj
  40473. ISp AutoTest
  40474. ISp DialogTest
  40475. ISp MenuTest
  40476. ISpAutoTest.h
  40477. ISpDialogTest.h
  40478. ISpMenuTest.h
  40479. MakefileK
  40480. Feb 00V
  40481. 81574X
  40482. 1e    No Change
  40483. machineh
  40484. machinery
  40485. machinesZ
  40486. macintosh
  40487. powerbook
  40488. series
  40489. developer
  40490. macintosh's
  40491. macintosh-powerpc
  40492. macintoshes
  40493. macodbc
  40494. 83247X
  40495. Aug 00^    TC Disk 1
  40496. --set theItem to choose file -- uncomment to test in an AS editor
  40497.     tell application "Finder"
  40498.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:"
  40499.         activate
  40500.     end tell
  40501. on error errMsg number errNum
  40502.     --enter statements to perform when no records are found such as...
  40503.     display dialog "Sorry, the item you selected could not be found."
  40504.     return
  40505. end try
  40506. e    No Changeq
  40507. Dev.CD Aug 00 TC Disk 1
  40508. All Packages
  40509. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  40510. Apple CD-ROM Read Me
  40511. CD Install Script
  40512. CD SW Tome
  40513. InstallerK
  40514. Feb 93L
  40515. Jun 97O?Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Sep 00 RL Disk 1
  40516.  - Utilities
  40517.  - Macintosh CD-ROM Setup 5.3.2V
  40518. 83248X
  40519. Sep 00^    RL Disk 1
  40520. e    No Change
  40521.  00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:V
  40522. 81575X
  40523. 1e    No Change
  40524. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  40525. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  40526. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  40527. A few usage notes for the source:
  40528. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  40529. Startup and Shutdown:
  40530. GetSystemGammas (...) must be called to save the system gammas prior to u
  40531. Dev.CD Apr 9V
  40532. 84100X
  40533. Apr 93
  40534. b--set theItem to choose file -- uncomment to test in an AS editor
  40535.     tell application "Finder"
  40536.         open item "Dev.CD Apr 93"
  40537.         activate
  40538.     end tell
  40539. on error errMsg number errNum
  40540.     --enter statements to perform when no records are found such as...
  40541.     display dialog "Sorry, the item you selected could not be found."
  40542.     return
  40543. end try
  40544. All Packages
  40545. System Enabler 111 (PB 160/180)O
  40546. Dev.CD Apr 93P
  40547. Dev.CD Apr 9V
  40548. 84101X
  40549. Apr 93
  40550. b--set theItem to choose file -- uncomment to test in an AS editor
  40551.     tell application "Finder"
  40552.         open item "Dev.CD Apr 93"
  40553.         activate
  40554.     end tell
  40555. on error errMsg number errNum
  40556.     --enter statements to perform when no records are found such as...
  40557.     display dialog "Sorry, the item you selected could not be found."
  40558.     return
  40559. end try
  40560. All Packages
  40561. System Enabler 111 (PB 160/180)O
  40562. Dev.CD Apr 93P
  40563. Dev.CD Apr 9V
  40564. 84102X
  40565. Apr 93
  40566. SoundSprocketTest.CW2.
  40567. SoundSprocketTest.CW5.
  40568. Test3DSound
  40569. TS3Events.c
  40570. TS3Events.h
  40571. TS3HiLevel.rsrc
  40572. TS3LoLevel.rsrc
  40573. TS3Main.c
  40574. TS3Main.h
  40575. TS3Menu.c
  40576. TS3Menu.h
  40577. TS3Message.c
  40578. TS3Message.h
  40579. TS3Resource.h
  40580. TS3Resource.rsrc
  40581. TS3Sound.c
  40582. TS3Sound.h
  40583. TS3Sound1.rsrc
  40584. TS3Sound2.rsrc
  40585. TS3Sound3.rsrc
  40586. TS3TestAPI.c
  40587. TS3TestAPI.h
  40588. TS3TestHiLevel.c
  40589. TS3TestHiLevel.h
  40590. TS3TestLoLevel.c
  40591. TS3TestLoLevel.h
  40592. TS3Utils.c
  40593. TS3Utils.h
  40594. TS3Window.c
  40595. TS3Window.h
  40596. encoding
  40597. converter
  40598. allows
  40599. convert
  40600. thanks
  40601. holiday{
  40602. holland
  40603. hooking
  40604. hooks
  40605. hooper
  40606. hopes
  40607. hoping
  40608. horizon
  40609. horizontal
  40610. horizontally
  40611. hotrect
  40612. hotsauce
  40613. hours
  40614. hours/minutes
  40615. house
  40616. All Packages
  40617. System 7.5 Update 1.0O
  40618. Dev.CD Jul 95P
  40619. Dev.CD Jul 9V
  40620. 83950X
  40621. Jul 95
  40622. b--set theItem to choose file -- uncomment to test in an AS editor
  40623.     tell application "Finder"
  40624.         open item "Dev.CD Jul 95"
  40625.         activate
  40626.     end tell
  40627. on error errMsg number errNum
  40628.     --enter statements to perform when no records are found such as...
  40629.     display dialog "Sorry, the item you selected could not be found."
  40630.     return
  40631. end try
  40632. All Packages
  40633. System 7.5 Update 1.0O
  40634. Dev.CD Jul 95P
  40635. Dev.CD Jul 9V
  40636. 83951X
  40637. Jul 95
  40638. b--set theItem to choose file -- uncomment to test in an AS editor
  40639.     tell application "Finder"
  40640.         open item "Dev.CD Jul 95"
  40641.         activate
  40642.     end tell
  40643. on error errMsg number errNum
  40644.     --enter statements to perform when no records are found such as...
  40645.     display dialog "Sorry, the item you selected could not be found."
  40646.     return
  40647. end try
  40648. All Packages
  40649. System 7.5 Update 1.0O
  40650. Dev.CD Jul 95P
  40651. Dev.CD Jul 9V
  40652. 83952X
  40653. note_
  40654. standardgetfolder
  40655. replaces
  40656. customgetfile
  40657. nothing
  40658. notice
  40659. noticed
  40660. notification
  40661. notifier
  40662. notifies
  40663. notify
  40664. notions
  40665. novell
  40666. november{
  40667. novice
  40668. nsa/commerce
  40669. nsarray
  40670. manager
  40671. library
  40672. plug-ins
  40673. network
  40674. administrator's
  40675. guide
  40676. second
  40677. edition
  40678. nsstring
  40679. nsthread
  40680. 83246X
  40681. Aug 00^    TC Disk 1
  40682. --set theItem to choose file -- uncomment to test in an AS editor
  40683.     tell application "Finder"
  40684.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  40685.         activate
  40686.     end tell
  40687. on error errMsg number errNum
  40688.     --enter statements to perform when no records are found such as...
  40689.     display dialog "Sorry, the item you selected could not be found."
  40690.     return
  40691. end try
  40692. e    No Changef    MacCheck
  40693. Dev.CD Aug 00 TC Disk 1
  40694. All Packages
  40695. MacGamma
  40696. 83247X
  40697. above
  40698. ystem software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  40699. QuickDraw GX Progammer's Overview
  40700. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  40701. nd then moves on to illustrate these features using practical programming examples.
  40702. QuickDraw GX Environment & Utilities
  40703. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  40704. QuickDraw GX Graphics
  40705. This book shows  
  40706. ?ot a 100%, but some reports
  40707.   -HP DeskWriter (550, 550C)
  40708.   -Possibly LaserWriter 8.0
  40709. Each log holds only 32K of information
  40710. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  40711. information will fit in the logs.
  40712. MacCheck
  40713.  is a trademark of Apple Computer
  40714. General tools.imgK
  40715. Oct 93M
  40716. MacPlus or aboveN    MacCheck
  40717. OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  40718.  - Tool Chest
  40719.  - Testing & Debugging
  40720.  - General toolsyle object, the ink object, and the transform object.
  40721. QuickDraw GX Printing
  40722. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  40723. QuickDraw GX Printing Extensions and Drivers
  40724. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  40725. Summary:  Apple designed MacCheck
  40726.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  40727.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  40728. Features:
  40729. Hardware configuration
  40730. Software configuration of startu
  40731. p device (and limited information about other on-line volumes)
  40732. Software problem detection
  40733.   -Directory corruption detection (Disk First Aid 7.2 verification
  40734.      code)
  40735.   -System file (System, Finder, System Enabler, Launcher)
  40736.     corruption detection
  40737.   -Duplicate System Folder detection
  40738.  Logic board test
  40739. Recommended for System 7.1; it will run on System 7.0 and above.
  40740. Issues:
  40741. Not to be licenced with any other products
  40742. Incompatible with Thunder
  40743. Some printing incompatibilities:
  40744. ordering
  40745. orderly
  40746. ordinary
  40747. org/developers
  40748. organization
  40749. organizational
  40750. organized
  40751. organizing
  40752. orientation
  40753. oriented
  40754. origin
  40755. original
  40756. original/localized
  40757. originally
  40758. orphaning
  40759. ortiz
  40760. os-only
  40761. All Packages
  40762. System Enabler 088 (AVs)O
  40763. Dev.CD Apr 94P
  40764. Dev.CD Apr 9V
  40765. 84071X
  40766. Apr 94
  40767. b--set theItem to choose file -- uncomment to test in an AS editor
  40768.     tell application "Finder"
  40769.         open item "Dev.CD Apr 94"
  40770.         activate
  40771.     end tell
  40772. on error errMsg number errNum
  40773.     --enter statements to perform when no records are found such as...
  40774.     display dialog "Sorry, the item you selected could not be found."
  40775.     return
  40776. end try
  40777. All Packages
  40778. System Enabler 088 (AVs)O
  40779. Dev.CD Apr 94P
  40780. Dev.CD Apr 9V
  40781. 84072X
  40782. Apr 94
  40783. b--set theItem to choose file -- uncomment to test in an AS editor
  40784.     tell application "Finder"
  40785.         open item "Dev.CD Apr 94"
  40786.         activate
  40787.     end tell
  40788. on error errMsg number errNum
  40789.     --enter statements to perform when no records are found such as...
  40790.     display dialog "Sorry, the item you selected could not be found."
  40791.     return
  40792. end try
  40793. All Packages
  40794. System Enabler 088 (AVs)V
  40795. 84073X
  40796. distribution
  40797. distributors/localiz
  40798. dk-danish
  40799. dllmainl
  40800. dllmain
  40801. dlpiether
  40802. dlpiether
  40803. dlpiuser
  40804. dlpiuser
  40805. dmfkey
  40806. dmfkey
  40807. dmfkey
  40808. dobetterwzoom
  40809. dobetterwzoom
  40810. doccreator
  40811. survival
  40812. suspend
  40813. suspendappleevent
  40814. suspending
  40815. sustains
  40816. swapping
  40817. swaps
  40818. swatches
  40819. swedish
  40820. swiss
  40821. switch
  40822. switches
  40823. switching
  40824. sybaseeoadaptor
  40825. symantec
  40826. symbolh
  40827. symbols
  40828. maccalendar
  40829. macdebugprefixl
  40830. macdebugprefix
  40831. macframework
  40832. macframework
  40833. macframework
  40834. macframework
  40835. macgamma
  40836. macgamma
  40837. macgamma
  40838. macgamma
  40839. macgamma
  40840. machack
  40841. macintosh
  40842. macmain
  40843. macmain
  40844. macos8and9
  40845. macos8documentation
  40846. macprefixl
  40847. macprefix
  40848. macsbugc
  40849. macsbug
  40850. resourcesc
  40851. datasheet
  40852. white
  40853. paper
  40854. mag'n
  40855. magic
  40856. magic
  40857. magic
  40858. utility
  40859. magican
  40860. magician
  40861. mail~
  40862. suite
  40863. makeN
  40864. makefile
  40865. makefilealias
  40866. makefilehelp
  40867. makeout
  40868. makethefolder
  40869. making
  40870. making
  40871. mamake
  40872. management
  40873. Communications Toolbox
  40874. Contributed
  40875. Devices and Hardware
  40876. Files
  40877. Games
  40878. Graphics 2D
  40879. Graphics 3D
  40880. Help Systems
  40881. Human Interface Toolbox
  40882. Interapplication Comm
  40883. Memory
  40884. Networking
  40885. OS Utilities
  40886. Overview
  40887. Platforms and Tools
  40888. Printing
  40889. Processes
  40890. QuickTime
  40891. Runtime Architecture
  40892. Sound
  40893. ller 4.0.8.
  40894. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  40895. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  40896. Installer
  40897. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  40898. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  40899. Aug 94L
  40900. May 97M9Requires the Control Strip control panel to be installed.O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  40901.  - Sample CodeV
  40902. 83245X
  40903. Aug 00^    TC Disk 2
  40904. y--set theItem to choose file -- uncomment to test in an AS editor
  40905.     tell application "Finder"
  40906.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  40907.         activate
  40908.     end tell
  40909. on error errMsg number errNum
  40910.     --enter statements to perform when no records are found such as...
  40911.     display dialog "Sorry, the item you selected could not be found."
  40912.     return
  40913. end try
  40914. Movedq
  40915. Dev.CD Aug 00 TC Disk 2
  40916. All Packages
  40917. MacCheck
  40918.  1.0.4
  40919. 83246X
  40920. All Packages
  40921. System 7.5 Update 1.0O
  40922. Dev.CD Jul 95P
  40923. Dev.CD Jul 9V
  40924. 83945X
  40925. Jul 95
  40926. b--set theItem to choose file -- uncomment to test in an AS editor
  40927.     tell application "Finder"
  40928.         open item "Dev.CD Jul 95"
  40929.         activate
  40930.     end tell
  40931. on error errMsg number errNum
  40932.     --enter statements to perform when no records are found such as...
  40933.     display dialog "Sorry, the item you selected could not be found."
  40934.     return
  40935. end try
  40936. All Packages
  40937. System 7.5 Update 1.0O
  40938. Dev.CD Jul 95P
  40939. Dev.CD Jul 9V
  40940. 83946X
  40941. Jul 95
  40942. b--set theItem to choose file -- uncomment to test in an AS editor
  40943.     tell application "Finder"
  40944.         open item "Dev.CD Jul 95"
  40945.         activate
  40946.     end tell
  40947. on error errMsg number errNum
  40948.     --enter statements to perform when no records are found such as...
  40949.     display dialog "Sorry, the item you selected could not be found."
  40950.     return
  40951. end try
  40952. All Packages
  40953. System 7.5 Update 1.0O
  40954. Dev.CD Jul 95P
  40955. Dev.CD Jul 9V
  40956. 83947X
  40957. Summary: MacBinary Standard
  40958. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  40959. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  40960. le compression packages.  
  40961. JMmacbinary-II-conf
  40962. macbinary-II-conf2
  40963. macbinary-II-standard
  40964. macbinary-standardK
  40965. May 93M
  40966. Adobe Acrobat Reader.OJDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Sep 00 RL Disk 1
  40967.  - Technical Documentation
  40968.  - Misc. Standards
  40969.  - MacBinaryt be found."
  40970.     return
  40971. end try
  40972. e    No Changef(instrumentation
  40973. performance analysisq
  40974. Dev.CD Jul 00 SDK1
  40975. #D!All Packages
  40976. Tool Chest Edition
  40977. Int'l Developer Contacts 2/96
  40978. 83834X
  40979. Aug 00^    TC Disk 2
  40980. --set theItem to choose file -- uncomment to test in an AS editor
  40981.     tell application "Finder"
  40982.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:"
  40983.         activate
  40984.     end tell
  40985. on error errMsg number errNum
  40986.     --enter statements to perform when no records are found such as...
  40987.     display dialog "Sorry, the item you selected could not be found."
  40988.     return
  40989. end try
  40990. e    No ChangefeVideo Output Component
  40991. FireWire
  40992. Digital Video
  40993. Digital Video Output
  40994. Firewire Video Output
  40995. Exportingq
  40996. Dev.CD Aug 00 TC Disk 2
  40997. All Packages
  40998. F    SlideShowI
  40999. This demo program shows how to use the ImageViewer object to present a sequence of images one at a time using mouse clicks from the user.J
  41000. Finished Product
  41001. images
  41002. ReadMe
  41003. SlideShow(CW4).mcp
  41004. SlideShow.jar
  41005. SlideShow.mcp
  41006. Source Clippings
  41007. Sources (complete)
  41008. Sources (skeleton)K
  41009. Feb 00
  41010. O3Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:V
  41011. 83835X
  41012. 1e    No Change
  41013. --set theItem to choose file -- uncomment to test in an AS editor
  41014.     tell application "Finder"
  41015.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:"
  41016.         activate
  41017.     end tell
  41018. on error errMsg number errNum
  41019.     --enter statements to perform when no records are found such as...
  41020.     display dialog "Sorry, the item you selected could not be found."
  41021.     return
  41022. end try
  41023. voxii
  41024. readme
  41025. voxiippc
  41026. voxiippc
  41027. voxiippc
  41028. bit-depth
  41029. explnd
  41030. please
  41031. vrbackbuffer
  41032. vrbackbuffer
  41033. vrbackbuffer
  41034. vrbackbuffer
  41035. vrbackbuffer
  41036. vrbackbuffer
  41037. vrbackbuffer
  41038. vrbackbuffer
  41039. vrbackbuffer
  41040. vrbackbuffer
  41041. vrcursors
  41042. vrcursors
  41043. vrcursors
  41044. vrcursors
  41045. vu-meter
  41046. vu-meter
  41047. vu-meter
  41048. vu-meter
  41049. 83244X
  41050. Sep 00^    RL Disk 1
  41051. --set theItem to choose file -- uncomment to test in an AS editor
  41052.     tell application "Finder"
  41053.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  41054.         activate
  41055.     end tell
  41056. on error errMsg number errNum
  41057.     --enter statements to perform when no records are found such as...
  41058.     display dialog "Sorry, the item you selected could not be found."
  41059.     return
  41060. end try
  41061. e    No Changeq
  41062. Dev.CD Sep 00 RL Disk 1
  41063. All Packages
  41064. MacCalendar 1.1b1I
  41065. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  41066. Aug 94L
  41067. May 97V
  41068. 83245X
  41069. Moved
  41070. ay 98 TC
  41071. $D!All Packages
  41072. Mac OS SDK Edition
  41073. Interactive Corp Success Guide
  41074. kO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  41075.  - Tool Chest
  41076.  - MacApp
  41077.  - MacApp R14a1"Finder"
  41078.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  41079.         activate
  41080.     end tell
  41081. on error errMsg number errNum
  41082.     --enter statements to perform when no records are found such as...
  41083.     display dialog "Sorry, the item you selected could not be found."
  41084.     return
  41085. end try
  41086. DeletedfCreturn on investment
  41087. business processes
  41088. interactive media solutionsq
  41089. Dev.CD Jan 98 SDK1
  41090. %D!All Packages
  41091. Mac OS SDK Edition
  41092. International NSI 1.5.1
  41093. install
  41094. macapp
  41095. r14b1
  41096. install
  41097. macapp
  41098. r15d1
  41099. install
  41100. install
  41101. opengl
  41102. install
  41103. quicktime
  41104. conferencing
  41105. install
  41106. quickview
  41107. installcoercionsf
  41108. installcoercions
  41109. installcoercions
  41110. installer_
  41111. installer
  41112. 4.0.8
  41113. installer
  41114. drivers
  41115. installer
  41116. licensing
  41117. installer
  41118. 1.2.3
  41119. installer
  41120. source
  41121. installers
  41122. installing
  41123. installing
  41124. opendoc
  41125. instance
  41126. instance
  41127. variable
  41128. instance
  41129. variables
  41130. instructions
  41131. instrumenpicker
  41132. instrumenpicker
  41133. interactive
  41134. interactive
  41135. success
  41136. interapplicationQ
  41137. interapplication
  41138. commQ
  41139. modular
  41140. moduleN
  41141. modulesR
  41142. mofify
  41143. moment
  41144. momentum{
  41145. money
  41146. monitorU
  41147. s can be achieved by applying interactive media in your company
  41148. s core business processes
  41149. , whereas the focus of the Success Guide is 
  41150. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  41151. Interactive Corp Success Gd.pdfK
  41152. Jan 98M
  41153. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  41154. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibCorp Success Guide
  41155. e finder info.
  41156. DateThing:  A sample of how to write one of those date things as in the General control panel.
  41157. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  41158. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  41159. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  41160. DragWindowGrid:  Shows how 
  41161. to write a replacement DragWindow routine that constrains the window to a grid.
  41162. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  41163. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  41164. colorization
  41165. colorize
  41166. colorizepict
  41167. colorizes
  41168. colorpickerlib
  41169. colors
  41170. tighter
  41171. tilde-linefeed
  41172. tilde-tilde
  41173. timef
  41174. time-based
  41175. time-consuming
  41176. timecode
  41177. timed
  41178. timers
  41179. timertst
  41180. times
  41181. timestamps
  41182. timezone
  41183. timing
  41184. timings
  41185. tipsT
  41186. tiresome
  41187. title
  41188. All Packages
  41189. System Enabler 111 (PB 160/180)O
  41190. Dev.CD Apr 93P
  41191. Dev.CD Apr 9V
  41192. 84103X
  41193. Apr 93
  41194. b--set theItem to choose file -- uncomment to test in an AS editor
  41195.     tell application "Finder"
  41196.         open item "Dev.CD Apr 93"
  41197.         activate
  41198.     end tell
  41199. on error errMsg number errNum
  41200.     --enter statements to perform when no records are found such as...
  41201.     display dialog "Sorry, the item you selected could not be found."
  41202.     return
  41203. end try
  41204. All Packages
  41205. System Enabler 111 (PB 160/180)O
  41206. Dev.CD Apr 93P
  41207. Dev.CD Apr 9V
  41208. 84104X
  41209. Apr 93
  41210. b--set theItem to choose file -- uncomment to test in an AS editor
  41211.     tell application "Finder"
  41212.         open item "Dev.CD Apr 93"
  41213.         activate
  41214.     end tell
  41215. on error errMsg number errNum
  41216.     --enter statements to perform when no records are found such as...
  41217.     display dialog "Sorry, the item you selected could not be found."
  41218.     return
  41219. end try
  41220. All Packages
  41221. 84105X
  41222. socket
  41223. services
  41224. cardbus
  41225. cascade
  41226. cascade
  41227. windows
  41228. categories
  41229. audio
  41230. audio
  41231. toolkit
  41232. tracker
  41233. cd-rom
  41234. control
  41235. panel
  41236. symantec
  41237. metrowerks
  41238. standardfile
  41239. center
  41240. center
  41241. centerrectinrect
  41242. centerwindow
  41243. cfallocator
  41244. cfarray
  41245. cfarray
  41246. cfbag
  41247. cfbag
  41248. additionalY
  41249. additionally
  41250. additions{
  41251. addresmenu[
  41252. addressy
  41253. address
  41254. resolution
  41255. protocol
  41256. protocol
  41257. mapping
  41258. addresses
  41259. addressing
  41260. addsZ
  41261. 83243X
  41262. Aug 00^    TC Disk 1
  41263. --set theItem to choose file -- uncomment to test in an AS editor
  41264.     tell application "Finder"
  41265.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  41266.         activate
  41267.     end tell
  41268. on error errMsg number errNum
  41269.     --enter statements to perform when no records are found such as...
  41270.     display dialog "Sorry, the item you selected could not be found."
  41271.     return
  41272. end try
  41273. Deletedf?MacApp
  41274. Framework
  41275. Object-oriented
  41276. C++ Standard Library
  41277. CarbonLib
  41278. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  41279. Dev.CD Aug 00 TC Disk 1
  41280. All Packages
  41281. F    MacBinary
  41282. 83244X
  41283. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  41284. * Support for building applications which run on Mac OS X and under Carbon Lib.
  41285. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  41286. pe portion of the C++ Standard Library 
  41287. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  41288. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  41289. * Other Fixes and enhancements 
  41290. * Quality considerations 
  41291. Install MacApp R14a1K
  41292. Apr 00L
  41293. Sep 00
  41294. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  41295. Jul 95
  41296. --set theItem to choose file -- uncomment to test in an AS editor
  41297.     tell application "Finder"
  41298.         open item "Dev.CD Jan 94
  41299. Dev.CD Oct 93
  41300. Dev.CD Jul 93
  41301. Dev.CD Apr 93
  41302. Dev.CD Mar 93
  41303. Dev.CD Feb 93
  41304. Dev.CD Jan 93
  41305. Dev.CD Nov/Dec 92"
  41306.         activate
  41307.     end tell
  41308. on error errMsg number errNum
  41309.     --enter statements to perform when no records are found such as...
  41310.     display dialog "Sorry, the item you selected could not be found."
  41311.     return
  41312. end try
  41313. appearance
  41314. loadable
  41315. loader
  41316. loading
  41317. loadscrap
  41318. locales
  41319. localization
  41320. localized
  41321. location
  41322. location
  41323. configuration
  41324. setting
  41325. preference
  41326. switch
  41327. module
  41328. lockfile
  41329. logical
  41330. double
  41331. codewarrior
  41332. mathlib
  41333. double
  41334. doubles
  41335. series
  41336. developers
  41337. powerpc
  41338. backside
  41339. macsbugi
  41340. macsbug
  41341. appleevent
  41342. apple
  41343. event
  41344. dcmdi
  41345. mactcp
  41346. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  41347. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  41348. ome CoreFoundation components.
  41349. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  41350. Please be sure to read the License Agreement.
  41351. The Apple C++ Frameworks Team
  41352. July 27, 2000
  41353. Install MacApp R15d1K
  41354. Sep 00OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:PMDev.CD Sep 00 RL Disk 1
  41355.  - What's New
  41356.  - Tool Chest
  41357.  - MacApp
  41358.  - MacApp R15d1change InstalledV
  41359. 81584X
  41360. Aug 00^    TC Disk 1
  41361. e    No Change
  41362. framework-based
  41363. frameworks
  41364. francois
  41365. franke
  41366. free_
  41367. freeware
  41368. french
  41369. frequently
  41370. fresh
  41371. friend
  41372. friendly
  41373. friends
  41374. from_
  41375. --set theItem to choose file -- uncomment to test in an AS editor
  41376.     tell application "Finder"
  41377.         open item "Dev.CD Apr 94
  41378. Dev.CD Jan 94
  41379. Dev.CD Oct 93
  41380. Dev.CD Jul 93
  41381. Dev.CD Apr 93"
  41382.         activate
  41383.     end tell
  41384. on error errMsg number errNum
  41385.     --enter statements to perform when no records are found such as...
  41386.     display dialog "Sorry, the item you selected could not be found."
  41387.     return
  41388. end try
  41389. ample
  41390. illustrates
  41391. ]OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:PUDev.CD Aug 00 TC Disk 2
  41392.  - Sample Code
  41393.  - QuickTime
  41394.  - QuickTime for Java
  41395.  - TimeCodeV
  41396. 84253X
  41397. Aug 00^    TC Disk 2
  41398. --set theItem to choose file -- uncomment to test in an AS editor
  41399.     tell application "Finder"
  41400.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  41401.         activate
  41402.     end tell
  41403. on error errMsg number errNum
  41404.     --enter statements to perform when no records are found such as...
  41405.     display dialog "Sorry, the item you selected could not be found."
  41406.     return
  41407. end try
  41408. e    No Changef
  41409. QuickTime
  41410. Dev.CD Aug 00 TC Disk 2
  41411. All Packages
  41412. TimeSlavingI
  41413. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  41414. TimeSlaving
  41415. TimeSlaving.zip
  41416. ts.batK
  41417. Feb 00
  41418. 4254X
  41419. 1e    No Change
  41420. readme
  41421. readme
  41422. 1.5.1
  41423. readme
  41424. 2.1.1
  41425. 366-mhz
  41426. 38400/8/n/1
  41427. 3d-party{
  41428. 3d-the{
  41429. 4-character
  41430. 4.0.4
  41431. control
  41432. access
  41433. 5300{
  41434. 5300c/1005300ce/1173
  41435. 58.1.5
  41436. 5thcolumnB
  41437. 6-158
  41438. 6-164
  41439. 6-bits
  41440. 6.0.4
  41441. 83242X
  41442. Sep 00^    RL Disk 1b
  41443. --set theItem to choose file -- uncomment to test in an AS editor
  41444.     tell application "Finder"
  41445.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:"
  41446.         activate
  41447.     end tell
  41448. on error errMsg number errNum
  41449.     --enter statements to perform when no records are found such as...
  41450.     display dialog "Sorry, the item you selected could not be found."
  41451.     return
  41452. end try
  41453. New Package
  41454. /A(http://developer.apple.com/tools/macapp/
  41455. Dev.CD Sep 00 RL Disk 1
  41456. All Packages
  41457. MacApp Release 14a1
  41458. 83243X
  41459. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  41460. FSSetPrinter.c
  41461. FSSetPrinter.h
  41462. ReadMe
  41463. SetDefaultDTP
  41464. SetDefaultDTP.c
  41465. SetDefaultDTP.rsrc
  41466. SetDefaultDTP.
  41467. SetDefaultDTP.
  41468. SetDefaultDTP.
  41469. .rsrcK
  41470. Feb 96M
  41471. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO>Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:PFDev.CD Aug 00 TC Disk 1
  41472.  - Tool Chest
  41473.  - QuickDraw GX
  41474.  - SetDefaultDTP
  41475. 83241X
  41476. Sep 00^    RL Disk 1b
  41477. Revised
  41478. --set theItem to choose file -- uncomment to test in an AS editor
  41479.     tell application "Finder"
  41480.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:"
  41481.         activate
  41482.     end tell
  41483. on error errMsg number errNum
  41484.     --enter statements to perform when no records are found such as...
  41485.     display dialog "Sorry, the item you selected could not be found."
  41486.     return
  41487. end try
  41488. Updatedf$MacApp
  41489. Framework
  41490. Object-oriented
  41491. /A(http://developer.apple.com/tools/macapp/
  41492. Dev.CD Sep 00 RL Disk 1
  41493. All Packages
  41494. New & RevisedF
  41495. MacApp R15d1
  41496.     Code
  41497.  - Devices and Hardware
  41498.  - Disks
  41499.  - iso9660V
  41500. 81586X
  41501. Aug 00^    TC Disk 1
  41502. e    No Change
  41503. This installs the complete MacApp Release 14b1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  41504. This is a beta release and as such calls for extreme care when building final quality commercial applications.
  41505. Installation on a 'Mac OS Extended' volume requires approximately 29 MB of space (36 MB bytes used).   "Your mileage may vary."
  41506. PleasBVe be sure to read the License Agreement.
  41507. The Apple C++ Frameworks Team
  41508. July 20, 2000
  41509. Install MacApp R14b1K
  41510. Nov 97L
  41511. Sep 00N'MacApp, Framework, Object-oriented, C++OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:PMDev.CD Sep 00 RL Disk 1
  41512.  - What's New
  41513.  - Tool Chest
  41514.  - MacApp
  41515.  - MacApp R14b1
  41516. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  41517. N'MacApp, Framework, Object-oriented, C++vel InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.JNISp Sample
  41518. ISp Sample.CW2.
  41519. ISp Sample.CW5.
  41520. Makefile
  41521. Objects
  41522. Resources
  41523. SourceK
  41524. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  41525. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO5Dev.CD Aug 00 TC Disk 1:Sample Code:Games:ISp Sample:P=Dev.CD Aug 00 TC Disk 1
  41526.  - Sample Code
  41527.  - Games
  41528.  - ISp SampleV
  41529. 81587X
  41530. Aug 00^    TC Disk 1
  41531. e    No Change
  41532. miller
  41533. million{
  41534. millions
  41535. mimics
  41536. mini-framework
  41537. minilauncher
  41538. minimal
  41539. minimising
  41540. minimize
  41541. minimizing
  41542. minimum
  41543. minor
  41544. minow
  41545. minute
  41546. minutes
  41547. mirrorz
  41548. misaligned
  41549. misalignment
  41550. miscellaneous
  41551. miscreant
  41552. misdemeanors
  41553. misguided
  41554. mismatched
  41555. misnamed
  41556. misrecognized
  41557. missing
  41558. mistake
  41559. mixed
  41560. mixed-mode
  41561. mixed-partition
  41562. mixerl
  41563. mixing
  41564. mobile
  41565. mockup
  41566. modals
  41567. modallist
  41568. modernized
  41569. modes
  41570. modification
  41571. modified`
  41572. modifier
  41573. modifiers
  41574. modify
  41575. modifying
  41576. signature
  41577. signing
  41578. sillyballs
  41579. simple
  41580. simpletext
  41581. simpletext
  41582. sample
  41583. simpletext
  41584. source
  41585. simplified
  41586. single-link
  41587. sleep
  41588. sleep
  41589. queue
  41590. slideshow
  41591. manager
  41592. smart
  41593. smart
  41594. scrolling
  41595. sndforever
  41596. sndplaydoublebuffer
  41597. sniffer
  41598. socket
  41599. softwareR
  41600. solaris
  41601. solutions
  41602. sound
  41603. sound
  41604. input
  41605. driver
  41606. sound
  41607. level
  41608. meters
  41609. sound
  41610. premixer
  41611. effect
  41612. soundapp
  41613. soundconvert
  41614. soundsprocket
  41615. source
  41616. space
  41617. spbrecord
  41618. speach
  41619. specification
  41620. speech
  41621. srccopy
  41622. srcxor
  41623. stacks
  41624. standard
  41625. standard
  41626. standards
  41627. standards
  41628. based
  41629. starmax
  41630. state
  41631. statements
  41632. status
  41633. All Packages
  41634. QuickDraw GXO
  41635. Dev.CD Jan 96 SDK1P
  41636. Dev.CD Jan 96 SDKV
  41637. 83570X
  41638. Jan 96
  41639. g--set theItem to choose file -- uncomment to test in an AS editor
  41640.     tell application "Finder"
  41641.         open item "Dev.CD Jan 96 SDK1"
  41642.         activate
  41643.     end tell
  41644. on error errMsg number errNum
  41645.     --enter statements to perform when no records are found such as...
  41646.     display dialog "Sorry, the item you selected could not be found."
  41647.     return
  41648. end try
  41649. All Packages
  41650. QuickDraw GXO
  41651. Dev.CD Jan 96 SDK1P
  41652. Dev.CD Jan 96 SDKV
  41653. 83571X
  41654. Jan 96
  41655. g--set theItem to choose file -- uncomment to test in an AS editor
  41656.     tell application "Finder"
  41657.         open item "Dev.CD Jan 96 SDK1"
  41658.         activate
  41659.     end tell
  41660. on error errMsg number errNum
  41661.     --enter statements to perform when no records are found such as...
  41662.     display dialog "Sorry, the item you selected could not be found."
  41663.     return
  41664. end try
  41665. All Packages
  41666. QuickDraw GXO
  41667. Dev.CD Jan 96 SDK1V
  41668. 83572X
  41669. kernel
  41670. kevin
  41671. buttonsq
  41672. Dev.CD Aug 00 TC Disk 1
  41673. All Packages
  41674. F    ItemHiderI7Pascal example demonstrating how to hide a dialog item.J8ItemHider(PPC)
  41675. ItemHider.mcp
  41676. ItemHider.rsrc
  41677. MultiHider.pN
  41678. HideOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ItemHider:PNDev.CD Aug 00 TC Disk 2
  41679.  - Sample Code
  41680.  - Human Interface Toolbox
  41681.  - ItemHiderV
  41682. 81588X
  41683. Aug 00^    TC Disk 2
  41684. --set theItem to choose file -- uncomment to test in an AS editor
  41685.     tell application "Finder"
  41686.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ItemHider:"
  41687.         activate
  41688.     end tell
  41689. on error errMsg number errNum
  41690.     --enter statements to perform when no records are found such as...
  41691.     display dialog "Sorry, the item you selected could not be found."
  41692.     return
  41693. end try
  41694. e    No Changef
  41695. Hideq
  41696. Dev.CD Aug 00 TC Disk 2
  41697. All Packages
  41698. Ivy 1.0fc1
  41699. 81589X
  41700. hO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  41701.  - Tool Chest
  41702.  - MacApp
  41703.  - MacApp R13u5V
  41704. 83240X
  41705. Aug 00^    TC Disk 1
  41706. --set theItem to choose file -- uncomment to test in an AS editor
  41707.     tell application "Finder"
  41708.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  41709.         activate
  41710.     end tell
  41711. on error errMsg number errNum
  41712.     --enter statements to perform when no records are found such as...
  41713.     display dialog "Sorry, the item you selected could not be found."
  41714.     return
  41715. end try
  41716. Deletedf$MacApp
  41717. Framework
  41718. Object-oriented
  41719. /A(http://developer.apple.com/tools/macapp/
  41720. Dev.CD Aug 00 TC Disk 1
  41721. All Packages
  41722. New & RevisedF
  41723. MacApp R14 b1
  41724.     EMonzalez
  41725. Application Frameworks Product Marketing Manager
  41726. Apple Computer, Inc.
  41727. MacApp Developer Survey
  41728. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  41729.  - Tool Chest
  41730.  - Development Kits"
  41731.         activate
  41732.     end tell
  41733. on error errMsg number errNum
  41734.     --enter statements to perform when no records are found such as...
  41735.     display dialog "Sorry, the item you selected could not be found."
  41736.     return
  41737. end try
  41738. e    No Changef+Tool
  41739. Virtual User
  41740. External Tool
  41741. Dev.CD Aug 00 TC Disk 1
  41742. All Packages
  41743. IW-Half-DitherI
  41744. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.
  41745. Oct 96V
  41746. 81590X
  41747. Moved
  41748. incorporates
  41749. incorporating
  41750. incorrect
  41751. increaseu
  41752. increased
  41753. increases
  41754. increasing
  41755. incredibly
  41756. increment
  41757. incrementalj
  41758. incurred
  41759. indeed
  41760. independant
  41761. independent
  41762. independently
  41763. indexj
  41764. index2color
  41765. indexed
  41766. indexes
  41767. indexing
  41768. india
  41769. indian
  41770. indicate[
  41771. indicated_
  41772. rnal Tool, V.U., VU, IvyOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  41773.  - Tool Chest
  41774.  - Testing & Debugging
  41775.  - Virtual User tools
  41776. Dear MacApp users!
  41777. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  41778. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  41779. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  41780. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  41781. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  41782. -   AppleLink:  GONZALEZ3
  41783. -   Internet:   gonzalez3@applelink.apple.com
  41784. -   Fax:        (408) 974-9456
  41785. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  41786. Thanks for your feedback.
  41787. Regards,
  41788. Ricardo G
  41789. 2400c
  41790. 24gcP
  41791. 3.0.1^
  41792. 3.0b10
  41793. 3.2.4
  41794. 3.3.2
  41795. 3.7.1
  41796. 3/92d
  41797. 4.1.2
  41798. 5.0.7W
  41799. 5.3.2
  41800. 5thcolumn
  41801. 6.0.3
  41802. 6.0.4
  41803. 6.0.5
  41804. 6.1b9
  41805. serialdriverarbitrat
  41806. serialdriverarbitrat
  41807. example
  41808. correctly
  41809. arbit
  41810. series
  41811. serious
  41812. seriously
  41813. serve
  41814. server{
  41815. services
  41816. session
  41817. 83647X
  41818. Apr 98^
  41819. --set theItem to choose file -- uncomment to test in an AS editor
  41820.     tell application "Finder"
  41821.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  41822.         activate
  41823.     end tell
  41824. on error errMsg number errNum
  41825.     --enter statements to perform when no records are found such as...
  41826.     display dialog "Sorry, the item you selected could not be found."
  41827.     return
  41828. end try
  41829. Deletedf QuickTake
  41830. Windows
  41831. Digital cameraq
  41832. Dev.CD Apr 98 SDK2
  41833. All Packages
  41834. F    QuickTimeO
  41835. Dev.CD Jan 95
  41836. Dev.CD Oct 94P
  41837. Dev.CD Jan 95
  41838. Dev.CD Oct 9V
  41839. 83648X
  41840. Jan 95
  41841. p--set theItem to choose file -- uncomment to test in an AS editor
  41842.     tell application "Finder"
  41843.         open item "Dev.CD Jan 95
  41844. Dev.CD Oct 94"
  41845.         activate
  41846.     end tell
  41847. on error errMsg number errNum
  41848.     --enter statements to perform when no records are found such as...
  41849.     display dialog "Sorry, the item you selected could not be found."
  41850.     return
  41851. end try
  41852. unloadscrap
  41853. unmount
  41854. update
  41855. updategworld
  41856. updater
  41857. access
  41858. usage
  41859. usedistanthdwrmem
  41860. uselocalhdwrmem
  41861. variable
  41862. variables
  41863. vector
  41864. version
  41865. video
  41866. video
  41867. device
  41868. video
  41869. device
  41870. modes
  41871. video
  41872. toolkit
  41873. viewer
  41874. virtual
  41875. virtual
  41876. navigation
  41877. virtual
  41878. virtualuser
  41879. visigenic
  41880. visrgn
  41881. volumes
  41882. vrefnum
  41883. vtwin
  41884. waitnextevent
  41885. browser
  41886. webobjects
  41887. window
  41888. window
  41889. arrangement
  41890. window
  41891. attributes
  41892. window
  41893. class
  41894. window
  41895. classes
  41896. window
  41897. layers
  41898. window
  41899. manager
  41900. windows
  41901. wired
  41902. wombat
  41903. workstation
  41904. world
  41905. world
  41906. wrapper
  41907. writerk
  41908. zeroscrap
  41909. zoomtowindowdevice
  41910. 83239X
  41911. Nov 99^
  41912. --set theItem to choose file -- uncomment to test in an AS editor
  41913.     tell application "Finder"
  41914.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  41915.         activate
  41916.     end tell
  41917. on error errMsg number errNum
  41918.     --enter statements to perform when no records are found such as...
  41919.     display dialog "Sorry, the item you selected could not be found."
  41920.     return
  41921. end try
  41922. Deletedq
  41923. Dev.CD Nov 99 TC
  41924. All Packages
  41925. MacApp R13u5 
  41926. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  41927. Install MacApp R13U5K
  41928. Apr 00L
  41929. Apr 00
  41930. 3240X
  41931. Deleted
  41932. fO<Dev.CD Jul 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:PDDev.CD Jul 00 SDK1
  41933.  - Development Kits
  41934.  - Hardware
  41935.  - Mac OS USB DDKem and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  41936.  and other computers using the Mac
  41937.  OS. 
  41938. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  41939.  GX compatibility, a TrueType
  41940.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  41941.  to run native on Power Macintosh computers.
  41942. J0Net Install
  41943. Open for Net Install->
  41944. Read Me FirstK
  41945. May 93L
  41946. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  41947.  - Language Kits
  41948.  - Japanese Language Kit 1.2V
  41949. 81594X
  41950. May 00^
  41951. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  41952. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  41953. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  41954. NwUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  41955. 83238X
  41956. Jul 00^
  41957. --set theItem to choose file -- uncomment to test in an AS editor
  41958.     tell application "Finder"
  41959.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:"
  41960.         activate
  41961.     end tell
  41962. on error errMsg number errNum
  41963.     --enter statements to perform when no records are found such as...
  41964.     display dialog "Sorry, the item you selected could not be found."
  41965.     return
  41966. end try
  41967. e    No ChangefpUniversal Serial Bus
  41968. Mass Storage Class Driver
  41969. HID Class Driver
  41970. Keyboard Driver
  41971. Mouse Driver
  41972. Mac OS USB
  41973. http://developer.apple.com/sdk
  41974. Dev.CD Jul 00 SDK1
  41975. gD!All Packages
  41976. Tool Chest Edition
  41977. MacApp Developer Survey
  41978.     r Java
  41979.  - Java DrawingV
  41980. 81595X
  41981. Aug 00^    TC Disk 2
  41982. e    No Change
  41983. This DDK for development of USB modules contains Mac OS USB 1.4.3b3
  41984. extensions, libraries, interface files, and sample code to develop and
  41985. test USB modules and applications to work with USB devices on Power
  41986. Macintosh systems with USB support.  The DDK provides support for USB v
  41987. 1.4.3b3 for Mac OS 8.6 or greater, and supports third party USB PCI and
  41988. Cardbus cards which conform to the OHCI USB specification.
  41989. Device Testing requires Power Macintosh System with USB built-in or PCI
  41990. USB or Card
  41991. bus USB card running Mac OS 8.6 or greater. The Mac OS 9.0
  41992. Software Update is preferred. This release of USB ships as part of Mac OS
  41993. 9.0 Software Update.
  41994. Development requires MPW or CodeWarrior Development environment and
  41995. Universal Libraries and Headers 3.3.2.
  41996. The sample code will not compile unless the Universal Libraries and
  41997. Interfaces 3.3.2 are part of the development environment.
  41998. J(Mac OS USB DDK 1.4.1
  41999. USB_DDK_1.4.3b3.imgK
  42000. Aug 98L
  42001. Jul 00
  42002. Summary:  Three samples involving Standard File dialogs.
  42003. NOTE: StandardGetFolder replaces CustomGetFile
  42004.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  42005. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  42006. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  42007. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  42008. toolkit@
  42009. traversing
  42010. related
  42011. tables
  42012. referential
  42013. integrity
  42014. rules
  42015. valida@
  42016. unit@
  42017. update
  42018. video@
  42019. waste
  42020. textedit
  42021. worldscript
  42022. text@
  42023. wctb@
  42024. wired@
  42025. changet
  42026. deleted@
  42027. moved@
  42028. change@
  42029. acter
  42030. cmgetconfig@
  42031. fragment
  42032. manager@
  42033. loading@
  42034. codec@
  42035. coercion@
  42036. completion@
  42037. controls@
  42038. data@
  42039. debug
  42040. sound
  42041. manager
  42042. 3.2.1@
  42043. decompress@
  42044. desktop@
  42045. display
  42046. manager@
  42047. driver
  42048. gestalt@
  42049. protocol@
  42050. eject@
  42051. exception@
  42052. manager
  42053. sample
  42054. code@
  42055. foreground@
  42056. getcontrolminimum@
  42057. character
  42058. characters
  42059. charset
  42060. cheap
  42061. cheap
  42062. studio
  42063. checkbox
  42064. checkgestalt
  42065. chinese
  42066. chinese
  42067. language
  42068. traditional
  42069. simplified
  42070. choose
  42071. chooser
  42072. chooser
  42073. package
  42074. choosing
  42075. choosing
  42076. aliases
  42077. ciconhandle
  42078. class
  42079. classes
  42080. client
  42081. scale
  42082. cliprect
  42083. close
  42084. close
  42085. windows
  42086. closepicture
  42087. clouseau
  42088. cmchoose
  42089. All Packages
  42090. RotateStringJARubberBand.rsrc
  42091. RubberBandit(PPC)
  42092. RubberBandit.c
  42093. RubberBandit.mcpM    QuickDrawN
  42094. RotateString, rotateO>Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:PFDev.CD Aug 00 TC Disk 1
  42095.  - Sample Code
  42096.  - Graphics 2D
  42097.  - Rubber BanditV
  42098. 83771X
  42099. Aug 00^    TC Disk 1
  42100. --set theItem to choose file -- uncomment to test in an AS editor
  42101.     tell application "Finder"
  42102.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:"
  42103.         activate
  42104.     end tell
  42105. on error errMsg number errNum
  42106.     --enter statements to perform when no records are found such as...
  42107.     display dialog "Sorry, the item you selected could not be found."
  42108.     return
  42109. end try
  42110. e    No Changef
  42111. RotateString
  42112. rotateq
  42113. Dev.CD Aug 00 TC Disk 1
  42114. All Packages
  42115. Rubber BanditIUThis application demonstrates how to do rubber-banding in a dialog using srcXOr mode.JARubberBand.rsrc
  42116. RubberBandit(PPC)
  42117. RubberBandit.c
  42118. RubberBandit.mcpM    QuickDrawN
  42119. rubber-banding, srcXOr, stretch
  42120. tablet
  42121. tablet-like
  42122. custom
  42123. definition
  42124. which
  42125. allows
  42126. developer
  42127. tagged
  42128. tagging
  42129. tague
  42130. tailor
  42131. takeB
  42132. takenx
  42133. takesl
  42134. taking
  42135. talking
  42136. talks
  42137. talktool
  42138. taller
  42139. tampa
  42140. tanaka
  42141. tantek
  42142. tanzania
  42143. tanzania-family
  42144. tapplication
  42145. targetS
  42146. targeted
  42147. encoding
  42148. character
  42149. encoding
  42150. converter
  42151. encoding
  42152. converter
  42153. unicode
  42154. charset
  42155. character
  42156. encodi
  42157. services
  42158. manager
  42159. services
  42160. textedit
  42161. tsmte
  42162. text-to-speech
  42163. textedit
  42164. textedit
  42165. tesample
  42166. textedit
  42167. tesample
  42168. cplustesample
  42169. textedit
  42170. testylesample
  42171. style
  42172. textedit
  42173. transparent
  42174. texture
  42175. thread
  42176. thread
  42177. manager
  42178. thread
  42179. threads
  42180. tasks
  42181. tasking
  42182. multitasking
  42183. tilisten
  42184. timecode
  42185. timeout
  42186. timing
  42187. timings
  42188. tokenR
  42189. tokenize
  42190. tokenizer
  42191. tokenizer
  42192. fcode
  42193. tokentalkR
  42194. virtual
  42195. external
  42196. toolboxe
  42197. toolbox
  42198. assistant
  42199. quickview
  42200. triggered
  42201. tsmte
  42202. ttextgridview
  42203. ttextlistview
  42204. tunes
  42205. tuning
  42206. tutorial
  42207. tween
  42208. level
  42209. txratio
  42210. types
  42211. typography
  42212. options
  42213. ot/ppp
  42214. otfifo
  42215. otlifo
  42216. otlink
  42217. otoptionmanagment
  42218. output
  42219. override
  42220. 83536X
  42221. Aug 00^    TC Disk 2
  42222. --set theItem to choose file -- uncomment to test in an AS editor
  42223.     tell application "Finder"
  42224.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:"
  42225.         activate
  42226.     end tell
  42227. on error errMsg number errNum
  42228.     --enter statements to perform when no records are found such as...
  42229.     display dialog "Sorry, the item you selected could not be found."
  42230.     return
  42231. end try
  42232. e    No Changef(QuickTime
  42233. Picture
  42234. Streaming
  42235. Splice
  42236. Imageq
  42237. Dev.CD Aug 00 TC Disk 2
  42238. All Packages
  42239. QTTestAppletIRThis demo program shows how to test if both QT and QTJava are installed correctly.J*AppletTag.js
  42240. classes
  42241. README.txt
  42242. sa.bat
  42243. Feb 00
  42244. OXDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:V
  42245. 83537X
  42246. 1e    No Change
  42247. space
  42248. lproj
  42249. macapp
  42250. machine
  42251. machine
  42252. identification
  42253. macintoshR
  42254. Communications Toolbox
  42255. Contributed
  42256. Devices and Hardware
  42257. Files
  42258. Games
  42259. Graphics 2D
  42260. Graphics 3D
  42261. Help Systems
  42262. Human Interface Toolbox
  42263. Interapplication Comm
  42264. Memory
  42265. Networking
  42266. OS Utilities
  42267. Overview
  42268. Platforms and Tools
  42269. Printing
  42270. Processes
  42271. QuickTime
  42272. Runtime Architecture
  42273. Sound
  42274. es inside a Java application.
  42275. J=JDirect Mouse.prj
  42276. JDirectMouse
  42277. JDirectMouse.jar
  42278. ReadMe
  42279. SourceM
  42280. MRJ 2.1 or later.N
  42281. JDirect Speach Manager MRJ JavaO7Dev.CD Aug 00 TC Disk 2:Sample Code:Java:JDirect Mouse:P?Dev.CD Aug 00 TC Disk 2
  42282.  - Sample Code
  42283.  - Java
  42284.  - JDirect MouseV
  42285. 81598X
  42286. Aug 00^    TC Disk 2
  42287. --set theItem to choose file -- uncomment to test in an AS editor
  42288.     tell application "Finder"
  42289.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:JDirect Mouse:"
  42290.         activate
  42291.     end tell
  42292. on error errMsg number errNum
  42293.     --enter statements to perform when no records are found such as...
  42294.     display dialog "Sorry, the item you selected could not be found."
  42295.     return
  42296. end try
  42297. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  42298. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  42299. 1 file describing Apple
  42300. s use of the Unicode private use area.
  42301. 24 files - one for each encoding - providing specific information about that B
  42302. encoding and specifying the encoding by showing how it maps to Unicode.
  42303. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  42304. Apr 98L
  42305. Nov 99
  42306. {PLDev.CD Aug 00 TC Disk 2
  42307.  - Sample Code
  42308.  - QuickTime
  42309.  - Goodies
  42310.  - qtgraphimp
  42311. Apr 98L
  42312. Nov 99M
  42313. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  42314.  - Sample Code
  42315. |OEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:PPDev.CD Aug 00 TC Disk 2
  42316.  - Sample Code
  42317.  - QuickTime
  42318.  - Streaming
  42319.  - QTHintMoviesV
  42320. 83516X
  42321. Aug 00^    TC Disk 2
  42322. --set theItem to choose file -- uncomment to test in an AS editor
  42323.     tell application "Finder"
  42324.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTHintMovies:"
  42325.         activate
  42326.     end tell
  42327. on error errMsg number errNum
  42328.     --enter statements to perform when no records are found such as...
  42329.     display dialog "Sorry, the item you selected could not be found."
  42330.     return
  42331. end try
  42332. e    No Changef'QuickTime
  42333. Streaming
  42334. Tracks
  42335. Hintingq
  42336. Dev.CD Aug 00 TC Disk 2
  42337. All Packages
  42338. QTimadecompression
  42339. 83517X
  42340. OLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:WDEFColorSample:PTDev.CD Aug 00 TC Disk 2
  42341.  - Sample Code
  42342.  - Human Interface Toolbox
  42343.  - WDEFColorSample
  42344. All Packages
  42345. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  42346. Dev.CD Jan 94
  42347. Dev.CD Oct 93P(Dev.CD Apr 94
  42348. Dev.CD Jan 94
  42349. Dev.CD Oct 9V
  42350. 84118X
  42351. Apr 94
  42352. ~--set theItem to choose file -- uncomment to test in an AS editor
  42353.     tell application "Finder"
  42354.         open item "Dev.CD Apr 94
  42355. Dev.CD Jan 94
  42356. Dev.CD Oct 93"
  42357.         activate
  42358.     end tell
  42359. on error errMsg number errNum
  42360.     --enter statements to perform when no records are found such as...
  42361.     display dialog "Sorry, the item you selected could not be found."
  42362.     return
  42363. end try
  42364. All Packages
  42365. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  42366. Dev.CD Jan 94
  42367. Dev.CD Oct 93
  42368. Dev.CD Jul 93P6Dev.CD Apr 94
  42369. Dev.CD Jan 94
  42370. Dev.CD Oct 93
  42371. Dev.CD Jul 9V
  42372. 84119X
  42373. Apr 94
  42374. bytes
  42375. kcodecformat
  42376. keeping
  42377. keeps
  42378. keith
  42379. b--set theItem to choose file -- uncomment to test in an AS editor
  42380.     tell application "Finder"
  42381.         open item "Dev.CD Aug 93"
  42382.         activate
  42383.     end tell
  42384. on error errMsg number errNum
  42385.     --enter statements to perform when no records are found such as...
  42386.     display dialog "Sorry, the item you selected could not be found."
  42387.     return
  42388. end try
  42389. phics
  42390. spriteworld
  42391. sprocket
  42392. sprocket
  42393. application
  42394. sprockets
  42395. sprockets
  42396. drawsprocket
  42397. netsprocket
  42398. inputsprocket
  42399. soundsprock
  42400. sprockets
  42401. games
  42402. drawsprocket
  42403. inputsprocket
  42404. netsprocket
  42405. sound
  42406. srccopy
  42407. srccopy
  42408. penmode
  42409. invert
  42410. srcxor
  42411. stack
  42412. stacks
  42413. standard
  42414. standard
  42415. customgetfile
  42416. choosing
  42417. aliases
  42418. standard
  42419. default
  42420. folder
  42421. standard
  42422. replace
  42423. standard
  42424. standardfile
  42425. choose
  42426. folder
  42427. standardfile
  42428. standards
  42429. starmax
  42430. state
  42431. statements
  42432. status
  42433. viewing_
  42434. views
  42435. vigorously
  42436. vincent
  42437. virtualV
  42438. virtual
  42439. primary
  42440. apple
  42441. computer
  42442. virtually{
  42443. viruses
  42444. visibility
  42445. visible
  42446. visigenic
  42447. vrefnum
  42448. w/sys
  42449. waiting
  42450. waitnextevent
  42451. walk-through
  42452. walkthrough
  42453. wang's
  42454. wantl
  42455. wanted
  42456. wants
  42457. warming
  42458. warning
  42459. warns
  42460. warrior
  42461. watcher
  42462. watches
  42463. 83237X
  42464. Aug 00^    TC Disk 2
  42465. y--set theItem to choose file -- uncomment to test in an AS editor
  42466.     tell application "Finder"
  42467.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  42468.         activate
  42469.     end tell
  42470. on error errMsg number errNum
  42471.     --enter statements to perform when no records are found such as...
  42472.     display dialog "Sorry, the item you selected could not be found."
  42473.     return
  42474. end try
  42475. e    No ChangefAtext encoding
  42476. character set
  42477. Text Encoding Converter
  42478. font encodingq
  42479. Dev.CD Aug 00 TC Disk 2
  42480. fD!All Packages
  42481. Mac OS SDK Edition
  42482. Mac OS USB DDK 1.4.3b3
  42483.     r Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO<Dev.CD Aug 00 TC Disk 1:Tool Chest:OS Utilities:jGNE Helper:PDDev.CD Aug 00 TC Disk 1
  42484.  - Tool Chest
  42485.  - OS Utilities
  42486.  - jGNE Helper
  42487. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  42488. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  42489. About this Pre-Release of MRJ
  42490. MRJ 1.0.1b1c2 Installer:
  42491. MRJ SDK Installer 1.0.1b1c2
  42492. Pre-Release MRJ JITC:
  42493. Updated Documentation:K
  42494. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  42495.  - What's New?
  42496.  - Development Kits
  42497.  - Mac OS Runtime for Java
  42498. 1.0.1
  42499. 1.0.1b1c2
  42500. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  42501. Communications Toolbox
  42502. Contributed
  42503. Devices and Hardware
  42504. Files
  42505. Games
  42506. Graphics 2D
  42507. Graphics 3D
  42508. Help Systems
  42509. Human Interface Toolbox
  42510. Interapplication Comm
  42511. Memory
  42512. Networking
  42513. OS Utilities
  42514. Overview
  42515. Platforms and Tools
  42516. Printing
  42517. Processes
  42518. QuickTime
  42519. Runtime Architecture
  42520. Sound
  42521. Feb 92L
  42522. Aug 95O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  42523.  - Sample Code
  42524. workstations
  42525. worldS
  42526. world's
  42527. worlds
  42528. worldscript
  42529. worldwide
  42530. worry
  42531. would
  42532. wprocasm
  42533. wrapcommenttext
  42534. wrapper
  42535. wringer
  42536. writen
  42537. writer
  42538. writers
  42539. drawing
  42540. program
  42541. shows
  42542. export
  42543. movie
  42544. using
  42545. program
  42546. shows
  42547. select
  42548. quickt
  42549. program
  42550. shows
  42551. select
  42552. create
  42553. movie
  42554. program
  42555. shows
  42556. select
  42557. group
  42558. quicktime
  42559. drawin
  42560. program
  42561. shows
  42562. subclass
  42563. quicktime
  42564. program
  42565. shows
  42566. qtjava
  42567. program
  42568. shows
  42569. quicktime's
  42570. visual
  42571. effect
  42572. program
  42573. shows
  42574. curve
  42575. codec
  42576. quickt
  42577. program
  42578. shows
  42579. imageviewer
  42580. object
  42581. program
  42582. shows
  42583. sgdrawable
  42584. class
  42585. program
  42586. shows
  42587. tuneplayer
  42588. 68k-based
  42589. 7.0.0
  42590. 7.0foN
  42591. 7.0fo
  42592. after
  42593. module
  42594. which
  42595. demonstrates
  42596. 7.1.2
  42597. 7.5.1
  42598. 7.5.2
  42599. 7.5.3
  42600. 7.6.1
  42601. 7100/80
  42602. 711702111
  42603. 73007200/1207200/906
  42604. 730513255
  42605. 7editO
  42606. 8-bit
  42607. 83236X
  42608. Nov 99^
  42609. --set theItem to choose file -- uncomment to test in an AS editor
  42610.     tell application "Finder"
  42611.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  42612.         activate
  42613.     end tell
  42614. on error errMsg number errNum
  42615.     --enter statements to perform when no records are found such as...
  42616.     display dialog "Sorry, the item you selected could not be found."
  42617.     return
  42618. end try
  42619. Deletedq
  42620. Dev.CD Nov 99 TC
  42621. All Packages
  42622. Mac OS Text Encodings
  42623. 83237X
  42624. terchange Format:P^Dev.CD Aug 00 TC Disk 2
  42625.  - Sample Code
  42626.  - QuickTime
  42627.  - Goodies
  42628.  - JPEG File Interchange Format
  42629. languages
  42630. largej
  42631. large
  42632. collection
  42633. tools
  42634. scripts
  42635. libraries
  42636. examples
  42637. largely
  42638. larger
  42639. larkspur
  42640. laser
  42641. laserwriter{
  42642. laserwriteriisc
  42643. laserwriters
  42644. lasso
  42645. late-breaking
  42646. laterZ
  42647. laterappley
  42648. latestR
  42649. latest
  42650. specification
  42651. profiles
  42652. latitude
  42653. latter
  42654. program
  42655. Deletedf
  42656. Mac OS Runtime Architectureq
  42657. Dev.CD Dec 99 RL
  42658. dD!All Packages
  42659. Tool Chest Edition
  42660. F!Mac OS Runtime for Java 1.0.1b1c2
  42661. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  42662. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  42663. MRJ 1.0.1 implements version 1.0.2 of Sun
  42664. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  42665. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoackages
  42666. JSaverI
  42667. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  42668. JManager APIs
  42669. Fat CFM code resources
  42670. Aug 97V
  42671. 81603X
  42672. 1e    No Change
  42673. --set theItem to choose file -- uncomment to test in an AS editor
  42674.     tell application "Finder"
  42675.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  42676.         activate
  42677.     end tell
  42678. on error errMsg number errNum
  42679.     --enter statements to perform when no records are found such as...
  42680.     display dialog "Sorry, the item you selected could not be found."
  42681.     return
  42682. end try
  42683. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N
  42684. QuickTime, VR, Cursors, Hotspoteychain
  42685. 1.0.1
  42686. language
  42687. library
  42688. lines
  42689. localization
  42690. localizers
  42691. location
  42692. locator
  42693. macintoshp
  42694. macro
  42695. magician
  42696. manager
  42697. market
  42698. marquee
  42699. media
  42700. memory
  42701. modern
  42702. module
  42703. monitor
  42704. mouse
  42705. movie
  42706. navigator
  42707. newsz
  42708. notesT
  42709. onescannerx
  42710. opp's
  42711. All Packages
  42712. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42713. Dev.CD Jan 94
  42714. Dev.CD Oct 93
  42715. Dev.CD Jul 93
  42716. Dev.CD Apr 93PDDev.CD Apr 94
  42717. Dev.CD Jan 94
  42718. Dev.CD Oct 93
  42719. Dev.CD Jul 93
  42720. Dev.CD Apr 9V
  42721. 84172X
  42722. Apr 94
  42723. --set theItem to choose file -- uncomment to test in an AS editor
  42724.     tell application "Finder"
  42725.         open item "Dev.CD Apr 94
  42726. Dev.CD Jan 94
  42727. Dev.CD Oct 93
  42728. Dev.CD Jul 93
  42729. Dev.CD Apr 93"
  42730.         activate
  42731.     end tell
  42732. on error errMsg number errNum
  42733.     --enter statements to perform when no records are found such as...
  42734.     display dialog "Sorry, the item you selected could not be found."
  42735.     return
  42736. end try
  42737. All Packages
  42738. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42739. Dev.CD Jan 94
  42740. Dev.CD Oct 93
  42741. Dev.CD Jul 93
  42742. Dev.CD Apr 93PDDev.CD Apr 94
  42743. Dev.CD Jan 94
  42744. Dev.CD Oct 93
  42745. Dev.CD Jul 93
  42746. Dev.CD Apr 9V
  42747. 84173X
  42748. Apr 94
  42749. hidemenubar
  42750. shows
  42751. simply
  42752. creatin
  42753. hierarchical
  42754. hierarchies
  42755. hiermenus
  42756. Mac OS 9.0
  42757. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  42758. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simch as...
  42759.     display dialog "Sorry, the item you selected could not be found."
  42760.     return
  42761. end try
  42762. e    No Changef
  42763. after dark
  42764. wombatq
  42765. Dev.CD Aug 00 TC Disk 2
  42766. All Packages
  42767. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  42768. J#AppletTag.js
  42769. classes
  42770. ReadMe.txt
  42771. Feb 00
  42772. OODev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:V
  42773. 81604X
  42774. 1e    No Change
  42775. macapp
  42776. macapp
  42777. release
  42778. significant
  42779. release
  42780. venera
  42781. macapp
  42782. release
  42783. continues
  42784. tradition
  42785. modernization
  42786. macapp-based]
  42787. macbinary
  42788. macbinary-ii-standar
  42789. macbinary-standard
  42790. macbug
  42791. maccalendar
  42792. maccheck
  42793. macctb
  42794. macfilesigning
  42795. macframework
  42796. macgamma
  42797. macgamma
  42798. their
  42799. application
  42800. macintosh
  42801. powerbook
  42802. series
  42803. developer
  42804. macintosh's
  42805. macintoshes
  42806. 83234X
  42807. Oct 99^
  42808. g--set theItem to choose file -- uncomment to test in an AS editor
  42809.     tell application "Finder"
  42810.         open item "Dev.CD Oct 99 SSW:"
  42811.         activate
  42812.     end tell
  42813. on error errMsg number errNum
  42814.     --enter statements to perform when no records are found such as...
  42815.     display dialog "Sorry, the item you selected could not be found."
  42816.     return
  42817. end try
  42818. Mac OS 9q
  42819. Dev.CD Oct 99 SSW
  42820. cD(All Packages
  42821. Reference Library Edition
  42822. Mac OS Runtime ArchitecturesI
  42823. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  42824. Mac OS Runtime Architectures
  42825. Read Me - Other SSW DocsK
  42826. Oct 97M
  42827. Adobe AcrobatN
  42828. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  42829.  - Technical Documentation
  42830.  - More SSW DocumentationV
  42831. 83235X
  42832. Dec 99^
  42833.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  42834. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  42835. Mac OS 9
  42836. Dev.CD Oct 99 SSW:P
  42837. Dev.CD Oct 99 SSW
  42838. Mac Logo
  42839. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  42840. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  42841.   1. Obtain the NEW Mac platform sk 2
  42842. All Packages
  42843. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  42844. Dev.CD Jan 94
  42845. Dev.CD Oct 93
  42846. Dev.CD Aug 93P6Dev.CD Apr 94
  42847. Dev.CD Jan 94
  42848. Dev.CD Oct 93
  42849. Dev.CD Aug 9V
  42850. 81606X
  42851. Apr 94
  42852. outlinesS
  42853. outlining
  42854. outlook{
  42855. outperform{
  42856. outputh
  42857. outputs
  42858. outside
  42859. outstanding
  42860. ovals
  42861. overB
  42862. overallx
  42863. overcome
  42864. overhead
  42865. overide
  42866. overlapping
  42867. override
  42868. overview`
  42869. owned
  42870. owner
  42871. package's
  42872. packaged
  42873. logo and NEW guidelines for its use. 
  42874.   2. Identify all your retail products with this small, yet powerful icon.
  42875. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  42876. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  42877. Some of the planned activities to support this campaign include:
  42878.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  42879.  In-Store Merchandising Programs and Promotion
  42880.  Wholesale Distribution Programs
  42881.  Magazine Advertising Campaigns
  42882.  Mail-Order Catalog Programs and Promotions
  42883.  Apple Online Store Programs and Promotions 
  42884. To be considered for inclusion in these exciting, high-v
  42885. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  42886.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  42887. JJClent Richardson Message.pdf
  42888. Mac Logo Art:
  42889. Mac Logo Guidelines:
  42890. NewMacLogoK
  42891. Jan 99N
  42892. Apple, Logo, MacO
  42893. Dev.CD Jan 99 SDK1:Mac Logo:P
  42894. Dev.CD Jan 99 SDK1
  42895.  - Mac Logo
  42896. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  42897. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  42898. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  42899. Mac Graphics Primer 2K
  42900. Vol IIIL
  42901. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  42902.  - Tool Chest
  42903.  - QuickDraw
  42904.  - Mac Graphics Primer oardController:P_Dev.CD Aug 00 TC Disk 2
  42905.  - Sample Code
  42906.  - QuickTime
  42907.  - QuickTime for Java
  42908.  - KeyboardControllerV
  42909. 81608X
  42910. Aug 00^    TC Disk 2
  42911. e    No Change
  42912. 83233X
  42913. Jan 99^
  42914. q--set theItem to choose file -- uncomment to test in an AS editor
  42915.     tell application "Finder"
  42916.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  42917.         activate
  42918.     end tell
  42919. on error errMsg number errNum
  42920.     --enter statements to perform when no records are found such as...
  42921.     display dialog "Sorry, the item you selected could not be found."
  42922.     return
  42923. end try
  42924. Deletedf
  42925. Apple
  42926. Dev.CD Jan 99 SDK1
  42927. bD&All Packages
  42928. System Software Edition
  42929. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  42930. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  42931. 83234X
  42932. Mac OS 8.5N0Finder scripting, window positions, burning a CDOMDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Set Folder Windows:PUDev.CD Aug 00 TC Disk 2
  42933.  - Sample Code
  42934.  - Interapplication Comm
  42935.  - Set Folder WindowsV
  42936. 83805X
  42937. Aug 00^    TC Disk 2
  42938. --set theItem to choose file -- uncomment to test in an AS editor
  42939.     tell application "Finder"
  42940.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Set Folder Windows:"
  42941.         activate
  42942.     end tell
  42943. on error errMsg number errNum
  42944.     --enter statements to perform when no records are found such as...
  42945.     display dialog "Sorry, the item you selected could not be found."
  42946.     return
  42947. end try
  42948. e    No Changef.Finder scripting
  42949. window positions
  42950. burning a CDq
  42951. Dev.CD Aug 00 TC Disk 2
  42952. All Packages
  42953. SetDefaultDTP
  42954. 83806X
  42955. language
  42956. large
  42957. large
  42958. count
  42959. laser
  42960. laser
  42961. doctor
  42962. launchwithdoc
  42963. launchwithdoc2
  42964. launchwithdoc2
  42965. erface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  42966. 83232X
  42967. Nov 99^
  42968. --set theItem to choose file -- uncomment to test in an AS editor
  42969.     tell application "Finder"
  42970.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  42971.         activate
  42972.     end tell
  42973. on error errMsg number errNum
  42974.     --enter statements to perform when no records are found such as...
  42975.     display dialog "Sorry, the item you selected could not be found."
  42976.     return
  42977. end try
  42978. Deletedq
  42979. Dev.CD Nov 99 TC
  42980. aD!All Packages
  42981. Mac OS SDK Edition
  42982. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  42983. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  42984.   1. Obtain the NEW Mac platform NEW Mac platform 
  42985. Summary:  Macintosh Application Environment
  42986.  (MAE)
  42987. the virtual Macintosh for open systems
  42988. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  42989. This folder contains product information about MAE, asB
  42990.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  42991. J%MAE 2.0 DataSheet
  42992. MAE 2.0 White PaperK
  42993. May 94L
  42994. Jun 95M
  42995. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:
  42996. _PjDev.CD Jun 95 RL
  42997.  - Technical Documentation
  42998.  - Tools Demos & Tech Overviews
  42999.  - Mac Application EnvironmentObject editing: Add, create, securely store, and remove types of objects
  43000. Hardware supported: 
  43001. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  43002. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  43003. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  43004.   iMac
  43005.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  43006.   G3/266,20th Anniversay Mac
  43007. Keychain SDK.imgK
  43008. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  43009. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  43010.  - Development Kits
  43011.  - Keychain SDK 1.0.1
  43012. OEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:PPDev.CD Aug 00 TC Disk 2
  43013.  - Sample Code
  43014.  - QuickTime
  43015.  - QuickTime VR
  43016.  - VRCursorsV
  43017. 84299X
  43018. Aug 00^    TC Disk 2
  43019. --set theItem to choose file -- uncomment to test in an AS editor
  43020.     tell application "Finder"
  43021.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRCursors:"
  43022.         activate
  43023.     end tell
  43024. on error errMsg number errNum
  43025.     --enter statements to perform when no records are found such as...
  43026.     display dialog "Sorry, the item you selected could not be found."
  43027.     return
  43028. end try
  43029. e    No Changef
  43030. QuickTime
  43031. Cursors
  43032. Hotspotq
  43033. Dev.CD Aug 00 TC Disk 2
  43034. All Packages
  43035. VRMakeObject
  43036.     VRMakeObject is a simple application that converts a linear QuickTime movie into a QuickTime VR object movie.
  43037. The QuickTime VR movie created by VRMakeObject is either a version 2.0 QTVR movie or a version 1.0 QTVR movie; you select the version using the Test menu.
  43038. 84300X
  43039. Updatedf=QuickTime
  43040. video
  43041. sound
  43042. virtual reality
  43043. QuickTime 3
  43044. graphics
  43045. /A<http://developer.apple.com/techpubs/quicktime/quicktime.html
  43046. Dev.CD Sep 00 RL Disk 2
  43047. MD(All Packages
  43048. Reference Library Edition
  43049. F Technical Publications: Rhapsody
  43050. Rhapsody Developer Documentation
  43051. Rhapsody Home Pages
  43052. A set of "home pages" that guides you to the documentation you're looking for. These pages mirror those found on the Rhapsody Developer CD, yet lead you to more up-to-date information.
  43053. Release Notes
  43054. The release notes describe new features, known problems, and bug fixes for the current Rhapsody release. They often contain late-breaking information that did not make it into the installed release notes. 
  43055.  Yellow Box Java APIs
  43056.  An alpha vBaersion of the Application Kit and Foundation APIs, as rewritten for Java.
  43057. OPENSTEP Documentation
  43058. JVDeveloperTutorial_NT:
  43059. DevEnvGuide:
  43060. index.html
  43061. ProgrammingTopics:
  43062. rhapsody.html
  43063. System:K
  43064. May 97L
  43065. Dec 98
  43066. human
  43067. interface
  43068. guidelines
  43069. ultimate
  43070. upgrade
  43071. anyone
  43072. internet
  43073. runtime
  43074. runtime
  43075. debug
  43076. debugging
  43077. versi
  43078. runtime
  43079. 2.2.2
  43080. upgrade
  43081. server
  43082. developer
  43083. documentation
  43084. mac-only
  43085. --set theItem to choose file -- uncomment to test in an AS editor
  43086.     tell application "Finder"
  43087.         open item "Dev.CD Apr 94
  43088. Dev.CD Jan 94
  43089. Dev.CD Oct 93
  43090. Dev.CD Jul 93
  43091. Dev.CD Apr 93"
  43092.         activate
  43093.     end tell
  43094. on error errMsg number errNum
  43095.     --enter statements to perform when no records are found such as...
  43096.     display dialog "Sorry, the item you selected could not be found."
  43097.     return
  43098. end try
  43099. practices
  43100. pre-7.5
  43101. pre-emptively
  43102. pre-mac
  43103. pre-print
  43104. pre-release
  43105. pre-scripted
  43106. pre-testing
  43107. pre-train
  43108. pre-translate
  43109. predetermined
  43110. prediction
  43111. preemptive
  43112. prefer
  43113. preference
  43114. preferences
  43115. preferred
  43116. preliminary
  43117. preloaded
  43118. premastering
  43119. premierey
  43120. preparation
  43121. prepare
  43122. prepared
  43123. preparememoryforio
  43124. preparing
  43125. ptags
  43126. ptags
  43127. manual
  43128. ptags
  43129. manual
  43130. ptesample
  43131. ptesample
  43132. ptestsignal
  43133. ptestsignal
  43134. ptestsignal
  43135. ptestsignal
  43136. ptestylesample
  43137. ptestylesample
  43138. pubscatalog
  43139. pubscatalog
  43140. pubsorderform
  43141. pubsorderform
  43142. putawayonevolume
  43143. putawayvolumes
  43144. putawayvolumes
  43145. putawayvolumes
  43146. putawayvolumes
  43147. start
  43148. qcopy
  43149. qcopy
  43150. environment
  43151. utilities
  43152. graphics
  43153. objects
  43154. printing
  43155. printing
  43156. drvrs
  43157. prog's
  43158. overview
  43159. typography
  43160. qdesign
  43161. qdesign
  43162. decom
  43163. qdesign
  43164. decomp
  43165. qdesign
  43166. decomp
  43167. readme
  43168. 1.1.1
  43169. spooler
  43170. patch
  43171. 1.0.2
  43172. 1.1.2
  43173. spooler
  43174. patch
  43175. 1.0.2
  43176. 1.1.3
  43177. spooler
  43178. patch
  43179. 1.0.2
  43180. qdmediacommon
  43181. qdmediacommon
  43182. qdmediamaker
  43183. 83231X
  43184. Jun 95^
  43185. --set theItem to choose file -- uncomment to test in an AS editor
  43186.     tell application "Finder"
  43187.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  43188.         activate
  43189.     end tell
  43190. on error errMsg number errNum
  43191.     --enter statements to perform when no records are found such as...
  43192.     display dialog "Sorry, the item you selected could not be found."
  43193.     return
  43194. end try
  43195. Deletedf;UNIX
  43196. Open Systems
  43197. workstation
  43198. Solaris
  43199. HP-UXq
  43200. Dev.CD Jun 95 RL
  43201. `D!All Packages
  43202. Tool Chest Edition
  43203. Mac Graphics Primer 2
  43204. All Packages
  43205. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  43206. Dev.CD Jan 94
  43207. Dev.CD Oct 93
  43208. Dev.CD Aug 93P6Dev.CD Apr 94
  43209. Dev.CD Jan 94
  43210. Dev.CD Oct 93
  43211. Dev.CD Aug 9V
  43212. 83993X
  43213. Apr 94
  43214. --set theItem to choose file -- uncomment to test in an AS editor
  43215.     tell application "Finder"
  43216.         open item "Dev.CD Apr 94
  43217. Dev.CD Jan 94
  43218. Dev.CD Oct 93
  43219. Dev.CD Aug 93"
  43220.         activate
  43221.     end tell
  43222. on error errMsg number errNum
  43223.     --enter statements to perform when no records are found such as...
  43224.     display dialog "Sorry, the item you selected could not be found."
  43225.     return
  43226. end try
  43227. All Packages
  43228. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  43229. Dev.CD Jan 94
  43230. Dev.CD Oct 93P(Dev.CD Apr 94
  43231. Dev.CD Jan 94
  43232. Dev.CD Oct 9V
  43233. 83994X
  43234. Apr 94
  43235. people[
  43236. percentage
  43237. perfectly
  43238. performf
  43239. typeservicesforunico
  43240. typeservicesforunico
  43241. typeservicesforunico
  43242. typeservicesforunico
  43243. typeservicesforunico
  43244. typography
  43245. uappframeadorner
  43246. uappframeadorner
  43247. uappframeadorner
  43248. uapplication
  43249. uapplication
  43250. uapplication
  43251. udemotext
  43252. udemotext
  43253. udemotext
  43254. udialogs
  43255. udialogs
  43256. udialogs
  43257. udialogutils
  43258. udialogutils
  43259. udocument
  43260. udocument
  43261. udocument
  43262. ueenie
  43263. ueenie
  43264. ueenie
  43265. uemergmem
  43266. uemergmem
  43267. uevents
  43268. uevents
  43269. ufailure
  43270. ufailure
  43271. ufailure
  43272. ufailure
  43273. ufailure
  43274. ufailure
  43275. ufailure
  43276. ufailure
  43277. ressor
  43278. ulawdecompressor
  43279. umafailure
  43280. umafailure
  43281. umafailure
  43282. umafailure
  43283. umafailure
  43284. umafailure
  43285. ^J[Hose.h
  43286. HoseFile.r
  43287. HoseIrda.c
  43288. HoseIrda.h
  43289. HoseIrdaLib
  43290. LW8_Hosesample.mcp
  43291. PSWriterErr.h
  43292. READMEK
  43293. Jul 99M
  43294. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Aug 00 TC Disk 2
  43295.  - Sample Code
  43296.  - Printing
  43297.  - LW8_HosesampleV
  43298. 83230X
  43299. Aug 00^    TC Disk 2
  43300. --set theItem to choose file -- uncomment to test in an AS editor
  43301.     tell application "Finder"
  43302.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  43303.         activate
  43304.     end tell
  43305. on error errMsg number errNum
  43306.     --enter statements to perform when no records are found such as...
  43307.     display dialog "Sorry, the item you selected could not be found."
  43308.     return
  43309. end try
  43310. e    No Changef%LaserWriter 8
  43311. custom hose
  43312. IrDA sampleq
  43313. Dev.CD Aug 00 TC Disk 2
  43314. _D(All Packages
  43315. Reference Library Edition
  43316. Mac Application Environment 2.0
  43317. updater
  43318. updateresfile
  43319. updatesv
  43320. updates
  43321. technote
  43322. updatingj
  43323. upgrade
  43324. upgraded
  43325. upgrader
  43326. upgrades
  43327. upload
  43328. upload
  43329. given
  43330. upper
  43331. upper-left
  43332. upset
  43333. upshot
  43334. upside
  43335. urbina
  43336. access
  43337. collection
  43338. functions
  43339. allowing
  43340. access
  43341. urquhart
  43342. end try
  43343. Deletedq
  43344. Dev.CD Jan 98 SDK1
  43345. All Packages
  43346. KillEveryOneButMeI
  43347. Some folks want to kill all the other applications running on a machine for demos, school situations, kiosks, etc. with System 7, it's easy, just use the Process Manager and AppleEvents. This thing shows you how.
  43348. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  43349. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  43350. is running.
  43351. JzFStubs.c
  43352. FStubs.c.o
  43353. Lurkers
  43354. Lurkers README
  43355. Lurkers README.txt
  43356. Lurkers.c
  43357. Lurkers.c.o
  43358. Lurkers.r
  43359. MakeFile
  43360. NameRevisionCurrentK
  43361. Mar 94L
  43362. Jan 98M
  43363. Lurkers, Projector, MPWOLDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Aug 00 TC Disk 1
  43364.  - Tool Chest
  43365.  - Development Kits
  43366.  - MPW Related
  43367.  - Lurkers 1.7no records are found such as...
  43368.     display dialog "Sorry, the item you selected could not be found."
  43369.     return
  43370. end try
  43371. ports
  43372. built-in
  43373. devices
  43374. ibm's
  43375. ibook
  43376. ibooks
  43377. ic-savvy
  43378. icon_
  43379. icon's
  43380. icondimming
  43381. icondispatch
  43382. iconposition
  43383. icons
  43384. iconutilcheck
  43385. ictbsample
  43386. idea[
  43387. ideal
  43388. ideally
  43389. identical
  43390. building
  43391. system
  43392. extensionV
  43393. building
  43394. installing
  43395. using
  43396. driverV
  43397. builds{
  43398. builds
  43399. windows
  43400. application
  43401. built-in
  43402. bulletproof
  43403. bullets
  43404. bunch
  43405. bundle
  43406. bundled
  43407. bundleservices
  43408. burned
  43409. burning
  43410. buserrortest
  43411. buses
  43412. business{
  43413. businesses
  43414. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  43415. This entire modular architecture will provide advantages for application developers, camera
  43416.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  43417. 83229X
  43418. Aug 00^    TC Disk 1
  43419. --set theItem to choose file -- uncomment to test in an AS editor
  43420.     tell application "Finder"
  43421.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  43422.         activate
  43423.     end tell
  43424. on error errMsg number errNum
  43425.     --enter statements to perform when no records are found such as...
  43426.     display dialog "Sorry, the item you selected could not be found."
  43427.     return
  43428. end try
  43429. e    No Changef
  43430. Lurkers
  43431. Projector
  43432. Dev.CD Aug 00 TC Disk 1
  43433. All Packages
  43434. LW8 Hosesample
  43435. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  43436. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  43437. Jul 99V
  43438. 83230X
  43439. 1e    No Change
  43440.    return
  43441. end try
  43442. GD!All Packages
  43443. Tool Chest Edition
  43444. \N7long double, CodeWarrior, MathLib, double, Long doubles Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  43445. The Korean Language Kit co
  43446. 81616X
  43447. showdraghilite
  43448. showingO
  43449. showsQ
  43450. \OMDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:PXDev.CD Aug 00 TC Disk 2
  43451.  - Sample Code
  43452.  - Platforms and Tools
  43453.  - MathLib
  43454.  - Long doublesV
  43455. 83228X
  43456. Aug 00^    TC Disk 2
  43457. --set theItem to choose file -- uncomment to test in an AS editor
  43458.     tell application "Finder"
  43459.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:"
  43460.         activate
  43461.     end tell
  43462. on error errMsg number errNum
  43463.     --enter statements to perform when no records are found such as...
  43464.     display dialog "Sorry, the item you selected could not be found."
  43465.     return
  43466. end try
  43467. e    No Changef3long double
  43468. CodeWarrior
  43469. MathLib
  43470. double
  43471. Long doublesq
  43472. Dev.CD Aug 00 TC Disk 2
  43473. All Packages
  43474. Lurkers 1.7
  43475. 83229X
  43476. based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  43477. coreb
  43478. foundation
  43479. developer
  43480. documentation
  43481. foundation
  43482. documentation
  43483. corefoundation
  43484. coresample
  43485. corner
  43486. corporate
  43487. corporation
  43488. correct
  43489. corrected
  43490. correctly
  43491. corrects
  43492. correlate
  43493. correspondence
  43494. corresponding
  43495. corresponds
  43496. corrosponding
  43497. corrupt
  43498. corrupted
  43499. corruption
  43500. cosmetic[
  43501. costly
  43502. costs{
  43503. could]
  43504. All Packages
  43505. System Enabler 003 (LC III)OEDev.CD Apr 94
  43506. Dev.CD Jan 94
  43507. Dev.CD Oct 93
  43508. Dev.CD Jul 93
  43509. Dev.CD Apr 93PDDev.CD Apr 94
  43510. Dev.CD Jan 94
  43511. Dev.CD Oct 93
  43512. Dev.CD Jul 93
  43513. Dev.CD Apr 9V
  43514. 84015X
  43515. Apr 94
  43516. --set theItem to choose file -- uncomment to test in an AS editor
  43517.     tell application "Finder"
  43518.         open item "Dev.CD Apr 94
  43519. Dev.CD Jan 94
  43520. Dev.CD Oct 93
  43521. Dev.CD Jul 93
  43522. Dev.CD Apr 93"
  43523.         activate
  43524.     end tell
  43525. on error errMsg number errNum
  43526.     --enter statements to perform when no records are found such as...
  43527.     display dialog "Sorry, the item you selected could not be found."
  43528.     return
  43529. end try
  43530. All Packages
  43531. System Enabler 003 (LC III)O7Dev.CD Apr 94
  43532. Dev.CD Jan 94
  43533. Dev.CD Oct 93
  43534. Dev.CD Aug 93P6Dev.CD Apr 94
  43535. Dev.CD Jan 94
  43536. Dev.CD Oct 93
  43537. Dev.CD Aug 9V
  43538. 84016X
  43539. Apr 94
  43540. they'll
  43541. they're{
  43542. thick
  43543. thing{
  43544. thingies
  43545. things
  43546. think
  43547. pads@
  43548. paragraph@
  43549. particular@
  43550. pasmatit@
  43551. passwords@
  43552. pci-based@
  43553. performa@
  43554. performas@
  43555. photograph@
  43556. piccomments@
  43557. pictures@
  43558. platform@
  43559. pleased@
  43560. plug-in@
  43561. point-to-point@
  43562. portable@
  43563. poster@
  43564. power@
  43565. powerbooks@
  43566. powerpc-based@
  43567. preexisting@
  43568. prerelease@
  43569. prgram@
  43570. printers/print@
  43571. printing@
  43572. probably@
  43573. processmgr@
  43574. product@
  43575. professionals@
  43576. program's@
  43577. prohibited@
  43578. propositin@
  43579. reserve@
  43580. resources@
  43581. respond@
  43582. revised@
  43583. routinedescriptor@
  43584. All Packages
  43585. System Enabler 003 (LC III)OEDev.CD Apr 94
  43586. Dev.CD Jan 94
  43587. Dev.CD Oct 93
  43588. Dev.CD Jul 93
  43589. Dev.CD Apr 93PDDev.CD Apr 94
  43590. Dev.CD Jan 94
  43591. Dev.CD Oct 93
  43592. Dev.CD Jul 93
  43593. Dev.CD Apr 9V
  43594. 84019X
  43595. Apr 94
  43596. --set theItem to choose file -- uncomment to test in an AS editor
  43597.     tell application "Finder"
  43598.         open item "Dev.CD Apr 94
  43599. Dev.CD Jan 94
  43600. Dev.CD Oct 93
  43601. Dev.CD Jul 93
  43602. Dev.CD Apr 93"
  43603.         activate
  43604.     end tell
  43605. on error errMsg number errNum
  43606.     --enter statements to perform when no records are found such as...
  43607.     display dialog "Sorry, the item you selected could not be found."
  43608.     return
  43609. end try
  43610. All Packages
  43611. System Enabler 003 (LC III)O7Dev.CD Apr 94
  43612. Dev.CD Jan 94
  43613. Dev.CD Oct 93
  43614. Dev.CD Jul 93P6Dev.CD Apr 94
  43615. Dev.CD Jan 94
  43616. Dev.CD Oct 93
  43617. Dev.CD Jul 9V
  43618. 84020X
  43619. Apr 94
  43620. 83849X
  43621. Aug 00^    TC Disk 2
  43622. y--set theItem to choose file -- uncomment to test in an AS editor
  43623.     tell application "Finder"
  43624.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  43625.         activate
  43626.     end tell
  43627. on error errMsg number errNum
  43628.     --enter statements to perform when no records are found such as...
  43629.     display dialog "Sorry, the item you selected could not be found."
  43630.     return
  43631. end try
  43632. e    No Changeq
  43633. Dev.CD Aug 00 TC Disk 2
  43634. All Packages
  43635. Snippets - Networking
  43636. (** = new, * = revised)
  43637. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  43638. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  43639. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  43640. mainly
  43641. maintain{
  43642. maintained
  43643. maintainingV
  43644. maintains
  43645. maintenance
  43646. major_
  43647. makeO
  43648. grayscale
  43649. graytext
  43650. greatx
  43651. greater
  43652. greatly
  43653. green
  43654. greenspon
  43655. greeting
  43656. gridwindowgrow
  43657. griffith
  43658. gritty
  43659. group{
  43660. groups
  43661. growing
  43662. grown{
  43663. gs/os
  43664. guarantee
  43665. guest
  43666. guide_
  43667. application
  43668. environment
  43669. graphics
  43670. primer
  43671. runtime
  43672. architectures
  43673. runtime
  43674. 1.0.1b1c2
  43675. encodings
  43676. 1.4.3b3
  43677. macapp
  43678. developer
  43679. survey
  43680. macapp
  43681. r13u5
  43682. macapp
  43683. macapp
  43684. r15d1
  43685. macapp
  43686. release
  43687. macbinary
  43688. maccalendar
  43689. maccalendar
  43690. 1.1b1
  43691. maccheck
  43692. maccheck
  43693. 1.0.4
  43694. macgamma
  43695. macintoshp
  43696. macintosh
  43697. cd-rom
  43698. setup
  43699. 5.3.2
  43700. macintosh
  43701. v1.1.1
  43702. macintosh
  43703. 1.1.1
  43704. macintosh
  43705. client
  43706. interface
  43707. macintosh
  43708. powerbook
  43709. 2400c
  43710. macintosh
  43711. powerbook
  43712. qualified
  43713. macintosh
  43714. technical
  43715. macintosh
  43716. technotes
  43717. macodbc
  43718. macodbc
  43719. 2.1.2
  43720. macos8documentation
  43721. hardwared
  43722. harlan
  43723. harness
  43724. harper
  43725. harry
  43726. exical analysis on Mac OS.
  43727. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  43728. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  43729. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  43730. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of Kanj
  43731. low-disk-space
  43732. low-level
  43733. lower
  43734. lower-case
  43735. lower-left
  43736. loyal{
  43737. luminance
  43738. lupdate
  43739. lurkers
  43740. lurkers
  43741. examine
  43742. projector
  43743. luther
  43744. lying
  43745.  Analysis SDK:PIDev.CD Jul 00 SDK1
  43746.  - Development Kits
  43747.  - Mac OS
  43748.  - Language Analysis SDK
  43749. N+QuickTime, VR, BackBuffer, Panorama, RotateOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRBackBuffer:PSDev.CD Aug 00 TC Disk 2
  43750.  - Sample Code
  43751.  - QuickTime
  43752.  - QuickTime VR
  43753.  - VRBackBufferwithdoc2
  43754. drive
  43755. verilog
  43756. library
  43757. light
  43758. light
  43759. adorner
  43760. lines
  43761. listindialog
  43762. listmania
  43763. control
  43764. scroll
  43765. scroll
  43766. driver
  43767. localization
  43768. localization
  43769. japan
  43770. localizers
  43771. location
  43772. locator
  43773. lockfile
  43774. lockvol
  43775. lockvol
  43776. doubles
  43777. lurkers
  43778. lurkers
  43779. hosesample
  43780. Dev.CD Apr 94
  43781. Dev.CD Jan 94P
  43782. Dev.CD Apr 94
  43783. Dev.CD Jan 9V
  43784. 84073X
  43785. Apr 94
  43786. p--set theItem to choose file -- uncomment to test in an AS editor
  43787.     tell application "Finder"
  43788.         open item "Dev.CD Apr 94
  43789. Dev.CD Jan 94"
  43790.         activate
  43791.     end tell
  43792. on error errMsg number errNum
  43793.     --enter statements to perform when no records are found such as...
  43794.     display dialog "Sorry, the item you selected could not be found."
  43795.     return
  43796. end try
  43797. All Packages
  43798. System Enabler 088 (AVs)O
  43799. Dev.CD Apr 94
  43800. Dev.CD Jan 94P
  43801. Dev.CD Apr 94
  43802. Dev.CD Jan 9V
  43803. 84074X
  43804. Apr 94
  43805. p--set theItem to choose file -- uncomment to test in an AS editor
  43806.     tell application "Finder"
  43807.         open item "Dev.CD Apr 94
  43808. Dev.CD Jan 94"
  43809.         activate
  43810.     end tell
  43811. on error errMsg number errNum
  43812.     --enter statements to perform when no records are found such as...
  43813.     display dialog "Sorry, the item you selected could not be found."
  43814.     return
  43815. end try
  43816. All Packages
  43817. 84075X
  43818. --set theItem to choose file -- uncomment to test in an AS editor
  43819.     tell application "Finder"
  43820.         open item "Dev.CD Apr 94
  43821. Dev.CD Jan 94
  43822. Dev.CD Oct 93
  43823. Dev.CD Jul 93
  43824. Dev.CD Apr 93"
  43825.         activate
  43826.     end tell
  43827. on error errMsg number errNum
  43828.     --enter statements to perform when no records are found such as...
  43829.     display dialog "Sorry, the item you selected could not be found."
  43830.     return
  43831. end try
  43832. opencheckedout
  43833. opendoc{
  43834. opendoc's
  43835. opened
  43836. openfirmware
  43837. opengl
  43838. opportunityy
  43839. optimal
  43840. optimizations
  43841. optimize
  43842. optimized
  43843. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  43844.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  43845. ear inactive when the window was in fact, active.
  43846.  The TAB key now cycles your through the volumes in the volume popup.
  43847.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  43848.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  43849. Issues:  LockVol is freeware.  Permission is granted by the author for personal or el
  43850.     Exectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  43851. General tools.imgK
  43852. Jul 92L
  43853. Jun 95M
  43854. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  43855.  - Tool Chest
  43856.  - Testing & Debugging
  43857.  - General tools
  43858. 83227X
  43859. Aug 00^    TC Disk 1
  43860. --set theItem to choose file -- uncomment to test in an AS editor
  43861.     tell application "Finder"
  43862.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  43863.         activate
  43864.     end tell
  43865. on error errMsg number errNum
  43866.     --enter statements to perform when no records are found such as...
  43867.     display dialog "Sorry, the item you selected could not be found."
  43868.     return
  43869. end try
  43870. e    No Changeq
  43871. Dev.CD Aug 00 TC Disk 1
  43872. All Packages
  43873. Long doubles
  43874. XThis code is needed to call the MathLib functions because the current
  43875. Metrowerks compilers (as of CW 10) do not create a 128 bit long double; they create
  43876. a 64 bit long double.  All of the MathLib functions that require a long
  43877. double expect a 128 bit long double and therefore do not produce the
  43878. correct results when given a 64 bit long double.
  43879. J/long double(PPC)
  43880. Long doubles.mcp
  43881. long_double.cM
  43882. PowerPC, CodeWarrior Compiler
  43883. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  43884. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  43885.  are lost after a reboot.
  43886. Improvements for version 1.6:
  43887.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  43888. simple
  43889. example
  43890. obtain
  43891. mouse
  43892. location
  43893. using
  43894. simple
  43895. example
  43896. using
  43897. popupcdef
  43898. available
  43899. system
  43900. simple
  43901. rapid
  43902. application
  43903. prototyping
  43904. design
  43905. simple
  43906. utility
  43907. driver
  43908. support
  43909. asynchronous
  43910. simple
  43911. calls
  43912. hmshowballoon
  43913. appropriate
  43914. small
  43915. example
  43916. ipclistports
  43917. sample
  43918. colle
  43919. snippet
  43920. shows
  43921. dialog
  43922. sound
  43923. manager
  43924. pre-mixer
  43925. effect
  43926. component
  43927. shows
  43928. textedit
  43929. shows
  43930. editing
  43931. colored
  43932. backgr
  43933. sample
  43934. shows
  43935. transport
  43936. simple
  43937. application
  43938. displays
  43939. modal
  43940. window
  43941. a-trap
  43942. a/roseR
  43943. simple
  43944. sample
  43945. which
  43946. demonstrates
  43947. controls
  43948. simple
  43949. demonstration
  43950. process
  43951. manager
  43952. simple
  43953. example
  43954. component
  43955. custom
  43956. entry
  43957. point
  43958. simple
  43959. example
  43960. persistent
  43961. written
  43962. works
  43963. simple
  43964. example
  43965. using
  43966. popupcdef
  43967. available
  43968. system
  43969. simple
  43970. rapid
  43971. application
  43972. prototyping
  43973. design
  43974. simple
  43975. utility
  43976. driver
  43977. support
  43978. asynchronous
  43979. simple
  43980. calls
  43981. hmshowballoon
  43982. appropriate
  43983. small
  43984. example
  43985. ipclistports
  43986. sample
  43987. colle
  43988. snippet
  43989. shows
  43990. dialog
  43991. sound
  43992. manager
  43993. pre-mixer
  43994. effect
  43995. component
  43996. shows
  43997. textedit
  43998. shows
  43999. editing
  44000. colored
  44001. backgr
  44002. sample
  44003. shows
  44004. transport
  44005. simple
  44006. application
  44007. displays
  44008. modal
  44009. window
  44010. a-trap
  44011. a/roseR
  44012. abstractions
  44013. abstracts
  44014. abuse
  44015. accelerated
  44016. accelerating
  44017. 83691X
  44018. Oct 93
  44019. ~--set theItem to choose file -- uncomment to test in an AS editor
  44020.     tell application "Finder"
  44021.         open item "Dev.CD Oct 93
  44022. Dev.CD Jul 93
  44023. Dev.CD Apr 93"
  44024.         activate
  44025.     end tell
  44026. on error errMsg number errNum
  44027.     --enter statements to perform when no records are found such as...
  44028.     display dialog "Sorry, the item you selected could not be found."
  44029.     return
  44030. end try
  44031. All Packages
  44032. F    QuickTimeO
  44033. Dev.CD Oct 93
  44034. Dev.CD Oct 93V
  44035. 83692X
  44036. Oct 93
  44037. c--set theItem to choose file -- uncomment to test in an AS editor
  44038.     tell application "Finder"
  44039.         open item "Dev.CD Oct 93
  44040.         activate
  44041.     end tell
  44042. on error errMsg number errNum
  44043.     --enter statements to perform when no records are found such as...
  44044.     display dialog "Sorry, the item you selected could not be found."
  44045.     return
  44046. end try
  44047. All Packages
  44048. F    QuickTimeO)Dev.CD Oct 93
  44049. Dev.CD Jul 93
  44050. Dev.CD Apr 93P(Dev.CD Oct 93
  44051. Dev.CD Jul 93
  44052. Dev.CD Apr 9V
  44053. 83693X
  44054. Oct 93
  44055. ZN#Installer, file lock bit, LockFile
  44056. set theItem to choose file -- uncomment to test in an AS editor
  44057.     tell application "Finder"
  44058.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Printing:LaserWriter 8 API:"
  44059.         activate
  44060.     end tell
  44061. on error errMsg number errNum
  44062.     --enter statements to perform when no records are found such as...
  44063.     display dialog "Sorry, the item you selected could not be found."
  44064.     return
  44065. end try
  44066. e    No Changeq
  44067. Dev.CD Aug 00 TC Disk 1
  44068. All Packages
  44069. LaserWriter 8.5.1GM
  44070. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  44071. The LaserWriter 8.5.1 release contains:
  44072. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  44073. Redesigned Custom Page Size Support
  44074. PostScript Level 3 support
  44075. Expanded ColorSync 2.1.x support
  44076. Collation
  44077. Print To PDF
  44078. LaserWriter 8.5.1 GM.seaK
  44079. Jun 95L
  44080. Jan 98N"LaserWriter 8 driver printer 8.5.1
  44081. lproj
  44082. lurkers
  44083. lurkers
  44084. projector
  44085. human
  44086. interface
  44087. guidelines
  44088. inside
  44089. control
  44090. manager
  44091. controls
  44092. human
  44093. runtime
  44094. architecture
  44095. macapp]
  44096. macapp
  44097. adorner
  44098. lightgrayadorner
  44099. light
  44100. adorner
  44101. macapp
  44102. behavior
  44103. mouseinfo
  44104. macapp
  44105. enable
  44106. disable
  44107. viewenable
  44108. tedittext
  44109. macapp
  44110. exception
  44111. ufailure
  44112. signals
  44113. extlistview
  44114. ttextgridview
  44115. protoviews
  44116. macapp
  44117. adorner
  44118. custom
  44119. cursor
  44120. dependency
  44121. eenie
  44122. maccheck
  44123. machine
  44124. macintoshR
  44125. macintosh
  44126. powerbook
  44127. series
  44128. developers
  44129. powerpc
  44130. backside
  44131. macodbc
  44132. macsbugi
  44133. macsbug
  44134. appleevent
  44135. apple
  44136. event
  44137. dcmdi
  44138. macsbug
  44139. debugger
  44140. debugging
  44141. assembly
  44142. mactcp
  44143. applied
  44144. applies
  44145. apply
  44146. applying
  44147. approach
  44148. approaches
  44149. appropriate
  44150. control
  44151. strip
  44152. module
  44153. displays
  44154. summary
  44155. macintosh
  44156. application
  44157. environment
  44158. virtual
  44159. summary
  44160. macintosh
  44161. software
  44162. distributed
  44163. world
  44164. summary
  44165. macintosh
  44166. technology
  44167. apple
  44168. summary
  44169. macintosh
  44170. translation
  44171. manager
  44172. summary
  44173. macodbc
  44174. standard
  44175. developers
  44176. write
  44177. summary
  44178. makemake
  44179. which
  44180. generates
  44181. correct
  44182. summary
  44183. manalyzer
  44184. local
  44185. network
  44186. analyzer
  44187. summary
  44188. memory
  44189. monitor
  44190. software
  44191. utility
  44192. which
  44193. provides
  44194. summary
  44195. midiconverter
  44196. application
  44197. converting
  44198. gener
  44199. international
  44200. glossaries
  44201. contains
  44202. translat
  44203. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  44204.  - Sample CodeW
  44205. string
  44206. stringing
  44207. ZOKDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:PVDev.CD Aug 00 TC Disk 2
  44208.  - Sample Code
  44209.  - Platforms and Tools
  44210.  - Installer
  44211.  - LockFileV
  44212. 83226X
  44213. Aug 00^    TC Disk 2
  44214. --set theItem to choose file -- uncomment to test in an AS editor
  44215.     tell application "Finder"
  44216.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:Installer:LockFile:"
  44217.         activate
  44218.     end tell
  44219. on error errMsg number errNum
  44220.     --enter statements to perform when no records are found such as...
  44221.     display dialog "Sorry, the item you selected could not be found."
  44222.     return
  44223. end try
  44224. e    No Changef!Installer
  44225. file lock bit
  44226. LockFile
  44227. Dev.CD Aug 00 TC Disk 2
  44228. All Packages
  44229. LockVol
  44230. 83227X
  44231. --set theItem to choose file -- uncomment to test in an AS editor
  44232.     tell application "Finder"
  44233.         open item "Dev.CD Apr 94
  44234. Dev.CD Jan 94
  44235. Dev.CD Oct 93
  44236. Dev.CD Jul 93
  44237. Dev.CD Apr 93"
  44238.         activate
  44239.     end tell
  44240. on error errMsg number errNum
  44241.     --enter statements to perform when no records are found such as...
  44242.     display dialog "Sorry, the item you selected could not be found."
  44243.     return
  44244. end try
  44245. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, Streaming, Messages, Controller
  44246. light
  44247. adorner
  44248. lightgrayadorner
  44249. linear
  44250. linked
  44251. linked
  44252. linkers
  44253. driver
  44254. loadable
  44255. loadable
  44256. bundle
  44257. loader
  44258. loading
  44259. loadscrap
  44260. locales
  44261. localization
  44262. localized
  44263. localized
  44264. strings
  44265. location
  44266. location
  44267. manager
  44268. lockfile
  44269. double
  44270. doubles
  44271. space
  44272. lproj
  44273. lurkers
  44274. runtime
  44275. architecture
  44276. macapp
  44277. maccheck
  44278. machine
  44279. machine
  44280. identification
  44281. macintoshR
  44282. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  44283. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  44284. Localization for JapanK
  44285. Aug 92M
  44286. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  44287.  - Programs & MarketinghWithDoc2.mcp
  44288. LaunchWithDoc2.rsrcM
  44289. System 7.0N"Process Manager, 'odoc' AppleEventO=Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:LaunchWithDoc2:PEDev.CD Aug 00 TC Disk 2
  44290.  - Sample Code
  44291.  - Processes
  44292.  - LaunchWithDoc2V
  44293. 81624X
  44294. Aug 00^    TC Disk 2
  44295. e    No Change
  44296. considerable
  44297. consideration
  44298. considerationsx
  44299. consideredx
  44300. consideringx
  44301. consistencyu
  44302. consistent
  44303. consisting
  44304. consistsg
  44305. console
  44306. consolideted
  44307. constructing
  44308. construction
  44309. constructs
  44310. consult
  44311. consumer
  44312. consumers
  44313. consuming
  44314. contactj
  44315. contacts
  44316. containT
  44317. contained
  44318. container
  44319. containing
  44320. containsS
  44321. contains
  44322. demonstrating
  44323. write
  44324. engine
  44325. contentz
  44326. --set theItem to choose file -- uncomment to test in an AS editor
  44327.     tell application "Finder"
  44328.         open item "Dev CD Vol. V
  44329. Dev CD Vol. IV
  44330. Developer CD (III)"
  44331.         activate
  44332.     end tell
  44333. on error errMsg number errNum
  44334.     --enter statements to perform when no records are found such as...
  44335.     display dialog "Sorry, the item you selected could not be found."
  44336.     return
  44337. end try
  44338. --set theItem to choose file -- uncomment to test in an AS editor
  44339.     tell application "Finder"
  44340.         open item "Dev.CD Apr 94
  44341. Dev.CD Jan 94
  44342. Dev.CD Oct 93
  44343. Dev.CD Jul 93
  44344. Dev.CD Apr 93"
  44345.         activate
  44346.     end tell
  44347. on error errMsg number errNum
  44348.     --enter statements to perform when no records are found such as...
  44349.     display dialog "Sorry, the item you selected could not be found."
  44350.     return
  44351. end try
  44352. ts3events
  44353. ts3events
  44354. ts3events
  44355. ts3hilevel
  44356. ts3hilevel
  44357. ts3lolevel
  44358. ts3lolevel
  44359. ts3main
  44360. ts3main
  44361. ts3main
  44362. ts3menu
  44363. ts3menu
  44364. ts3menu
  44365. ts3message
  44366. ts3message
  44367. ts3message
  44368. ts3resource
  44369. ts3resource
  44370. ts3resource
  44371. ts3sound
  44372. ts3sound
  44373. ts3sound
  44374. ts3sound1
  44375. ts3sound1
  44376. ts3sound2
  44377. ts3sound2
  44378. ts3sound3
  44379. ts3sound3
  44380. ts3testapi
  44381. bottleneck
  44382. bottlenecks
  44383. bottomz
  44384. bottom-down
  44385. boundaries
  44386. boundary
  44387. bounds
  44388. pcmcia
  44389. printing
  44390. instructions
  44391. penmode
  44392. penpat
  44393. penpixpat
  44394. performance
  44395. performance
  44396. analysis
  44397. performance
  44398. countersA
  44399. periodic
  44400. periodic
  44401. peripherals
  44402. persistent
  44403. persistent
  44404. pgpuam
  44405. phone
  44406. photoshop
  44407. physical
  44408. piccomments
  44409. picker
  44410. pictdialog
  44411. picture
  44412. pippin
  44413. pixel
  44414. pixel
  44415. depth
  44416. pixelsize
  44417. pixmap
  44418. pixpat
  44419. plaintalk
  44420. platformR
  44421. platformid
  44422. video
  44423. playback
  44424. player
  44425. playing
  44426. playing
  44427. audio
  44428. power
  44429. macintosh
  44430. powerbook
  44431. powerbook
  44432. powerbook
  44433. series
  44434. powerpcA
  44435. powerpc
  44436. bandwidthA
  44437. powerplant
  44438. toolboxe
  44439. 83225X
  44440. May 98^
  44441. {--set theItem to choose file -- uncomment to test in an AS editor
  44442.     tell application "Finder"
  44443.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  44444.         activate
  44445.     end tell
  44446. on error errMsg number errNum
  44447.     --enter statements to perform when no records are found such as...
  44448.     display dialog "Sorry, the item you selected could not be found."
  44449.     return
  44450. end try
  44451. e    No Changeq
  44452. Dev.CD May 98 TC
  44453. All Packages
  44454. LockFile
  44455. Sample to demonstrate setting the file lock bit.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs' resource id.  The code resource gets the resource, converts the partial path name field to a pascal string, then calls, SetFLock.  A result of true is always returned so as not to abort the installation.
  44456. J#SetLockBit.c
  44457. SetLockBitAtomSample.rM%Installer 3.2, 3.3 and possibly later
  44458. PXDev.CD Aug 00 TC Disk 2
  44459.  - Sample Code
  44460.  - Interapplication Comm
  44461.  - Server Remote Control
  44462. ldefproc0
  44463. ldefproc0
  44464. learning
  44465. learning
  44466. drive
  44467. learning
  44468. drive
  44469. disclaimer
  44470. legacy
  44471. letter
  44472. letter
  44473. paper
  44474. libheaders
  44475. libobject
  44476. libraries
  44477. libraries
  44478. --set theItem to choose file -- uncomment to test in an AS editor
  44479.     tell application "Finder"
  44480.         open item "Dev.CD Apr 94
  44481. Dev.CD Jan 94
  44482. Dev.CD Oct 93
  44483. Dev.CD Jul 93
  44484. Dev.CD Apr 93"
  44485.         activate
  44486.     end tell
  44487. on error errMsg number errNum
  44488.     --enter statements to perform when no records are found such as...
  44489.     display dialog "Sorry, the item you selected could not be found."
  44490.     return
  44491. end try
  44492. here's
  44493. here's
  44494. snippet
  44495. returns
  44496. vrefnum
  44497. dirid
  44498. hereafter
  44499. hersey
  44500. hewlett-packard
  44501. hexedit
  44502. hidden
  44503. hidemenubar
  44504. hidemenubar
  44505. shows
  44506. simply
  44507. creatin
  44508. hiding
  44509. hierarchical
  44510. hierarchies
  44511. hiermenus
  44512. XOQDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:P\Dev.CD Aug 00 TC Disk 1
  44513.  - Sample Code
  44514.  - Devices and Hardware
  44515.  - Drivers
  44516.  - Load PCI DriverV
  44517. 83224X
  44518. Aug 00^    TC Disk 1
  44519. --set theItem to choose file -- uncomment to test in an AS editor
  44520.     tell application "Finder"
  44521.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:Load PCI Driver:"
  44522.         activate
  44523.     end tell
  44524. on error errMsg number errNum
  44525.     --enter statements to perform when no records are found such as...
  44526.     display dialog "Sorry, the item you selected could not be found."
  44527.     return
  44528. end try
  44529. e    No Changef'PCI ndrv driver loader
  44530. Load PCI Driver
  44531. Dev.CD Aug 00 TC Disk 1
  44532. YD!All Packages
  44533. Tool Chest Edition
  44534. Localization for Japan
  44535.     roduces test code for module. 
  44536. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  44537. Issues:
  44538. Doesn't open documents properly.
  44539. needs
  44540. neighborhood
  44541. netsprocket
  44542. netstat
  44543. netware
  44544. networkR
  44545. network
  44546. administrator
  44547. network
  44548. appleevents
  44549. network
  44550. driver
  44551. network
  44552. management
  44553. network
  44554. preferences
  44555. network
  44556. server
  44557. notes
  44558. number
  44559. number
  44560. formatting
  44561. object
  44562. object-oriented
  44563. objectsupportlib
  44564. appleevent
  44565. screent
  44566. offscreen
  44567. offscreen
  44568. gworld
  44569. opaque
  44570. opaque
  44571. types
  44572. systems
  44573. transport
  44574. opentransport
  44575. optimization
  44576. optimizing
  44577. option
  44578. option
  44579. management
  44580. oracle
  44581. ordered
  44582. ordered
  44583. collection
  44584. ot/ppp
  44585. otfifo
  44586. otlifo
  44587. otlink
  44588. otoptionmanagment
  44589. ottcpwilldial
  44590. output
  44591. override
  44592. All Packages
  44593. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44594. Dev.CD Jan 94
  44595. Dev.CD Oct 93
  44596. Dev.CD Jul 93P6Dev.CD Apr 94
  44597. Dev.CD Jan 94
  44598. Dev.CD Oct 93
  44599. Dev.CD Jul 9V
  44600. 84124X
  44601. Apr 94
  44602. --set theItem to choose file -- uncomment to test in an AS editor
  44603.     tell application "Finder"
  44604.         open item "Dev.CD Apr 94
  44605. Dev.CD Jan 94
  44606. Dev.CD Oct 93
  44607. Dev.CD Jul 93"
  44608.         activate
  44609.     end tell
  44610. on error errMsg number errNum
  44611.     --enter statements to perform when no records are found such as...
  44612.     display dialog "Sorry, the item you selected could not be found."
  44613.     return
  44614. end try
  44615. All Packages
  44616. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44617. Dev.CD Jan 94
  44618. Dev.CD Oct 93
  44619. Dev.CD Jul 93P6Dev.CD Apr 94
  44620. Dev.CD Jan 94
  44621. Dev.CD Oct 93
  44622. Dev.CD Jul 9V
  44623. 84125X
  44624. Apr 94
  44625. "Live Scroll" is a bare bones application demonstrating one approach you can take  to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll until th
  44626. e thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  44627. It also demonstrates the two different types 
  44628.     C=of action procedure, both for 68K and PowerPC architectures.
  44629. AppleEvents.c
  44630. BareBones.c
  44631. BareBones.h
  44632. Documentation
  44633. Events.c
  44634. Initialize.c
  44635. Live Scroll.mcp
  44636. LiveScroll(PPC)
  44637. LiveScroll.rsrc
  44638. Menus.c
  44639. Prototypes.h
  44640. ScrollBars.c
  44641. ScrollBars.h
  44642. Utilities.c
  44643. Windows.cK
  44644. Jul 96N+live scrolling, control, appearance, scrollOHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Live Scroll:PPDev.CD Aug 00 TC Disk 2
  44645.  - Sample Code
  44646.  - Human Interface Toolbox
  44647.  - Live Scroll
  44648. content
  44649. 83223X
  44650. Aug 00^    TC Disk 2
  44651. --set theItem to choose file -- uncomment to test in an AS editor
  44652.     tell application "Finder"
  44653.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Live Scroll:"
  44654.         activate
  44655.     end tell
  44656. on error errMsg number errNum
  44657.     --enter statements to perform when no records are found such as...
  44658.     display dialog "Sorry, the item you selected could not be found."
  44659.     return
  44660. end try
  44661. e    No Changef(live scrolling
  44662. control
  44663. appearance
  44664. scrollq
  44665. Dev.CD Aug 00 TC Disk 2
  44666. All Packages
  44667. Load PCI DriverI
  44668. Load PCI Driver is a utility for PCI driver writers. It lets you to load and unload a Native PCI driver ('ndrv') without having to restart. This is very useful when debugging your native driver.JyFullPath.c
  44669. FullPath.h
  44670. Load PCI Driver(PPC)
  44671. Load PCI Driver.c
  44672. Load PCI Driver.mcp
  44673. Load PCI Driver.rsrc
  44674. MoreFiles
  44675. SimpleAppK
  44676. Sep 97M
  44677. PowerPC PCI based MacintoshN(PCI ndrv driver loader, Load PCI Driver
  44678. UN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listhoose file -- uncomment to test in an AS editor
  44679.     tell application "Finder"
  44680.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ListInDialog:"
  44681.         activate
  44682.     end tell
  44683. on error errMsg number errNum
  44684.     --enter statements to perform when no records are found such as...
  44685.     display dialog "Sorry, the item you selected could not be found."
  44686.     return
  44687. end try
  44688. e    No Changef&List Manager
  44689. LClick
  44690. filter
  44691. Dialog
  44692. Listq
  44693. Dev.CD Aug 00 TC Disk 2
  44694. All Packages
  44695. F    ListMania
  44696. 1This sample demonstrates a variety of techniques for using Open Transport
  44697. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  44698. Inside Macintosh: Open Transport
  44699. J@ListMania(PPC)
  44700. ListMania.c
  44701. ListMania.mcp
  44702. Read Me About ListManiaK
  44703. Nov 97L
  44704. Jun 98M
  44705. Open Transport 1.1.1 or higher
  44706. VJ@Live Control Scroll
  44707. Live Control Scroll.
  44708. Live Controls Scroll.cK
  44709. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceOPDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Live Control Scroll:PXDev.CD Aug 00 TC Disk 2
  44710.  - Sample Code
  44711.  - Human Interface Toolbox
  44712.  - Live Contro